iliaa           Mon Jul 18 15:18:29 2005 EDT

  Modified files:              (Branch: PHP_4_4)
    /php-src/main       php_variables.c 
  Log:
  MFH: revert
  
  
http://cvs.php.net/diff.php/php-src/main/php_variables.c?r1=1.45.2.13.2.1&r2=1.45.2.13.2.2&ty=u
Index: php-src/main/php_variables.c
diff -u php-src/main/php_variables.c:1.45.2.13.2.1 
php-src/main/php_variables.c:1.45.2.13.2.2
--- php-src/main/php_variables.c:1.45.2.13.2.1  Mon Jul 18 00:04:43 2005
+++ php-src/main/php_variables.c        Mon Jul 18 15:18:29 2005
@@ -16,7 +16,7 @@
    |          Zeev Suraski <[EMAIL PROTECTED]>                                |
    +----------------------------------------------------------------------+
  */
-/* $Id: php_variables.c,v 1.45.2.13.2.1 2005/07/18 04:04:43 iliaa Exp $ */
+/* $Id: php_variables.c,v 1.45.2.13.2.2 2005/07/18 19:18:29 iliaa Exp $ */
 
 #include <stdio.h>
 #include "php.h"
@@ -304,8 +304,7 @@
                        separator = (char *) estrdup(PG(arg_separator).input);
                        break;
                case PARSE_COOKIE:
-                       /* The , and space are needed for instances when there 
are multiple Cookie: headers */
-                       separator = ";, \0";
+                       separator = ";\0";
                        break;
        }
        

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to