sniper Mon Apr 25 17:18:42 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/main php_variables.c
Log:
MFH: revertos
http://cvs.php.net/diff.php/php-src/main/php_variables.c?r1=1.81.2.7&r2=1.81.2.8&ty=u
Index: php-src/main/php_variables.c
diff -u php-src/main/php_variables.c:1.81.2.7
php-src/main/php_variables.c:1.81.2.8
--- php-src/main/php_variables.c:1.81.2.7 Sun Apr 24 14:11:23 2005
+++ php-src/main/php_variables.c Mon Apr 25 17:18:41 2005
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_variables.c,v 1.81.2.7 2005/04/24 18:11:23 iliaa Exp $ */
+/* $Id: php_variables.c,v 1.81.2.8 2005/04/25 21:18:41 sniper Exp $ */
#include <stdio.h>
#include "php.h"
@@ -313,7 +313,7 @@
separator = (char *) estrdup(PG(arg_separator).input);
break;
case PARSE_COOKIE:
- separator = ";,\0"; /* Cookies can be separated with ,
or ; */
+ separator = ";\0";
break;
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php