sniper          Mon Apr 25 17:18:16 2005 EDT

  Modified files:              
    /php-src/main       php_variables.c 
  Log:
  Revert. (Nokia is not that important :)
  
http://cvs.php.net/diff.php/php-src/main/php_variables.c?r1=1.92&r2=1.93&ty=u
Index: php-src/main/php_variables.c
diff -u php-src/main/php_variables.c:1.92 php-src/main/php_variables.c:1.93
--- php-src/main/php_variables.c:1.92   Sun Apr 24 14:11:55 2005
+++ php-src/main/php_variables.c        Mon Apr 25 17:18:15 2005
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_variables.c,v 1.92 2005/04/24 18:11:55 iliaa Exp $ */
+/* $Id: php_variables.c,v 1.93 2005/04/25 21:18:15 sniper Exp $ */
 
 #include <stdio.h>
 #include "php.h"
@@ -308,7 +308,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

Reply via email to