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
Sury ships production defaults — errors silent, display_errors off,
memory_limit capped. Fine in prod, actively harmful in a dev workspace
where you want failures loud and iterative scripts unconstrained.
New scripts/php/workspace.ini sets error_reporting=E_ALL, display_errors
on, memory_limit=-1, max_execution_time=0, opcache.enable_cli=1, UTC
timezone. Staged at /usr/local/share/php-workspace/ by the root
installer, then copied into every SAPI conf.d (99- prefix so it wins
over Sury's defaults) of the default version at build time. pvm's
install subcommand reuses the staged file so every additional version
picks up the same overrides.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments