php-the-right-way icon indicating copy to clipboard operation
php-the-right-way copied to clipboard

Chapter/section about PHP configuration

Open pforr1 opened this issue 2 years ago • 1 comments

Hello. Great project! From my point of view (php.net and) PHP The Right Way lacks of information how to configure a PHP runtime (SAPI).

  • how to get the actual configuration, security considerations
  • how does configuration work in context of shared hosting or enterprise networks, PHP runtime (SAPI), deployment environment
    • perhaps gotchas of setting the configuration (return value of ini_set())
  • other settings for PHPs behaviour: Environment variables (Proxy settings), Locales (etc.?)

Bye

pforr1 avatar May 02 '23 08:05 pforr1

If you want to make a PR to update the information, we will happily take a look at it.

matthewtrask avatar May 02 '23 12:05 matthewtrask