yohgaki Sat Sep 7 20:27:05 2002 EDT
Modified files:
/php4/main php_variables.c
Log:
Fix last commit. This line isn't supposed to be replaced.
Index: php4/main/php_variables.c
diff -u php4/main/php_variables.c:1.43 php4/main/php_variables.c:1.44
--- php4/main/php_variables.c:1.43 Sat Sep 7 17:04:14 2002
+++ php4/main/php_variables.c Sat Sep 7 20:27:05 2002
@@ -16,7 +16,7 @@
| Zeev Suraski <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
*/
-/* $Id: php_variables.c,v 1.43 2002/09/07 21:04:14 yohgaki Exp $ */
+/* $Id: php_variables.c,v 1.44 2002/09/08 00:27:05 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_url_decode(var, strlen(var));
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php