[PHP-CVS] cvs: php4 /main php_variables.c

2003-06-16 Thread Ilia Alshanetsky
iliaa Mon Jun 16 15:24:56 2003 EDT Modified files: /php4/main php_variables.c Log: Fixed bug #24208 Index: php4/main/php_variables.c diff -u php4/main/php_variables.c:1.63 php4/main/php_variables.c:1.64 --- php4/main/php_variables.c:1.63 Sat Jun 14

[PHP-CVS] cvs: php4 /main php_variables.c

2003-06-08 Thread Zeev Suraski
zeevSun Jun 8 11:30:34 2003 EDT Modified files: /php4/main php_variables.c Log: Make $_FILES auto global (bug #23680) Index: php4/main/php_variables.c diff -u php4/main/php_variables.c:1.60 php4/main/php_variables.c:1.61 ---

[PHP-CVS] cvs: php4 /main php_variables.c

2003-03-27 Thread Moriyoshi Koizumi
moriyoshi Thu Mar 27 16:13:47 2003 EDT Modified files: /php4/main php_variables.c Log: Improved php_import_environment_variables: avoid emalloc()ing in most cases Index: php4/main/php_variables.c diff -u php4/main/php_variables.c:1.57

[PHP-CVS] cvs: php4 /main php_variables.c

2003-03-03 Thread Ilia Alshanetsky
iliaa Mon Mar 3 14:37:09 2003 EDT Modified files: /php4/main php_variables.c Log: Fixed compiler warnings. Index: php4/main/php_variables.c diff -u php4/main/php_variables.c:1.54 php4/main/php_variables.c:1.55 --- php4/main/php_variables.c:1.54 Sun

[PHP-CVS] cvs: php4 /main php_variables.c

2003-03-02 Thread Zeev Suraski
zeevSun Mar 2 10:41:12 2003 EDT Modified files: /php4/main php_variables.c Log: Fix old variable names Index: php4/main/php_variables.c diff -u php4/main/php_variables.c:1.53 php4/main/php_variables.c:1.54 --- php4/main/php_variables.c:1.53 Sun

[PHP-CVS] cvs: php4 /main php_variables.c rfc1867.c

2002-12-29 Thread Ilia Alshanetsky
iliaa Sun Dec 29 16:02:17 2002 EDT Modified files: /php4/main php_variables.c rfc1867.c Log: Fixed bug #21149 (fixed handling of unterminated '['). Index: php4/main/php_variables.c diff -u php4/main/php_variables.c:1.46 php4/main/php_variables.c:1.47 ---

Re: [PHP-CVS] cvs: php4 /main php_variables.c rfc1867.c

2002-12-29 Thread Andrei Zmievski
Are you going to merge this into PHP_4_3? On Sun, 29 Dec 2002, Ilia Alshanetsky wrote: iliaa Sun Dec 29 16:02:17 2002 EDT Modified files: /php4/mainphp_variables.c rfc1867.c Log: Fixed bug #21149 (fixed handling of unterminated '['). -Andrei

[PHP-CVS] cvs: php4 /main php_variables.c

2002-12-07 Thread Ilia Alshanetsky
iliaa Sat Dec 7 11:05:27 2002 EDT Modified files: /php4/main php_variables.c Log: Fixed bug #20796. $_GET/$_POST/$_COOKIE data can get overwritten when register_globals are on and input contains arrays. Index: php4/main/php_variables.c diff -u

[PHP-CVS] cvs: php4 /main php_variables.c php_variables.h

2002-10-13 Thread Shane Caraveo
shane Sun Oct 13 04:38:09 2002 EDT Modified files: /php4/main php_variables.c php_variables.h Log: make php_import_environment_variables overwritable so fastcgi can correctly set $_ENV. Index: php4/main/php_variables.c diff -u