summaryrefslogtreecommitdiff
path: root/ext/zlib/zlib_fopen_wrapper.c
Commit message (Expand)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - MFH: Fixed bug #47152 (gzseek/fseek using SEEK_END produces strange results)Felipe Pena2009-01-201-0/+4
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Fixed bug #41304 (compress.zlib temp files left)Dmitry Stogov2007-05-081-2/+2
* Prevent double close() of the same file handleDmitry Stogov2007-04-261-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* move static declaration to *.c filesNuno Lopes2006-08-141-1/+1
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* Fixed a nasty resource/memory/disk-space leak when opening zlib filesIlia Alshanetsky2004-08-261-2/+8
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Route mkdir()/rmdir() via wrapper ops.Sara Golemon2003-12-131-1/+3
* Route rename() via wrapper ops.Sara Golemon2003-12-121-1/+2
* gztell() is not necessary, the return value of gzseek() represents theIlia Alshanetsky2003-07-241-7/+5
* 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
* WS & CS fixesfoobar2003-03-171-26/+37
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Fix for #21304 (gzopen did not report errors on open; "a" mode broken)Wez Furlong2002-12-311-6/+0
* MFB zlib related fixesWez Furlong2002-12-091-14/+31
* email address changeHartmut Holzgraefe2002-11-251-1/+1
* Fix for 19906.Wez Furlong2002-10-151-4/+5
* Don't use streams-level buffer on zlib streams.Wez Furlong2002-10-151-1/+3
* This seems to resolve the issues with fgets.Wez Furlong2002-10-051-6/+6
* Rename file_get_wrapper_data -> file_get_meta_data.Wez Furlong2002-09-261-3/+5
* Implement read buffering in streams.Wez Furlong2002-09-231-14/+11
* *cough*Wez Furlong2002-08-221-1/+1
* Fix error messages.Wez Furlong2002-08-221-0/+2
* 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