You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| PHP_OPCACHE_PRELOAD | string || Path and filename of a preload script ([doc](https://www.php.net/manual/en/opcache.configuration.php#ini.opcache.preload)) |
79
-
| PHP_XDEBUG_ENABLE | boolean | false | Enable or disable the Xdebug extension |
80
-
| PHP_IGBINARY_ENABLE | boolean | false | Enable or disable the igbinary extension |
81
-
| PHP_FPM_USER | string | 1000 | User id for running PHP (read-only) |
82
-
| PHP_FPM_GROUP | string | 1000 | Group id for running PHP (read-only) |
83
-
| PHP_FPM_PORT | string | 9000 | Port the PHP-FPM process listens to |
84
-
| PHP_FPM_MAX_CHILDREN | string | 20 | Maximum number of children to run |
85
-
| PHP_FPM_PM_MODE | string | ondemand | Process manager mode for PHP-FPM; "static", "ondemand" or "dynamic" |
| PHP_OPCACHE_PRELOAD | string || Path and filename of a preload script ([doc](https://www.php.net/manual/en/opcache.configuration.php#ini.opcache.preload)) |
79
+
| PHP_XDEBUG_ENABLE | boolean | false | Enable or disable the Xdebug extension |
80
+
| PHP_XDEBUG_DISCOVER_CLIENT_HOST | boolean | false | If enabled, Xdebug will first try to connect to the client that made the HTTP request. See Xdebug manual for details |
81
+
| PHP_XDEBUG_CLIENT_HOST | string | host.xdebug.beach | Configures the IP address or hostname where Xdebug will attempt to connect to when initiating a debugging connection. See Xdebug manual for details |
82
+
| PHP_XDEBUG_MAX_NESTING_LEVEL | integer | 512 | Controls the protection mechanism for infinite recursion protection. See Xdebug manual for details |
83
+
| PHP_IGBINARY_ENABLE | boolean | false | Enable or disable the igbinary extension |
84
+
| PHP_FPM_USER | string | 1000 | User id for running PHP (read-only) |
85
+
| PHP_FPM_GROUP | string | 1000 | Group id for running PHP (read-only) |
86
+
| PHP_FPM_PORT | string | 9000 | Port the PHP-FPM process listens to |
87
+
| PHP_FPM_MAX_CHILDREN | string | 20 | Maximum number of children to run |
88
+
| PHP_FPM_PM_MODE | string | ondemand | Process manager mode for PHP-FPM; "static", "ondemand" or "dynamic" |
0 commit comments