356 Commits (495a5ab0057504b6719ee5be7462db8fa64a46f2)

Author SHA1 Message Date
Jani Taskinen 08f8621a9f - Fixed bug #48994 (zlib.output_compression does not ouput HTTP headers when set to a string value) 17 years ago
Arnaud Le Blanc 6a9aa30d85 MFB52: Fix "request_startup() for zlib module failed" when client does not 17 years ago
Jani Taskinen 7811bcb155 - Added note about omitted break 17 years ago
Jani Taskinen c3795a63e0 - Fixed bug #45202 (zlib.output_compression can not be set with ini_set()) 17 years ago
Jani Taskinen e179d7c26e ws + cs 17 years ago
Rasmus Lerdorf e00d6f1876 Removing test 17 years ago
Arnaud Le Blanc 555208c581 MFH: Fix test 17 years ago
Scott MacVicar da0eb9b8e8 Fix bug #42362 - certain status codes never have output, so sending the gzip compression headers cause problems 17 years ago
andy wharmby 9bfdbb3e2c New gzuncompress() test.Tested on WIndows, Linux and Linux 64 bit 17 years ago
Dave Kelsey 163fedcd61 final collection of zlib tests. tested on linux, windows and linux 64 bit 17 years ago
Dave Kelsey 7d8c189a6d new tests for zlib extension, tested on windows, linux and linux64 17 years ago
andy wharmby f1c66c9229 New gzuncompress() test. php6 tets fails currentlly due to #47179. Tested on Windows, Linux and Linux 64 bit 17 years ago
andy wharmby 435d194059 New gzencode() test. php6 tets fails currentlly due to #47178. Tested on Windows, Linux and Linux 64 bit 17 years ago
andy wharmby 65b60a54fe New gzinflate() error test. Tested on WIndows, Linux and Linux 64 bit 17 years ago
Felipe Pena 0b3afcf67b - MFH: Fixed bug #47152 (gzseek/fseek using SEEK_END produces strange results) 17 years ago
Dave Kelsey 8f9ec4238f new tests for zlib extension, tested on windows, linux and linux64 17 years ago
andy wharmby 791dabcc3b New zlib extension tests. Tested on Windows, Linux and Linux 64 bit 17 years ago
Sebastian Bergmann 08659c2dcd MFH: Bump copyright year, 3 of 3. 17 years ago
Felipe Pena fc2fb50d09 - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 17 years ago
Felipe Pena 7a37fa2d6b - Revert ZEND_BEGIN_ARG_INFO change 17 years ago
Felipe Pena df10005563 - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 18 years ago
Greg Beaver 59e52885a1 fix Bug #46026: bz2.decompress/zlib.inflate filter tries to decompress after end of stream 18 years ago
Arnaud Le Blanc 93b7cb0a0a MFH: Avoid leaks when zlib streams can not be closed properly. 18 years ago
Arnaud Le Blanc 236b03985d Fixed #42663 (gzinflate() try to allocate all memory with truncated data), not present in HEAD. 18 years ago
Felipe Pena bedd323878 - Added arginfo (functions) 18 years ago
Pierre Joye 7053732b6f - don't show zlib as available when libs or headers are missing 18 years ago
Elizabeth Marie Smith 7d4dfa8ee4 Windows configure fixes, a few additional lib names allowed, apache2 only on for zts builds since apache on win is always threaded, isapi no longer stops configure in non-zts mode, look for _debug for debug libraries when debug is enabled 18 years ago
Greg Beaver 217b911d0e fix test 18 years ago
Greg Beaver 9feb21f5f1 MFH: fix potential memleak due to destruction of filterparams zval 18 years ago
Jani Taskinen 3493b0734d MFH 18 years ago
Ilia Alshanetsky 374f3062f8 Allow test to run from any directory 18 years ago
Greg Beaver 4f17800e32 far better fix for bug #40189 18 years ago
Greg Beaver 79abe24b1b MFH: fix faulty fix for Bug #40189, and provide real fix for the bug 18 years ago
Greg Beaver 686f30d118 apply proper fix of bug #43793 to zlib.deflate (window+16 = gzip) 18 years ago
Greg Beaver d5b9a39064 apply same fix of bug #43793 to zlib.deflate 18 years ago
Greg Beaver 49e181eff1 fix Bug #43793: zlib filter is unable to auto-detect gzip/zlib file headers 18 years ago
Sebastian Bergmann d1dded8751 MFH: Bump copyright year, 2 of 2. 18 years ago
Dmitry Stogov 6c810b0d4c Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 19 years ago
Nuno Lopes 40085b06f2 changes to run-tests.php: 19 years ago
Dmitry Stogov d3f2d039a5 Fixed test 19 years ago
Dmitry Stogov eec0b67cd8 Fixed bug #41304 (compress.zlib temp files left) 19 years ago
Edin Kadribasic 7bcf3ef165 Sync with zlib 19 years ago
Dmitry Stogov 69cfe50f74 Prevent double close() of the same file handle 19 years ago
Martin Kraemer 9c62ddde34 Typo 19 years ago
Antony Dovgal 0bc0e57b85 MFH: fix #40189 (possible endless loop in zlib.inflate stream filter) 19 years ago
Nuno Lopes b2fa0cb89d reduce the test data size even further or when running with valgrind it times out 19 years ago
Sebastian Bergmann 4223aa4d5e MFH: Bump year. 19 years ago
Nuno Lopes 559ab4b3f9 make this test run a little faster (is currently timeout with valgrind) 19 years ago
Antony Dovgal 9ce985bbae cosmetic improvements 19 years ago
Ilia Alshanetsky 2245901f6f Fixed compiler warnings 20 years ago