|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-10-09 14:28 UTC] marius at electricplus dot ro
[2004-10-09 14:37 UTC] marius at electricplus dot ro
[2004-10-09 15:49 UTC] derick@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 18:00:01 2025 UTC |
Description: ------------ Crash , on windows XP , also I have posted for php 5.0.0 on win 98 , same function apache_get_modules bug number 29764. Thanks. 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: -------------- Crash.