ID: 33292 Updated by: [EMAIL PROTECTED] Reported By: doug_craig at charter dot net Status: Verified Bug Type: Apache related Operating System: win32 only PHP Version: 5CVS-2005-06-20 New Comment:
See also bug #29764 and this patch: http://cvs.php.net/diff.php/php-src/sapi/apache/php_apache.c?r1=1.86&r2=1.86.2.1&ty=u , which seems not to help, as the issue is reproducible in 5.0.x too. Previous Comments: ------------------------------------------------------------------------ [2005-06-17 19:53:40] [EMAIL PROTECTED] Reproduced with Apache 1.3.33 ------------------------------------------------------------------------ [2005-06-17 19:40:37] [EMAIL PROTECTED] Works fine with Apache2. ------------------------------------------------------------------------ [2005-06-10 01:07:55] doug_craig at charter dot net Description: ------------ Only modification from php.ini-recommended is to enable MySQL (and changes made by PHP 5.0.4 Installer). PHP installed as an Apache module. Apache/1.3.33 (Win32) Reproduce code: --------------- <?php print_r(apache_get_modules()); ?> Expected result: ---------------- Array ( [0] => core [1] => http_core [2] => mod_so [3] => sapi_apache2 [4] => mod_mime [5] => mod_rewrite ) Actual result: -------------- No error report to Apache error.log Windows error: Apache.exe - Application Error for a memory reference that could not be read. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=33292&edit=1
