php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #45107 setting ext_dir to "./" (and other ini settings) causes apache crash
Submitted: 2008-05-27 14:13 UTC Modified: 2013-02-18 00:33 UTC
From: admin at ifyouwantblood dot de Assigned:
Status: No Feedback Package: Reproducible crash
PHP Version: 6CVS-2008-05-27 (snap) OS: Win XP SP3
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 — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
33 + 9 = ?
Subscribe to this entry?

 
 [2008-05-27 14:13 UTC] admin at ifyouwantblood dot de
Description:
------------
PHP6 snapshot: php6.0-win32-200805270630
Apache: 2.2.8
PHP runs as a module (php6apache2_2_filter.dll)

my apache crashs directly after starting when i set the following ini-settings (based on php-ini-recommended) to this values:

display_errors = On
display_startup_errors = On
extension_dir = "./" ;this has been the default value
extension=non_existant.dll ;only extension

if i either unset the extension or deactivate display_errors or display_startup_errors apache runs fine.



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-12-05 17:56 UTC] felipe@php.net
-Status: Open +Status: Feedback
 [2010-12-05 17:56 UTC] felipe@php.net
Please try using this snapshot:

  http://snaps.php.net/php-trunk-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/


 [2013-02-18 00:33 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 16:01:31 2024 UTC