summaryrefslogtreecommitdiff
path: root/ext/zlib
Commit message (Expand)AuthorAgeFilesLines
* add missing skipif tagAntony Dovgal2005-12-251-0/+2
* Export symbols needed by pecl/httpFrank M. Kromann2005-12-151-0/+3
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* remaining part of the fix (-o -> ||)Antony Dovgal2005-11-291-1/+1
* MFH (r-1.2) Sync tests with new defaultsSara Golemon2005-11-242-2/+2
* Widen allowable range of values for 'window' bits.Sara Golemon2005-11-221-4/+4
* - fix the fixMichael Wallner2005-10-251-1/+1
* - MFH: fix bug #34821 zlib encoders fail on widely varying binary data on win...Michael Wallner2005-10-252-4/+52
* Fixed tests to work with ZTS buildsIlia Alshanetsky2005-10-201-1/+3
* MFH: Resolved bug #34240.Ilia Alshanetsky2005-09-021-1/+1
* MFH: Fixed bug #34191 (ob_gzhandler does not enforce trailing \0).Ilia Alshanetsky2005-08-211-0/+1
* Add missing exportEdin Kadribasic2005-08-061-1/+1
* - Bumber up yearfoobar2005-08-034-4/+4
* Export missing symbolEdin Kadribasic2005-07-061-0/+1
* - Unify the "configure --help" textsfoobar2005-05-291-1/+1
* nuking that file was not very good idea :)foobar2005-04-271-2/+2
* - Added test: For some reason this fails with ZTS mode and "outside-src-tree-...foobar2005-04-251-0/+17
* Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/libJoe Orton2004-11-031-2/+2
* Fixed a nasty resource/memory/disk-space leak when opening zlib filesIlia Alshanetsky2004-08-261-2/+8
* Oops, copy/paste typoSara Golemon2004-07-211-2/+2
* Persistent mallocs can return NULL (on failure)Sara Golemon2004-07-211-1/+17
* Make persistency safeSara Golemon2004-07-201-19/+16
* not safe for persistent streamsWez Furlong2004-07-181-1/+6
* Update windows build files for filter supportSara Golemon2004-07-172-118/+122
* Add zlib stream filter supportSara Golemon2004-07-176-1/+443
* - Remove unused blocksMarcus Boerger2004-05-196-12/+0
* Export symbols required by zlib_filter extensionFrank M. Kromann2004-04-071-0/+4
* "The Visa to Sibiria" (work in progress)Hartmut Holzgraefe2004-03-231-0/+70
* More ZLIB exports needed by the ming extensionFrank M. Kromann2004-03-101-1/+7
* Reexport some zlib symbols so we can avoid linking with zlib.lib in shared ex...Frank M. Kromann2004-03-102-0/+8
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-172-5/+5
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-082-4/+4
* glob-ify lib checks; this simplifies writing of config.w32 files a little.Wez Furlong2004-01-071-1/+1
* Correcting the description field.Jon Parise2003-12-221-1/+1
* we only use zlib.libWez Furlong2003-12-191-1/+1
* Route mkdir()/rmdir() via wrapper ops.Sara Golemon2003-12-131-1/+3
* Route rename() via wrapper ops.Sara Golemon2003-12-121-1/+2
* Use Rob's static libxml+libiconv library; new build no longerWez Furlong2003-12-051-1/+1
* some tweaks for FrankWez Furlong2003-12-031-1/+2
* Add new (optional!) win32 build infrastructure.Wez Furlong2003-12-021-0/+12
* signed/unsigned compiler warning fixesHartmut Holzgraefe2003-09-261-4/+6
* Code cleanup:Stefan Roehrich2003-09-065-200/+207
* improve format stringSascha Schumann2003-08-291-1/+1
* Fixed bug #25218 ("deflate" compressed pages had a gzip header, whichStefan Roehrich2003-08-241-4/+4
* Fixed zlib.output_compression without register_long_vars set.Stefan Roehrich2003-08-241-4/+5
* Nuke unused variablefoobar2003-08-111-1/+0
* - Fix memleak (this strndup is totally unnecessary)Derick Rethans2003-08-091-4/+2
* Fixed bug #24827 (ob_gzhandler overrides Vary header)Ilia Alshanetsky2003-07-271-2/+2
* gztell() is not necessary, the return value of gzseek() represents theIlia Alshanetsky2003-07-241-7/+5