|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-10-21 22:57 UTC] jorton@php.net
[2004-10-21 23:10 UTC] ressourceweb at hotmail dot com
[2010-12-20 10:26 UTC] jani@php.net
-Package: Tidy
+Package: Apache related
-Assigned To:
+Assigned To: jani
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 22:00:01 2025 UTC |
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??