ID:               29603
 Updated by:       [EMAIL PROTECTED]
 Reported By:      ressourceweb at hotmail dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         Apache2 related
 Operating System: Windows XP Home Edition
 PHP Version:      5.0.0
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.0-win32-latest.zip

Please try 5.0.2 or a release snapshot, I can't reproduce this here
(5.0.2 with the apache2handler on 2.0.52 on Linux, anyway).


Previous Comments:
------------------------------------------------------------------------

[2004-08-10 17:55:04] ressourceweb at hotmail dot com

Description:
------------
Every time I tried to include into a PHP script, by accident, a file
that didn't exist, Apache crashed and displayed a dialog box saying

«Apache2 caused an unhandled exception error. Do you wish to debug?»

instead of logging the error in the PHP error log.

This error did not happen when I tried to include a file that existed.


I tried to correct the problem by disabling, one by one, my php
extensions and I discovered that php_pspell.dll was causing the
repeated crashes.

I am using PHP 5.0.0 with Apache Web Server 2.0.50 on Windows XP Home
Edition, Service Pack 1.

Extensions used by PHP
php_bz2.dll, php_cpdf.dll, php_curl.dll, php_dba.dll, php_dbx.dll,
php_fdf.dll, php_gd2.dll, php_gettext.dll, php_imap.dll, php_ldap.dll,
php_mbstring.dll, php_mcrypt.dll, php_mhash.dll, php_ming.dll,
php_mysql.dll, php_pdf.dll, php_snmp.dll, php_sockets.dll,
php_tidy.dll, php_xmlrpc.dll, php_xsl.dll, php_zip.dll, php_perl.dll,
php_xmlreader.dll, php_pspell.dll, php_lzf.dll, php_mailparse.dll

Reproduce code:
---------------
<?php
include("nonexistent.inc.php");
?>

Expected result:
----------------
PHP Warning : Cannot include file nonexistent.inc.php (or something
similar)

Actual result:
--------------
«Apache2 caused an unhandled exception error. Do you wish to debug?»


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=29603&edit=1

Reply via email to