summaryrefslogtreecommitdiff
path: root/ext/standard/http_fopen_wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* Loosen restrictions on method used with http_fopen_wrapper, still default to ...Sara Golemon2003-06-131-8/+12
* updating license information in the headers.James Cox2003-06-101-3/+3
* Setup unlink() method in wrapper_ops structure, implement unlink in plainfile...Sara Golemon2003-05-141-1/+2
* Fix for #23340; fopen on multiple urls from the same server crashes.Wez Furlong2003-04-281-1/+12
* Fixed bug #23152 ($http_response_header empty on invalid URLs)Ilia Alshanetsky2003-04-141-64/+56
* Introduce support for context options 'method', 'header', 'content'Sara Golemon2003-04-071-13/+64
* Added support for http redirects to ftp.Ilia Alshanetsky2003-03-041-4/+26
* - Move https:// and ftps:// wrapper registration into the openssl module.Wez Furlong2003-02-271-1/+1
* Another big commit (tm).Wez Furlong2003-02-271-13/+16
* Revert accidental commit.Ilia Alshanetsky2003-02-201-1/+1
* Fixed bug #22308 (optimized passthru, code is now ~40 times faster).Ilia Alshanetsky2003-02-201-1/+1
* Fixed bug #22283 (possible crash when opening relative URLs).Ilia Alshanetsky2003-02-191-2/+7
* Win32 build improvementsZeev Suraski2003-02-171-2/+0
* A add much more useful select(2) implementation than is provided byWez Furlong2003-02-161-2/+2
* Added 'x' mode for fopen() used on local files. This mode will create a newIlia Alshanetsky2003-02-131-1/+1
* Avoid problems with chunk_size and auto_detect_line_endings.Wez Furlong2003-02-131-2/+14
* chunk_size should always be reduced to 1 while scanning response headers to a...Sara Golemon2003-02-071-4/+3
* Fixed a memory leak that occurs if the location specified by redirect headerIlia Alshanetsky2003-01-031-5/+7
* Further fixes related to bug #21267.Ilia Alshanetsky2003-01-031-3/+6
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Fixed bug #21267 (opening URLs that result in redirection to a relativeIlia Alshanetsky2002-12-291-9/+15
* -php_error -> php_error_docrefMarcus Boerger2002-12-051-1/+1
* Make PHP follow 301 correctly.Wez Furlong2002-10-131-0/+1
* Rename streams functions to fit with naming conventions, adding aliasesWez Furlong2002-09-281-2/+2
* Remove an unused variable and a now-unused function.Wez Furlong2002-09-261-1/+1
* Rename file_get_wrapper_data -> file_get_meta_data.Wez Furlong2002-09-261-18/+21
* Implement a default_socket_timeout and auto_detect_line_endings ini options.Wez Furlong2002-09-231-2/+2
* Implement read buffering in streams.Wez Furlong2002-09-231-0/+3
* - fix typo in commentJan Lehnardt2002-09-141-1/+1
* Added a check to ensure user_agent header is not sent if user_agent valueIlia Alshanetsky2002-09-071-12/+16
* Fix a couple of bad pointer indirections (oops).Wez Furlong2002-09-071-3/+2
* commit the correct/up-to-date versionSterling Hughes2002-09-071-45/+49
* @ Made the User-Agent that php's fopen wrappers send, configurable viaSterling Hughes2002-09-071-44/+71
* Fixed a massive memory leak that occurs when an opened webpage returnsIlia Alshanetsky2002-09-071-41/+43
* NetWare related additions/modificationsAnantha Kesari H Y2002-09-051-1/+12
* Missing word...Wez Furlong2002-08-111-1/+1
* Properly implement TSRM parameters to the new log_errorWez Furlong2002-08-111-5/+6
* Introduce an error stack for wrappers, to help prevent multiple errorsWez Furlong2002-08-111-6/+8
* Switch streams socket abstraction to use a timeval structure instead of anJason Greene2002-07-221-1/+1
* Fixed bug: #16637, username/password needs to be urlencoded.foobar2002-07-111-0/+4
* redirected is set but never usedSascha Schumann2002-05-041-2/+0
* Make use of new flag so that we can buffer http headers when we know thatWez Furlong2002-04-301-5/+8
* Remove compiler warningsYasuo Ohgaki2002-04-191-1/+1
* Always initialize wrappers, regardless of PG(allow_url_fopen).Wez Furlong2002-04-161-1/+2
* Implement stream context and status notification system.Wez Furlong2002-04-101-9/+48
* Phase 3 of OO wrapper cleanupWez Furlong2002-03-281-1/+13
* Phase 1 of wrapper OO cleanup.Wez Furlong2002-03-241-4/+7
* Implement user-space streams.Wez Furlong2002-03-191-2/+3
* TSRMLS related work on streams, as discussed with Zeev.Wez Furlong2002-03-181-2/+2
* Streams now make more use of the memory manager, so tracking downWez Furlong2002-03-171-2/+2