[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

[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

[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

[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

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 cannot

[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

[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

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-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