Re: [PHP-WIN] Re: Apache 1.3.x PHP module and php.ini precedence

2002-10-09 Thread Franco Pozzer
If Apache work as Apache module php.ini *MUST BE* in system root env like C:\winnt\php.ini If Apache work as CGI php.ini *MUST BE* in the path where php it is installed. Like this Apache directives: #PHP 4.2.1 come CGI ScriptAlias /php/ "D:/Php/php-4.2.1-Win32/" AddType application/x-httpd-php

[PHP-WIN] Re: Apache 1.3.x PHP module and php.ini precedence

2002-10-09 Thread Claudio Bustos
In c:\windows or c:\winnt is the first place where to look ;) In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > I'm trying to figure out the rules that PHP uses when looking for a > php.ini file. In what exact order does it check what specific places. > I've got numerous php.ini file