ID:               43651
 Updated by:       [EMAIL PROTECTED]
 Reported By:      kubo at iteman dot jp
-Status:           Assigned
+Status:           Closed
 Bug Type:         Reproducible crash
 Operating System: Windows XP SP2
 PHP Version:      5.3CVS-2007-12-21 (snap)
 Assigned To:      dmitry
 New Comment:

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.




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

[2007-12-22 10:15:31] [EMAIL PROTECTED]

Dmitry can you please check that I didn't miss a thing in this patch:

http://schlueters.de/~johannes/php/bug43651.diff
http://schlueters.de/~johannes/php/bug43651.phpt

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

[2007-12-21 11:17:25] kubo at iteman dot jp

Description:
------------
is_callable() with any string containing one or more nonconsecutive
colons in second byte or larger (e.g. 'C:', 'C : :', not 'C ::') like
Windows-style paths crashes in CLI.

Reproduce code:
---------------
var_dump(is_callable('C:'));

Expected result:
----------------
bool(false)

Actual result:
--------------
No display. A Windows Error Reporting dialog box appears.


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


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

Reply via email to