ID: 25728 Updated by: [EMAIL PROTECTED] Reported By: php at bouchery dot com -Status: Open +Status: Bogus Bug Type: Reproducible crash Operating System: Windows PHP Version: 5.0.0b1 (beta1) New Comment:
First of all: PHP looks first in the current working directory for the php.ini, THEN the other places. Second, you propably have extension directory with extensions for different PHP version which get loaded by the 'other' php.ini file. This will of course not work. Previous Comments: ------------------------------------------------------------------------ [2003-10-03 07:37:03] php at bouchery dot com I'm using PHP 4.3.2RC2. I tried this "php -c c:/winnt/", and it's work (with the previous version of php.ini). If I put a "php.ini" (from php4 or php5) in the same directory of php5, it's work. That's mean php can't load my php.ini in the %windows% directory ?! ------------------------------------------------------------------------ [2003-10-02 10:15:35] [EMAIL PROTECTED] >From what PHP version was the ini from? What is the diff between the php.ini-dist from the PHP 5 package against the one you had? ------------------------------------------------------------------------ [2003-10-02 08:35:09] php at bouchery dot com Description: ------------ If you execute php (command, apache CGI or apache module), an exception occured. I've remove php.ini's previous PHP version from my windows directory and now it's work fine. Expected result: ---------------- PHP excution ;-) Actual result: -------------- Exception : access violation (0xc0000005), Address : 0x100ae216 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=25728&edit=1