iliaa           Mon Jul 18 15:18:03 2005 EDT

  Modified files:              
    /php-src/main       php_variables.c 
    /php-src    NEWS 
  Log:
  Revert cookie patch for BC reasons.
  
  
http://cvs.php.net/diff.php/php-src/main/php_variables.c?r1=1.97&r2=1.98&ty=u
Index: php-src/main/php_variables.c
diff -u php-src/main/php_variables.c:1.97 php-src/main/php_variables.c:1.98
--- php-src/main/php_variables.c:1.97   Mon Jul 18 00:04:18 2005
+++ php-src/main/php_variables.c        Mon Jul 18 15:18:03 2005
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php_variables.c,v 1.97 2005/07/18 04:04:18 iliaa Exp $ */
+/* $Id: php_variables.c,v 1.98 2005/07/18 19:18:03 iliaa Exp $ */
 
 #include <stdio.h>
 #include "php.h"
@@ -317,8 +317,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;
        }
        
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1999&r2=1.2000&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1999 php-src/NEWS:1.2000
--- php-src/NEWS:1.1999 Mon Jul 18 03:13:31 2005
+++ php-src/NEWS        Mon Jul 18 15:18:03 2005
@@ -1,7 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2005, PHP 5.1
-- Fixed handling of HTTP requests with multiple Cookie headers. (Ilia)
 - Fixed bug #33558 (warning with nested calls to functions returning by
   reference). (Dmitry)
 

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

Reply via email to