Date: 08/21/06 (PHP Community) Keywords: php I am used to PHP running as a CGI, so it was kind of "fun" to figure out why my user local php.ini directives were being ignored on my windows machine, running php as a module. As a universal work around, I am using ini_set/ini_get in a common.php file so my directives will work on both Module/CGI php environments... barring safe_mode and other restrictions are not set by the master ini.
|