Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#973 PHP Web Server Action for built-in app development #988

Merged
merged 9 commits into from
Aug 20, 2023

Commits on Aug 17, 2023

  1. 973 PHP Web Server Action for built-in app development

    - Adds the PHP Dev-Test Web Server Action to serve the application.  This has the feature of abiding by the "Quiet" flags at different levels.  I haven't seen any other built-in PHP Web Server [Yii, Laravel]. Minor feature.
    - Removed "-" from CLI Text action, it was confusing
    - TStdOutWriter.  This fopens  'php://stdout' when processing a web page b/c STDOUT is not available.
    - Corrected TOutputWriter to write to the output rather than stdout.
    - Added README.md text for starting the PHP Web Server Action after installing the application.
    belisoful committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    700c705 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Configuration menu
    Copy the full SHA
    196b1aa View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Minor fixes.

    - Better documentation for TOutputWriter.
    - TStdOutWriter removes flush and sets the _stdout var.
    - TWebServerAction corrects Port var, setAll "null" check, and minor tweak to the CLI help text.
    belisoful committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    782e68a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f0d2ec View commit details
    Browse the repository at this point in the history
  3. no @ const in php doc

    belisoful committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    2a2f54d View commit details
    Browse the repository at this point in the history
  4. Better phpDoc on TStdOutLogRoute

    specify that it can be turned on only for the built in dev server with the getOnlyDevServer configuration option
    belisoful committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    ab77267 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec1175d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    31fb907 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a3a5652 View commit details
    Browse the repository at this point in the history