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

2009-05-16 Thread Arnaud Le Blanc
lbarnaudSat May 16 20:34:08 2009 UTC Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: Fixed bug #38802 (max_redirects and ignore_errors) (patch by datib...@php.net) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/http_fopen_w

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

2009-05-14 Thread Greg Beaver
cellog Thu May 14 13:36:45 2009 UTC Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: fix potential free of NULL http://cvs.php.net/viewvc.cgi/php-src/ext/standard/http_fopen_wrapper.c?r1=1.142&r2=1.143&diff_format=u Index: php-src/ext/stand

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

2008-07-29 Thread Arnaud Le Blanc
lbarnaudTue Jul 29 13:57:20 2008 UTC Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: Fixed previous fix http://cvs.php.net/viewvc.cgi/php-src/ext/standard/http_fopen_wrapper.c?r1=1.136&r2=1.137&diff_format=u Index: php-src/ext/st

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

2008-07-28 Thread Arnaud Le Blanc
lbarnaudMon Jul 28 19:03:57 2008 UTC Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: When automatically redirecting an HTTP request, use the GET method when the original method was not HEAD or GET (fixes #45540) # # The RFC says

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

2008-07-25 Thread Michael Wallner
mikeFri Jul 25 08:27:10 2008 UTC Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: - Changed HTTP stream wrapper to accept any code between and including 200 to 399 as successful. (patch by Noah Fontes) http://cvs.php.net/viewvc

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

2008-04-06 Thread Ilia Alshanetsky
iliaa Sun Apr 6 15:21:45 2008 UTC Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: MFB: Fixed bug #44603 (Order issues with Content-Type/Length headers on POST) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/http_fopen_wrapper.c?

[PHP-CVS] cvs: php-src /ext/standard http_fopen_wrapper.c /ext/standard/tests/network http-stream.phpt

2007-11-29 Thread Derick Rethans
derick Thu Nov 29 12:27:49 2007 UTC Added files: /php-src/ext/standard/tests/network http-stream.phpt Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: - Fixed a segfault when reading from an HTTP stream. http://c

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

2007-11-04 Thread Sara Golemon
pollita Mon Nov 5 00:47:21 2007 UTC Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: Allow http fopen wrapper to fetch content on 'error' condition (David Zulke) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/http_fopen_wrapper.c?r1=1.1

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

2007-04-23 Thread Hannes Magnusson
bjori Mon Apr 23 16:32:37 2007 UTC Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: Plug leak http://cvs.php.net/viewvc.cgi/php-src/ext/standard/http_fopen_wrapper.c?r1=1.124&r2=1.125&diff_format=u Index: php-src/ext/standard/http_fopen

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

2007-01-14 Thread Hannes Magnusson
bjori Sun Jan 14 14:37:17 2007 UTC Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: MFB: Fix typo in error message http://cvs.php.net/viewvc.cgi/php-src/ext/standard/http_fopen_wrapper.c?r1=1.123&r2=1.124&diff_format=u Index: php-src/ex

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

2006-12-05 Thread Antony Dovgal
tony2001Tue Dec 5 18:42:22 2006 UTC Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: nuke redundant zval_ptr_dtor() call and fix memory corruption/segfault http://cvs.php.net/viewvc.cgi/php-src/ext/standard/http_fopen_wrapper.c?r

[PHP-CVS] cvs: php-src /ext/standard http_fopen_wrapper.c /main/streams memory.c

2006-06-29 Thread Hannes Magnusson
bjori Thu Jun 29 14:42:30 2006 UTC Modified files: /php-src/ext/standard http_fopen_wrapper.c /php-src/main/streams memory.c Log: url->URL http://cvs.php.net/viewvc.cgi/php-src/ext/standard/http_fopen_wrapper.c?r1=1.116&r2=1.117&diff_format

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

2006-04-16 Thread Ilia Alshanetsky
iliaa Sun Apr 16 17:41:26 2006 UTC Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: MFB51: fixed typo http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/http_fopen_wrapper.c?r1=1.114&r2=1.115&diff_format=u Index: php-src/ext/standard/h

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

2006-04-16 Thread Ilia Alshanetsky
iliaa Sun Apr 16 16:55:25 2006 UTC Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: MFB51: Fixed bug #37045 (Fixed check for special chars for http redirects). http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/http_fopen_wrapper.c?

[PHP-CVS] cvs: php-src /ext/standard http_fopen_wrapper.c /main/streams filter.c php_stream_filter_api.h streams.c

2006-04-12 Thread Sara Golemon
pollita Wed Apr 12 22:40:56 2006 UTC Modified files: /php-src/ext/standard http_fopen_wrapper.c /php-src/main/streams filter.c php_stream_filter_api.h streams.c Log: Allow http:// wrapper to automatically apply correct unicode.from.* filter based

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

2006-03-26 Thread Ilia Alshanetsky
iliaa Sun Mar 26 17:12:26 2006 UTC Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: MFB51: Fixed bug #36857 (Added support for partial content fetching to the HTTP streams wrapper). http://cvs.php.net/viewcvs.cgi/php-src/ext/standard

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

2006-01-19 Thread Ilia Alshanetsky
iliaa Fri Jan 20 01:40:48 2006 UTC Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: MFB51: Allow get_headers() to return header information even for non-200 responses. http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/http_fopen_wr

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

2005-12-11 Thread Ilia Alshanetsky
iliaa Mon Dec 12 05:04:43 2005 EDT Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: MFB51: Fixed bug #35629 (crash in http:// wrapper on multiple redirects). http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/http_fopen_wrapper.c?r1=1.

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

2005-12-09 Thread Antony Dovgal
tony2001Fri Dec 9 13:53:54 2005 EDT Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: MF51: fix wrong macro usage http://cvs.php.net/diff.php/php-src/ext/standard/http_fopen_wrapper.c?r1=1.105&r2=1.106&ty=u Index: php-src/ext/stan

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

2005-12-07 Thread Ilia Alshanetsky
iliaa Wed Dec 7 21:53:34 2005 EDT Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: MFB51: Fixed bug #34359 (Possible crash inside fopen http wrapper). http://cvs.php.net/diff.php/php-src/ext/standard/http_fopen_wrapper.c?r1=1.104&r2=1.

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

2005-12-06 Thread Sara Golemon
pollita Tue Dec 6 14:13:30 2005 EDT Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: Block potential segfault. Context option type not checked for "user_agent","header", and "content" http://cvs.php.net/diff.php/php-src/ext/standard/ht

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

2005-11-14 Thread Ilia Alshanetsky
iliaa Mon Nov 14 23:24:29 2005 EDT Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: Fixed possible crash in http:// wrapper. http://cvs.php.net/diff.php/php-src/ext/standard/http_fopen_wrapper.c?r1=1.102&r2=1.103&ty=u Index: php-src/ext

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

2005-09-21 Thread Dmitry Stogov
dmitry Wed Sep 21 11:54:43 2005 EDT Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: Fixed memory corruption http://cvs.php.net/diff.php/php-src/ext/standard/http_fopen_wrapper.c?r1=1.101&r2=1.102&ty=u Index: php-src/ext/standard/http_fo

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

2005-09-21 Thread Dmitry Stogov
dmitry Wed Sep 21 11:04:49 2005 EDT Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: Allow fopen() make HTTPS requests throug HTTP proxies http://cvs.php.net/diff.php/php-src/ext/standard/http_fopen_wrapper.c?r1=1.100&r2=1.101&ty=u Index

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

2005-07-14 Thread Ilia Alshanetsky
iliaa Thu Jul 14 10:59:19 2005 EDT Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: Properly recognize redirect code 303. When encountering redirect on POST request follow browsers and cURL and perform GET on the specified location field

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

2005-06-06 Thread Derick Rethans
derick Mon Jun 6 08:39:57 2005 EDT Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: - Fixed bug #33242 (Mangled error message when stream fails). http://cvs.php.net/diff.php/php-src/ext/standard/http_fopen_wrapper.c?r1=1.96&r2=1.97&ty=u

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

2005-05-05 Thread Ilia Alshanetsky
iliaa Thu May 5 22:20:00 2005 EDT Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: Missing bit from previous patch. http://cvs.php.net/diff.php/php-src/ext/standard/http_fopen_wrapper.c?r1=1.94&r2=1.95&ty=u Index: php-src/ext/standard/

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

2005-05-05 Thread Ilia Alshanetsky
iliaa Thu May 5 22:13:47 2005 EDT Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: Fixed bug #32936 (http redirects URLs are not checked for control chars). http://cvs.php.net/diff.php/php-src/ext/standard/http_fopen_wrapper.c?r1=1.93&

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

2004-09-08 Thread Sara Golemon
pollita Wed Sep 8 19:37:55 2004 EDT Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: http://cvs.php.net/diff.php/php-src/ext/standard/http_fopen_wrapper.c?r1=1.91&r2=1.92&ty=u Index: php-src/ext/standard/http_fopen_wrapper.c diff -u php-src

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

2004-09-07 Thread Sara Golemon
pollita Tue Sep 7 18:46:25 2004 EDT Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: Chunk Length may optionally be followed by whitespace http://cvs.php.net/diff.php/php-src/ext/standard/http_fopen_wrapper.c?r1=1.90&r2=1.91&ty=u Index: php

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

2004-05-30 Thread Andi Gutmans
Can you please use estrndup() instead of estrdup()? Thanks, Andi At 01:38 PM 5/28/2004 +, Stefan Esser wrote: sesser Fri May 28 09:38:07 2004 EDT Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: Fixed off-by-one in http_fopen_wrapper http://cvs.php.net/d

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

2004-05-28 Thread Stefan Esser
sesser Fri May 28 09:38:07 2004 EDT Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: Fixed off-by-one in http_fopen_wrapper http://cvs.php.net/diff.php/php-src/ext/standard/http_fopen_wrapper.c?r1=1.87&r2=1.88&ty=u Index: php-src/ext/

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

2004-04-22 Thread Sara Golemon
pollita Thu Apr 22 23:37:20 2004 EDT Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: In-HEAD bugfix# 28115 http://cvs.php.net/diff.php/php-src/ext/standard/http_fopen_wrapper.c?r1=1.86&r2=1.87&ty=u Index: php-src/ext/standard/http_fopen_wra

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

2004-02-25 Thread Jani Taskinen
sniper Wed Feb 25 19:13:30 2004 EDT Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: MFB: typofix http://cvs.php.net/diff.php/php-src/ext/standard/http_fopen_wrapper.c?r1=1.84&r2=1.85&ty=u Index: php-src/ext/standard/http_fopen_wrapper.c di

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

2004-02-25 Thread Ilia Alshanetsky
iliaa Wed Feb 25 19:02:29 2004 EDT Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: Handle situation where feof() occurs before the HTTP header is retrieved. http://cvs.php.net/diff.php/php-src/ext/standard/http_fopen_wrapper.c?r1=1.83&

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

2004-02-25 Thread Sebastian Bergmann
sebastian Wed Feb 25 04:36:47 2004 EDT Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: ZTS fix. http://cvs.php.net/diff.php/php-src/ext/standard/http_fopen_wrapper.c?r1=1.82&r2=1.83&ty=u Index: php-src/ext/standard/http_fopen_wrapper.

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

2004-02-24 Thread Ilia Alshanetsky
iliaa Tue Feb 24 16:52:41 2004 EDT Modified files: /php-src/ext/standard http_fopen_wrapper.c Log: Fixed bug #27383 (Potential crash inside fopen_wrapper, while parsing response code). http://cvs.php.net/diff.php/php-src/ext/standard/http_fopen_wrap