[nycphp-talk] PHundamentals Topic #4: php.ini settings
Michael Southwell
southwell at dneba.com
Wed Nov 12 15:29:48 EST 2003
Settings in the php.ini file have an important
effect on the operation, security and reliability of your application.
For example, setting register_globals to a value of "on" makes it easier to
pass variables from one script to another, but opens serious security
vulnerabilities--so best practice is always to set it "off."
What settings do you consider essential? How should they be set, and why?
In next month's PHundamentals, we'll discuss how to manage these settings
most effectively.
====================
Jeff Siegel and Mike Southwell
The PHundamentals Team
More information about the talk
mailing list