sesser Sat Jun 26 03:44:13 2004 EDT
Modified files: (Branch: PHP_4_3)
/php-src/ext/standard string.c
Log:
MFH
http://cvs.php.net/diff.php/php-src/ext/standard/string.c?r1=1.333.2.41&r2=1.333.2.42&ty=u
Index: php-src/ext/standard/string.c
diff -u php-src/ext/standard/string.c:1.333.2.41
php-src/ext/standard/string.c:1.333.2.42
--- php-src/ext/standard/string.c:1.333.2.41 Tue Jun 15 21:53:59 2004
+++ php-src/ext/standard/string.c Sat Jun 26 03:44:12 2004
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: string.c,v 1.333.2.41 2004/06/16 01:53:59 iliaa Exp $ */
+/* $Id: string.c,v 1.333.2.42 2004/06/26 07:44:12 sesser Exp $ */
/* Synced with php 3.0 revision 1.193 1999-06-16 [ssb] */
@@ -3308,6 +3308,8 @@
while (i < len) {
switch (c) {
+ case '\0':
+ break;
case '<':
if (isspace(*(p + 1))) {
goto reg_char;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php