From:             php at koteroff dot ru
Operating system: Windows 98
PHP version:      5.0.0b4 (beta4)
PHP Bug Type:     Reproducible crash
Bug description:  mod_php crashes on enabling any extension php_*.dll

Description:
------------
When I try to enable any extension (no matter, which - for example,
php_bz2.dll) in php.ini, Apache 1.3.27 crashes just after mod_php loaded.



File monitor (filemon) from http://sysinternals.com says that there is NO
"file not found" events, and php_bz2.dll is found and loaded correctly.
Seems startup code of php5apache.dll finished correctly, and then Apache
chashes.



Php-cgi.exe works fine.



Extension_dir, php5ts.dll - all these OK. I have some expierence
installing lot of PHP versions.



If noone extension is uncommented and loaded, mod_php works fine.



Seeems there is a bug in php5apache.dll?

Reproduce code:
---------------
extension=php_bz2.dll

Expected result:
----------------
mod_php loaded

Actual result:
--------------
Apache crash (GPF).

-- 
Edit bug report at http://bugs.php.net/?id=27312&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=27312&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=27312&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=27312&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=27312&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=27312&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=27312&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=27312&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=27312&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=27312&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=27312&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=27312&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=27312&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27312&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=27312&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=27312&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=27312&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=27312&r=float

Reply via email to