| Commit message (Expand) | Author | Age | Files | Lines |
* | fix bug #60761 zlib.output_compression fails on refresh | Michael Wallner | 2012-05-15 | 1 | -2/+2 |
* | fix bug #61443 | Michael Wallner | 2012-04-24 | 2 | -3/+15 |
* | fixed bug #61820 | Michael Wallner | 2012-04-24 | 2 | -1/+26 |
* | Merge branch 'PHP-5.3' into PHP-5.4 | Anatoliy Belsky | 2012-04-16 | 1 | -3/+12 |
|\ |
|
| * | Fix bug 61680 ext\zlib\tests\gzencode_variation1-win32.phpt fails | Anatoliy Belsky | 2012-04-16 | 1 | -3/+12 |
* | | Merge branch '5.3' into 5.4 | Anatoliy Belsky | 2012-03-27 | 1 | -13/+32 |
|\ \
| |/ |
|
| * | Fix bug #61519 test fails, should pass - ext/zlib/tests/bug60761.phpt | Anatoliy Belsky | 2012-03-27 | 1 | -14/+33 |
| * | Fix bug #61139 gzopen leaks when specifying invalid mode | Nikita Popov | 2012-02-19 | 2 | -15/+24 |
| * | - add test for bug #60761 | Pierre Joye | 2012-01-18 | 1 | -1/+3 |
| * | - add test for bug #60761 | Pierre Joye | 2012-01-18 | 1 | -0/+33 |
| * | - Year++ | Felipe Pena | 2012-01-01 | 4 | -4/+4 |
| * | Fix test (gzdecode not valid in 5.3 branch, maybe need add ? ) | Xinchen Hui | 2011-09-13 | 1 | -1/+1 |
| * | - use only zlib function and reported the failure with base64 in #55620 | Pierre Joye | 2011-09-06 | 1 | -4/+4 |
| * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| * | - Year++ | Felipe Pena | 2011-01-01 | 4 | -4/+4 |
| * | - Fixed bug #52944 (Invalid write on second and subsequent reads with an infl... | Gustavo André dos Santos Lopes | 2010-09-29 | 2 | -0/+160 |
| * | - fix bug #52926, zlib fopen wrapper does not use the context | Pierre Joye | 2010-09-26 | 1 | -1/+1 |
| * | - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments fo... | Felipe Pena | 2010-06-26 | 1 | -12/+44 |
* | | - Tentative fix for bug #61306. | Gustavo André dos Santos Lopes | 2012-03-07 | 1 | -2/+8 |
* | | MFH: Fixed bug #61287 (A particular string fails to decompress) | Michael Wallner | 2012-03-05 | 3 | -1/+26 |
* | | Merge: Fix bug #61139: gzopen leaks when specifying invalid mode | Nikita Popov | 2012-03-02 | 2 | -15/+24 |
* | | Please test your tests | Rasmus Lerdorf | 2012-01-23 | 1 | -35/+35 |
* | | - add test for bug #60761 | Pierre Joye | 2012-01-18 | 1 | -1/+3 |
* | | - add test for bug #60761 | Pierre Joye | 2012-01-18 | 1 | -0/+33 |
* | | remove XFAIL for bug #47178 | Michael Wallner | 2012-01-18 | 2 | -6/+2 |
* | | add test for ob_gzhandler | Stanislav Malyshev | 2012-01-01 | 1 | -0/+24 |
* | | - Year++ | Felipe Pena | 2012-01-01 | 4 | -4/+4 |
* | | - Fix bug #60326, fix crash introduced by initial fix | Pierre Joye | 2011-12-26 | 1 | -2/+1 |
* | | - Fix bug #60326, fix TS build (introduced by r321406) | Pierre Joye | 2011-12-26 | 1 | -1/+1 |
* | | fix bug #60326 - restore ob_gzhandler | Stanislav Malyshev | 2011-12-26 | 2 | -57/+171 |
* | | fix r316992 | Michael Wallner | 2011-09-19 | 1 | -2/+8 |
* | | Fixed bug #55544 ob_gzhandler always conflicts with zlib.output_compression | Michael Wallner | 2011-09-19 | 1 | -0/+1 |
* | | - force LF and fix... and blame me for not reading the code correctly, zlib t... | Pierre Joye | 2011-09-08 | 3 | -3/+3 |
* | | - force LF | Pierre Joye | 2011-09-08 | 1 | -1/+1 |
* | | - use only zlib function and reported the failure with base64 in #55620 | Pierre Joye | 2011-09-06 | 1 | -4/+4 |
* | | fix tests | Stanislav Malyshev | 2011-08-31 | 4 | -9/+7 |
* | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
* | | - remove magic quotes support, functions are kept (see the NEWS entry for the... | Pierre Joye | 2011-07-22 | 1 | -23/+0 |
* | | - remove magic quotes support, functions are kept (see the NEWS entry for the... | Pierre Joye | 2011-07-22 | 1 | -9/+2 |
* | | - Fixed tests | Felipe Pena | 2011-06-12 | 2 | -7/+7 |
* | | - Added new parameter parsing option (p - for valid path (string without null... | Felipe Pena | 2011-06-06 | 1 | -1/+1 |
* | | - Year++ | Felipe Pena | 2011-01-01 | 4 | -4/+4 |
* | | - Fixed bug #52944 (Invalid write on second and subsequent reads with an infl... | Gustavo André dos Santos Lopes | 2010-09-29 | 2 | -0/+160 |
* | | - fix bug #52926, zlib fopen wrapper does not use the context | Pierre Joye | 2010-09-26 | 1 | -1/+1 |
* | | - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments fo... | Felipe Pena | 2010-06-26 | 1 | -13/+45 |
* | | fix ZTS build | Antony Dovgal | 2010-05-31 | 1 | -3/+3 |
* | | * implement new output API, fixing some bugs and implementing some feature | Michael Wallner | 2010-05-31 | 35 | -971/+965 |
* | | revert change #298288: Remove old dsp/dsw/makefile files | Rob Richards | 2010-04-28 | 1 | -0/+121 |
* | | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -4/+3 |
* | | Remove old dsp/dsw/makefile files, these arent used by the build system anymo... | Kalle Sommer Nielsen | 2010-04-21 | 1 | -121/+0 |
|/ |
|