php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27312 mod_php crashes on enabling any extension php_*.dll
Submitted: 2004-02-18 13:22 UTC Modified: 2004-02-18 17:11 UTC
From: php at koteroff dot ru Assigned:
Status: Closed Package: Reproducible crash
PHP Version: 5.0.0b4 (beta4) OS: Windows 98
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: php at koteroff dot ru
New email:
PHP Version: OS:

 

 [2004-02-18 13:22 UTC] php at koteroff dot ru
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).

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-02-18 13:26 UTC] derick@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip
 [2004-02-18 17:11 UTC] php at koteroff dot ru
Excellent, thanks.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 02 04:01:38 2025 UTC