History log of /PHP-8.0/ext/standard/http_fopen_wrapper.c (Results 201 – 225 of 294)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# a63f5d1c 06-May-2005 Ilia Alshanetsky

Fixed bug #32936 (http redirects URLs are not checked for control chars).


Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2, php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH
# 549ec65e 27-Sep-2004 Anantha Kesari H Y

removed redundant NEW_LIBC checks


Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3
# 532a79aa 08-Sep-2004 Sara Golemon

*** empty log message ***


# 92c4a37a 07-Sep-2004 Sara Golemon

Chunk Length may optionally be followed by whitespace


# a85bff97 07-Sep-2004 Sara Golemon

Protocol version context option and chunked transfer encoding


Revision tags: PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1
# 93f795bb 24-Jul-2004 Sara Golemon

Add proxy support to ftp using http wrapper


Revision tags: RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8, php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7
# 23813d60 28-May-2004 Stefan Esser

Fixed off-by-one in http_fopen_wrapper


Revision tags: php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2
# d5e0742e 23-Apr-2004 Sara Golemon

In-HEAD bugfix# 28115


Revision tags: php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5
# d45b2c6b 19-Mar-2004 Ilia Alshanetsky

MFH: Fixed bug #27628 (Simplify the process of making a POST request via
stream context).


Revision tags: php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0
# 639073bd 26-Feb-2004 foobar

MFB: typofix


# 0f5f7c6d 26-Feb-2004 Ilia Alshanetsky

Handle situation where feof() occurs before the HTTP header is retrieved.


# 184b379f 25-Feb-2004 Sebastian Bergmann

ZTS fix.


# 895f2442 24-Feb-2004 Ilia Alshanetsky

Fixed bug #27383 (Potential crash inside fopen_wrapper, while parsing
response code).


Revision tags: php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2
# 18588497 30-Jan-2004 Sara Golemon

Fix potential bug in http:// proxy support.
Some proxy servers require entire URI be sent in request string.

Add context option "http"/"request_fulluri" to allow this behavior.


Revision tags: RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1
# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1
# c5664783 13-Dec-2003 Sara Golemon

Route mkdir()/rmdir() via wrapper ops.
Move current rmdir()/rmdir() code to plain_wrappers.c
Implement mkdir()/rmdir() in ftp:// wrapper


# b1f8236b 12-Dec-2003 Sara Golemon

Route rename() via wrapper ops.
Move current rename() code to main/streams/plain_wrapper.c
Implement ftp/rename()
Implement userstreams/rename()


# 5ad67a92 03-Dec-2003 Sara Golemon

Add http proxy support via context option.


Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7
# 6a7dde29 28-Aug-2003 Sascha Schumann

kill warnings


Revision tags: php-4.3.3, php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2, php-5.0.0b1, php-4.3.3RC1
# 82ddb233 13-Jun-2003 Sara Golemon

Loosen restrictions on method used with http_fopen_wrapper, still default to GET though.


# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b
# 5126fbe5 14-May-2003 Sara Golemon

Setup unlink() method in wrapper_ops structure, implement unlink in plainfiles wrapper, explicitly set method NULL in other wrappers (for now), and rewrite unlink userland function to call into wrapp

Setup unlink() method in wrapper_ops structure, implement unlink in plainfiles wrapper, explicitly set method NULL in other wrappers (for now), and rewrite unlink userland function to call into wrapper_ops

show more ...


Revision tags: SPL_ALPHA, php-4.3.2RC2
# 169b3f72 28-Apr-2003 Wez Furlong

Fix for #23340; fopen on multiple urls from the same server crashes.


Revision tags: RELEASE_0_6, RELEASE_0_5, init
# 3d6fccc0 14-Apr-2003 Ilia Alshanetsky

Fixed bug #23152 ($http_response_header empty on invalid URLs)


# 70155b6d 07-Apr-2003 Sara Golemon

Introduce support for context options 'method', 'header', 'content'


12345678910>>...12