ID: 31910 Updated by: [EMAIL PROTECTED] Reported By: jakub at icewarp dot com -Status: Open +Status: Feedback Bug Type: Scripting Engine problem -Operating System: Any +Operating System: * -PHP Version: 4CVS-2005-02-10 (stable) +PHP Version: 4CVS-2005-02-10 New Comment:
What might have been the configure line you used? I can _not_ reproduce this with latest CVS version of PHP_4_3 branch nor with HEAD (upcoming PHP 5.1 branch). Previous Comments: ------------------------------------------------------------------------ [2005-02-10 10:23:27] jakub at icewarp dot com Description: ------------ Hi This problem happens only in the 4.3.11 dev version. It is 100% reproducable. See the code below. It will produce the following error: PHP has encountered an Unhandled Exception Code -1073741679 at 011171E3 The problem must be that PHP thinks it's a real number or something. It didn't occur in previous versions. Please, try to fix it. Cheers Jakub Reproduce code: --------------- <? $file = "20050131014110E312-00000002.tmp"; $file != "."; ?> Actual result: -------------- PHP has encountered an Unhandled Exception Code -1073741679 at 011171E3 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=31910&edit=1