ID: 17271
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Closed
Bug Type: Reproducible crash
Operating System: Windows 2000 SP2
PHP Version: 4.2.1
New Comment:
Fixed in CVS
Previous Comments:
------------------------------------------------------------------------
[2002-05-16 10:14:46] [EMAIL PROTECTED]
The following code crashes PHP on a clean Win2k SP2 installation, at
least version 4.2.1 and 4.2.0
The problem seems to be any stripslashes with a string length of 23
characters (???)
Other string length seems to work fine.
ini_set ("magic_quotes_sybase",true);
echo stripslashes ("xxxxxxxxxxxxxxxxxxxxxxx");
echo stripslashes ("xxxxxxxxxxxxxxxxxxxxxx");
echo stripslashes ("xxxxxxxxxxxxxxxxxxxxxxxx");
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=17271&edit=1