ID: 45679 Updated by: [EMAIL PROTECTED] Reported By: kibaurufu at hotmail dot com -Status: Open +Status: Bogus Bug Type: Scripting Engine problem Operating System: Windows XP PHP Version: 5.2CVS-2008-08-01 (snap) New Comment:
Bug reports of PECL extension are reported at http://pecl.php.net/bugs/ Threads extension is experimental too.. Previous Comments: ------------------------------------------------------------------------ [2008-08-01 16:07:01] kibaurufu at hotmail dot com 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 this bug report at http://bugs.php.net/?id=45679&edit=1
