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

2003-03-05 Thread Ilia Alshanetsky
iliaa Wed Mar 5 12:00:10 2003 EDT Modified files: /php4/main rfc1867.c Log: Fixed bug #22550 (overflow protection for upload_max_filesize ini setting). Index: php4/main/rfc1867.c diff -u php4/main/rfc1867.c:1.134 php4/main/rfc1867.c:1.135 ---

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

2002-12-14 Thread Stefan Esser
sesser Sat Dec 14 05:45:26 2002 EDT Modified files: /php4/main rfc1867.c Log: cleanup Index: php4/main/rfc1867.c diff -u php4/main/rfc1867.c:1.127 php4/main/rfc1867.c:1.128 --- php4/main/rfc1867.c:1.127 Tue Dec 10 10:58:31 2002 +++ php4/main/rfc1867.c

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

2002-12-10 Thread Ilia Alshanetsky
iliaa Tue Dec 10 10:36:26 2002 EDT Modified files: /php4/main rfc1867.c Log: Removed a pointless check. Thanks Stefan. Index: php4/main/rfc1867.c diff -u php4/main/rfc1867.c:1.125 php4/main/rfc1867.c:1.126 --- php4/main/rfc1867.c:1.125 Fri Dec 6

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

2002-12-10 Thread Ilia Alshanetsky
iliaa Tue Dec 10 10:58:31 2002 EDT Modified files: /php4/main rfc1867.c Log: Removed one more unneeded check. Index: php4/main/rfc1867.c diff -u php4/main/rfc1867.c:1.126 php4/main/rfc1867.c:1.127 --- php4/main/rfc1867.c:1.126 Tue Dec 10 10:36:26 2002

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

2002-12-06 Thread Ilia Alshanetsky
iliaa Fri Dec 6 19:48:13 2002 EDT Modified files: /php4/main rfc1867.c Log: Fixed bugs #20725 #20860. Post form variables get lost if the uploaded files cannot be written to disk. Index: php4/main/rfc1867.c diff -u php4/main/rfc1867.c:1.124

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

2002-11-22 Thread Stefan Esser
sesser Fri Nov 22 14:34:18 2002 EDT Modified files: /php4/main rfc1867.c Log: little fix Index: php4/main/rfc1867.c diff -u php4/main/rfc1867.c:1.123 php4/main/rfc1867.c:1.124 --- php4/main/rfc1867.c:1.123 Thu Nov 14 11:30:07 2002 +++

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

2002-10-24 Thread Markus Fischer
On Thu, Oct 24, 2002 at 03:47:21PM +0900, Moriyoshi Koizumi wrote : This commit occurred on the HEAD branch. Was it intended for some other branch or is the log message incorrect? Neither, though I don't know what you really mean. My previous patch to main/rfc1867.c was wrong, so I've

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

2002-10-24 Thread Moriyoshi Koizumi
Oooh, sorry for the confusion, I've ever misused it. Thank you for letting me know. I'll use as accurate words as possible from now on and please notify me if you find my abuse of words :) Moriyoshi Markus Fischer [EMAIL PROTECTED] wrote: On Thu, Oct 24, 2002 at 03:47:21PM +0900, Moriyoshi

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

2002-10-23 Thread Moriyoshi Koizumi
moriyoshi Wed Oct 23 22:56:28 2002 EDT Modified files: /php4/main rfc1867.c Log: MFH; we would see a nasty problem again if it was not fixed... Index: php4/main/rfc1867.c diff -u php4/main/rfc1867.c:1.120 php4/main/rfc1867.c:1.121 ---

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

2002-10-07 Thread Stefan Esser
sesser Mon Oct 7 07:23:25 2002 EDT Modified files: /php4/main rfc1867.c Log: Closing protected variables hole Index: php4/main/rfc1867.c diff -u php4/main/rfc1867.c:1.116 php4/main/rfc1867.c:1.117 --- php4/main/rfc1867.c:1.116 Sat Aug 17 07:48:21