summaryrefslogtreecommitdiff
path: root/ext/zlib/zlib_fopen_wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* Make scheme part decoding rfc2396 compliant.Wez Furlong2002-04-191-2/+2
* Always initialize wrappers, regardless of PG(allow_url_fopen).Wez Furlong2002-04-161-1/+4
* Implement stream context and status notification system.Wez Furlong2002-04-101-1/+2
* Added BC support for old style zlib: wrapper.Wez Furlong2002-04-061-0/+2
* Phase 3 of OO wrapper cleanupWez Furlong2002-03-281-1/+2
* Phase 1 of wrapper OO cleanup.Wez Furlong2002-03-241-3/+7
* Require that wrappers use <protocol>://<path> to avoidWez Furlong2002-03-211-2/+2
* Implement bz2 streams and bz2: wrapper.Wez Furlong2002-03-211-1/+8
* Convert the gzfile related functions into aliases for their equivalentsWez Furlong2002-03-211-3/+9
* add forgotten parameterWez Furlong2002-03-201-1/+1
* TSRMLS related work on streams, as discussed with Zeev.Wez Furlong2002-03-181-7/+7
* fix warningWez Furlong2002-03-181-1/+1
* Streams now make more use of the memory manager, so tracking downWez Furlong2002-03-171-2/+2
* Fix some issues with gzFile and fsockopen.Wez Furlong2002-03-161-4/+3
* Hopefully fix resource usage so that we have no leaks and don't segfault.Wez Furlong2002-03-161-6/+7
* change * formattingWez Furlong2002-03-161-14/+14
* New PHP streams...Wez Furlong2002-03-151-50/+76
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Killed a compile warning.foobar2001-08-221-1/+1
* Fix some warningsZeev Suraski2001-07-311-1/+1
* More TSRMLS_FETCH annihilation. Enough for today...Zeev Suraski2001-07-311-2/+2
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Finish fopen-wrappers rename.Sascha Schumann2001-02-231-1/+1
* # a minor change, but still important :)Hartmut Holzgraefe2000-11-211-2/+1
* all the _GNU_SOURCE dependant stuff is now in zlib_fopen_wrapper.cHartmut Holzgraefe2000-11-211-0/+105