|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-06-17 19:40 UTC] sniper@php.net
[2005-06-17 19:53 UTC] sniper@php.net
[2005-11-25 00:56 UTC] tony2001@php.net
[2006-04-26 09:32 UTC] edink@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 06:00:01 2025 UTC |
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.