yohgaki         Sat Sep  7 20:28:10 2002 EDT

  Modified files:              (Branch: PHP_4_2_0)
    /php4/main  php_variables.c 
  Log:
  MFH
  
  
Index: php4/main/php_variables.c
diff -u php4/main/php_variables.c:1.35.2.4 php4/main/php_variables.c:1.35.2.5
--- php4/main/php_variables.c:1.35.2.4  Sat Sep  7 17:01:41 2002
+++ php4/main/php_variables.c   Sat Sep  7 20:28:09 2002
@@ -16,7 +16,7 @@
    |          Zeev Suraski <[EMAIL PROTECTED]>                                |
    +----------------------------------------------------------------------+
  */
-/* $Id: php_variables.c,v 1.35.2.4 2002/09/07 21:01:41 yohgaki Exp $ */
+/* $Id: php_variables.c,v 1.35.2.5 2002/09/08 00:28:09 yohgaki Exp $ */
 
 #include <stdio.h>
 #include "php.h"
@@ -300,7 +300,7 @@
 
                        *val++ = '\0';
                        php_url_decode(var, strlen(var));
-                       val_len = php_url_decode(val, val-var);
+                       val_len = php_url_decode(val, strlen(val));
                        php_register_variable_safe(var, val, val_len, array_ptr 
TSRMLS_CC);
                }
                else {



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

Reply via email to