From:             kibaurufu at hotmail dot com
Operating system: Windows XP
PHP version:      5.2CVS-2008-08-01 (snap)
PHP Bug Type:     Scripting Engine problem
Bug description:  Php causes apache to crash

Description:
------------
So i installed php 5.2.6 recently on my webserver and set it up to run
with apache as a module. After starting apache and creating a test page as
index.php with <? phpinfo(); ?> as the code, i accessed the page through
localhost. In Internet Explorer the page shows the phpinfo correctly, but
continues to load and then displays a "Could not display page" error. Along
with that, windows pops up saying that apache has encountered a problem and
needs to close. After checking my event logs, i came to find out that it
was failing on a faulty module, php5ts.dll. I went through my php.ini and
removed all extensions that it imports, restarted the server and checked
it. Everything was fine. I re enabled php_threads.dll and that's when it
caused apache to fail again. Downgrading to php 5.2.4 doesn't help.

Is there a compatibility issue with php_threads.dll and XP because this is
a fresh copy with all updates.

Reproduce code:
---------------
<? phpinfo(); ?>

Expected result:
----------------
The php information.

Actual result:
--------------
On IE7
The php information shortly then a "Could not display page" error.

On Firefox3
Connection reset error.

-- 
Edit bug report at http://bugs.php.net/?id=45679&edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=45679&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=45679&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=45679&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=45679&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=45679&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=45679&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=45679&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=45679&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=45679&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=45679&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=45679&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=45679&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=45679&r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=45679&r=php4
Daylight Savings:             http://bugs.php.net/fix.php?id=45679&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=45679&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=45679&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=45679&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=45679&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=45679&r=mysqlcfg

Reply via email to