Skip to content

Commit

Permalink
Better Documentation for enabling the PHP Web Server Action in Normal…
Browse files Browse the repository at this point in the history
…/Performance Mode
  • Loading branch information
belisoful committed Aug 19, 2023
1 parent 700c705 commit 196b1aa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions framework/Shell/Actions/TWebServerAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,16 @@
* command option (with the number of page workers need for you). In this example,
* eight concurrent workers are created.
*
* The TWebServerAction is only available when the application is in "Debug" mode.
* In other Application modes, this action can be enabled with the Prado Application
* Parameter "Prado:PhpWebServer" set to "true". eg. Within the Application configuration:
*
* ```xml
* <parameters>
* <parameter id="Prado:PhpWebServer" value="true" />
* </parameters>
* ```
*
* @author Brad Anderson <belisoful@icloud.com>
* @since 4.2.3
*/
Expand Down

0 comments on commit 196b1aa

Please sign in to comment.