[PHP-CVS] cvs: php4 /ext/standard http_fopen_wrapper.c

2003-06-13 Thread Sara Golemon
pollita Fri Jun 13 15:27:26 2003 EDT Modified files: /php4/ext/standard http_fopen_wrapper.c Log: Loosen restrictions on method used with http_fopen_wrapper, still default to GET though. Index: php4/ext/standard/http_fopen_wrapper.c diff -u php4/ext/standard/h

[PHP-CVS] cvs: php4 /ext/standard http_fopen_wrapper.c

2003-03-04 Thread Ilia Alshanetsky
iliaa Tue Mar 4 11:04:07 2003 EDT Modified files: /php4/ext/standard http_fopen_wrapper.c Log: Added support for http redirects to ftp. Fixed bug #22508 (Added protection against circular HTML redirects). Index: php4/ext/standard/http_fopen_wrapper.c di

[PHP-CVS] cvs: php4 /ext/standard http_fopen_wrapper.c

2003-02-19 Thread Ilia Alshanetsky
iliaa Wed Feb 19 19:34:04 2003 EDT Modified files: /php4/ext/standard http_fopen_wrapper.c Log: Revert accidental commit. Index: php4/ext/standard/http_fopen_wrapper.c diff -u php4/ext/standard/http_fopen_wrapper.c:1.65 php4/ext/standard/http_fopen_wrappe

[PHP-CVS] cvs: php4 /ext/standard http_fopen_wrapper.c

2003-02-18 Thread Ilia Alshanetsky
iliaa Tue Feb 18 19:49:31 2003 EDT Modified files: /php4/ext/standard http_fopen_wrapper.c Log: Fixed bug #22283 (possible crash when opening relative URLs). Index: php4/ext/standard/http_fopen_wrapper.c diff -u php4/ext/standard/http_fopen_wrapper.c:1.63

[PHP-CVS] cvs: php4 /ext/standard http_fopen_wrapper.c

2003-02-13 Thread Wez Furlong
wez Thu Feb 13 08:38:20 2003 EDT Modified files: /php4/ext/standard http_fopen_wrapper.c Log: Avoid problems with chunk_size and auto_detect_line_endings. Index: php4/ext/standard/http_fopen_wrapper.c diff -u php4/ext/standard/http_fopen_wrapper.c:1.59

[PHP-CVS] cvs: php4 /ext/standard http_fopen_wrapper.c

2003-02-07 Thread Sara Golemon
pollita Fri Feb 7 18:44:58 2003 EDT Modified files: /php4/ext/standard http_fopen_wrapper.c Log: chunk_size should always be reduced to 1 while scanning response headers to avoid buffering the actual stream prior to any read calls. Index: php4/ext/standard

Re: [PHP-CVS] cvs: php4 /ext/standard http_fopen_wrapper.c

2003-01-04 Thread Jon Parise
On Fri, Jan 03, 2003 at 05:12:36PM -, Ilia Alshanetsky wrote: > iliaa Fri Jan 3 12:12:36 2003 EDT > > Modified files: > /php4/ext/standardhttp_fopen_wrapper.c > Log: > Fixed a memory leak that occurs if the location specified by redirect header > ca

[PHP-CVS] cvs: php4 /ext/standard http_fopen_wrapper.c

2003-01-03 Thread Ilia Alshanetsky
iliaa Fri Jan 3 12:12:36 2003 EDT Modified files: /php4/ext/standard http_fopen_wrapper.c Log: Fixed a memory leak that occurs if the location specified by redirect header cannot be opened. Index: php4/ext/standard/http_fopen_wrapper.c diff -u php4/ext/

[PHP-CVS] cvs: php4 /ext/standard http_fopen_wrapper.c

2003-01-03 Thread Ilia Alshanetsky
iliaa Fri Jan 3 12:05:17 2003 EDT Modified files: /php4/ext/standard http_fopen_wrapper.c Log: Further fixes related to bug #21267. Index: php4/ext/standard/http_fopen_wrapper.c diff -u php4/ext/standard/http_fopen_wrapper.c:1.56 php4/ext/standard/http_f

Re: [PHP-CVS] cvs: php4 /ext/standard http_fopen_wrapper.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 15:01:34 2002 EDT > > Modified files: > /php4/ext/standardhttp_fopen_wrapper.c > Log: > Fixed bug #21267 (opening URLs that result in redirection to a

[PHP-CVS] cvs: php4 /ext/standard http_fopen_wrapper.c

2002-12-29 Thread Ilia Alshanetsky
iliaa Sun Dec 29 15:01:34 2002 EDT Modified files: /php4/ext/standard http_fopen_wrapper.c Log: Fixed bug #21267 (opening URLs that result in redirection to a relative path was failing). Index: php4/ext/standard/http_fopen_wrapper.c diff -u php4/ext/stan

[PHP-CVS] cvs: php4 /ext/standard http_fopen_wrapper.c

2002-10-13 Thread Wez Furlong
wez Sat Oct 12 21:03:44 2002 EDT Modified files: /php4/ext/standard http_fopen_wrapper.c Log: Make PHP follow 301 correctly. # There may be other cases that need handling properly; I'll have to spend # some time investigating why we even need special case

[PHP-CVS] cvs: php4 /ext/standard http_fopen_wrapper.c

2002-09-07 Thread Ilia Alshanetsky
iliaa Sat Sep 7 17:57:12 2002 EDT Modified files: /php4/ext/standard http_fopen_wrapper.c Log: Added a check to ensure user_agent header is not sent if user_agent value if blank. Index: php4/ext/standard/http_fopen_wrapper.c diff -u php4/ext/standard/h

Re: [PHP-CVS] cvs: php4 /ext/standard http_fopen_wrapper.c

2002-09-07 Thread Jon Parise
On Sat, Sep 07, 2002 at 07:13:43AM -, Ilia Alshanetsky wrote: > + if( reqok ) { The rest of this file uses the 'if (foo) {' style. Please remain consistent. -- Jon Parise ([EMAIL PROTECTED]) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science Ho

[PHP-CVS] cvs: php4 /ext/standard http_fopen_wrapper.c

2002-09-07 Thread Sterling Hughes
sterlingSat Sep 7 11:55:05 2002 EDT Modified files: /php4/ext/standard http_fopen_wrapper.c Log: commit the correct/up-to-date version Index: php4/ext/standard/http_fopen_wrapper.c diff -u php4/ext/standard/http_fopen_wrapper.c:1.43 php4/ext/stand