[PHP-CVS] cvs: php4(PHP_4_3) /main main.c

2003-06-20 Thread Ilia Alshanetsky
iliaa Fri Jun 20 13:00:16 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main main.c Log: Fixed bug #24253 (missing variables when register_globals is on) Fixed a memory leak when more then 1 E|S flag is passed to gpc_order. Fixed a memory leak when

[PHP-CVS] cvs: php4(PHP_4_3) /main main.c

2003-06-17 Thread Ilia Alshanetsky
iliaa Tue Jun 17 13:15:16 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main main.c Log: MFH: Handle numeric keys passed via GPC Index: php4/main/main.c diff -u php4/main/main.c:1.512.2.40 php4/main/main.c:1.512.2.41 --- php4/main/main.c:1.512.2.40 Sat

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

2003-06-14 Thread Ilia Alshanetsky
iliaa Sat Jun 14 11:08:38 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main main.c php_variables.c Log: MFH: Fixed bug #24007 (Problem with register_globals arrays) Index: php4/main/main.c diff -u php4/main/main.c:1.512.2.39

[PHP-CVS] cvs: php4(PHP_4_3) /main main.c

2003-03-31 Thread Brian France
bfrance Mon Mar 31 16:24:59 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main main.c Log: Fixes the problem where argv and argc are not populated unless S is in the variables_order, even if register_argc_argv is on. Index:

Re: [PHP-CVS] cvs: php4(PHP_4_3) /main main.c

2003-03-31 Thread Jani Taskinen
Would be nice if this was fixed in HEAD too. --Jani On Mon, 31 Mar 2003, Brian France wrote: bfranceMon Mar 31 16:24:59 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main main.c Log: Fixes the problem where argv and argc are not

Re: [PHP-CVS] cvs: php4(PHP_4_3) /main main.c

2003-03-31 Thread Brian J. France
I have tested for this problem on HEAD, but I can't seem to make it happen. Some how the auto global code kicks in and they get registered. I haven't been able to figure out why that is since _SERVER seems to be how $_SERVER is registered and argv and argc names are not registered. I had

[PHP-CVS] cvs: php4(PHP_4_3) /main main.c

2003-03-19 Thread Jani Taskinen
sniper Wed Mar 19 03:22:36 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main main.c Log: MFH: Fixed bug #22775 (Fatal errors exit with status 0 with CGI/CLI) Index: php4/main/main.c diff -u php4/main/main.c:1.512.2.19 php4/main/main.c:1.512.2.20 ---

[PHP-CVS] cvs: php4(PHP_4_3) /main main.c

2003-03-18 Thread Marcus Boerger
helly Tue Mar 18 17:43:00 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main main.c Log: MFH Index: php4/main/main.c diff -u php4/main/main.c:1.512.2.18 php4/main/main.c:1.512.2.19 --- php4/main/main.c:1.512.2.18 Mon Mar 17 08:50:22 2003 +++

[PHP-CVS] cvs: php4(PHP_4_3) /main main.c

2003-03-12 Thread Stefan Esser
sesser Wed Mar 12 07:01:04 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main main.c Log: MFH Index: php4/main/main.c diff -u php4/main/main.c:1.512.2.15 php4/main/main.c:1.512.2.16 --- php4/main/main.c:1.512.2.15 Sat Mar 8 10:24:47 2003 +++

[PHP-CVS] cvs: php4(PHP_4_3) /main main.c

2003-03-08 Thread Stefan Esser
sesser Sat Mar 8 10:24:47 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main main.c Log: MFH Index: php4/main/main.c diff -u php4/main/main.c:1.512.2.14 php4/main/main.c:1.512.2.15 --- php4/main/main.c:1.512.2.14 Thu Mar 6 15:58:18 2003 +++

Re: [PHP-CVS] cvs: php4(PHP_4_3) /main main.c

2003-03-03 Thread Marcus Börger
At 02:54 03.03.2003, Harald Radi wrote: phanto Sun Mar 2 20:54:29 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main main.c Log: MFH: adding disable_classes ini directive Why was this *new functionality* MFHed? -- PHP CVS Mailing List (http://www.php.net/)

RE: [PHP-CVS] cvs: php4(PHP_4_3) /main main.c

2003-03-03 Thread Harald Radi
, 2003 11:59 AM To: Harald Radi Cc: [EMAIL PROTECTED] Subject: Re: [PHP-CVS] cvs: php4(PHP_4_3) /main main.c At 02:54 03.03.2003, Harald Radi wrote: phanto Sun Mar 2 20:54:29 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main main.c Log: MFH

RE: [PHP-CVS] cvs: php4(PHP_4_3) /main main.c

2003-03-03 Thread Marcus Börger
At 12:13 03.03.2003, Harald Radi wrote: because it is a rather small manageable security fix ? Ah security is reason enough -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php4(PHP_4_3) /main main.c

2003-03-02 Thread Harald Radi
phanto Sun Mar 2 20:54:29 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main main.c Log: MFH: adding disable_classes ini directive Index: php4/main/main.c diff -u php4/main/main.c:1.512.2.12 php4/main/main.c:1.512.2.13 --- php4/main/main.c:1.512.2.12 Wed

[PHP-CVS] cvs: php4(PHP_4_3) /main main.c

2003-02-26 Thread Rasmus Lerdorf
rasmus Wed Feb 26 17:17:35 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main main.c Log: Get rid of an unnecessary syscall on non-Windows. We don't need two setitimer() calls here in order to reset the timer. Index: php4/main/main.c diff -u

[PHP-CVS] cvs: php4(PHP_4_3) /main main.c

2003-02-19 Thread Harald Radi
phanto Wed Feb 19 11:17:34 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main main.c Log: MFH Index: php4/main/main.c diff -u php4/main/main.c:1.512.2.10 php4/main/main.c:1.512.2.11 --- php4/main/main.c:1.512.2.10 Sat Feb 15 15:23:12 2003 +++

[PHP-CVS] cvs: php4(PHP_4_3) /main main.c

2003-02-15 Thread Jani Taskinen
sniper Sat Feb 15 15:23:13 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main main.c Log: MFH: Fix for bug #0 Index: php4/main/main.c diff -u php4/main/main.c:1.512.2.9 php4/main/main.c:1.512.2.10 --- php4/main/main.c:1.512.2.9 Tue Jan 28 19:46:31 2003

[PHP-CVS] cvs: php4(PHP_4_3) /main main.c

2003-01-07 Thread Ilia Alshanetsky
iliaa Tue Jan 7 21:44:51 2003 EDT Modified files: (Branch: PHP_4_3) /php4/main main.c Log: MFH Index: php4/main/main.c diff -u php4/main/main.c:1.512.2.6 php4/main/main.c:1.512.2.7 --- php4/main/main.c:1.512.2.6 Tue Dec 31 11:25:15 2002 +++

[PHP-CVS] cvs: php4(PHP_4_3) /main main.c

2002-12-16 Thread Ilia Alshanetsky
iliaa Mon Dec 16 10:44:20 2002 EDT Modified files: (Branch: PHP_4_3) /php4/main main.c Log: MFH Index: php4/main/main.c diff -u php4/main/main.c:1.512.2.4 php4/main/main.c:1.512.2.5 --- php4/main/main.c:1.512.2.4 Thu Dec 5 17:15:01 2002 +++

[PHP-CVS] cvs: php4(PHP_4_3) /main main.c

2002-11-19 Thread Marcus Boerger
helly Tue Nov 19 09:13:41 2002 EDT Modified files: (Branch: PHP_4_3) /php4/main main.c Log: MFH Index: php4/main/main.c diff -u php4/main/main.c:1.512.2.2 php4/main/main.c:1.512.2.3 --- php4/main/main.c:1.512.2.2 Sun Nov 17 17:53:35 2002 +++

[PHP-CVS] cvs: php4(PHP_4_3) /main main.c

2002-11-17 Thread Ilia Alshanetsky
iliaa Sun Nov 17 17:53:35 2002 EDT Modified files: (Branch: PHP_4_3) /php4/main main.c Log: MFH Index: php4/main/main.c diff -u php4/main/main.c:1.512.2.1 php4/main/main.c:1.512.2.2 --- php4/main/main.c:1.512.2.1 Sun Nov 17 08:32:43 2002 +++