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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
25 - 6 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 00:01:41 2024 UTC