Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Use "float" and "integer" in typehint and zpp errors | Andrea Faulds | 2014-12-21 | 22 | -34/+34 | |
| | | ||||||
* | | Skip buncha tests on 32-bit | Andrea Faulds | 2014-11-29 | 1 | -1/+3 | |
|/ | ||||||
* | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-06-13 | 1 | -1/+4 | |
|\ | | | | | | | | | * PHP-5.4: fix test for bug #60322 | |||||
| * | fix test for bug #60322 | Stanislav Malyshev | 2013-06-13 | 1 | -1/+4 | |
| | | ||||||
* | | Made test compatible with O+ | Dmitry Stogov | 2013-03-16 | 2 | -0/+4 | |
|/ | ||||||
* | fix bug #61272 ob_start callback get passed empty string | Michael Wallner | 2012-11-28 | 1 | -2/+2 | |
| | ||||||
* | fix test | Stanislav Malyshev | 2012-05-15 | 1 | -2/+2 | |
| | ||||||
* | more verbose skip reason in test files with not so obvious extension ↵ | Olivier DOUCET | 2012-02-25 | 1 | -1/+1 | |
| | | | | requirements | |||||
* | Fix bug #60768 Output buffer not discarded | Michael Wallner | 2012-01-16 | 1 | -0/+25 | |
| | | | | | | | | | | in php_output_handler_op(): * if appending to buffer succeeds, just return HANDLER_NO_DATA and do nothing else * if a zero sized string or true is returned from the handler function, reset the context as well as the handler's buffer | |||||
* | fix test | Stanislav Malyshev | 2011-12-26 | 1 | -2/+1 | |
| | ||||||
* | fix bug #60322 (ob_get_clean() now raises an E_NOTICE if no buffers exist) | Stanislav Malyshev | 2011-12-26 | 1 | -0/+8 | |
| | ||||||
* | Fixed bug #60321 (ob_get_status(true) no longer returns an array when buffer ↵ | Pierrick Charron | 2011-11-18 | 1 | -0/+9 | |
| | | | | is empty). | |||||
* | Reverting r319136 | Lars Strojny | 2011-11-17 | 1 | -1/+1 | |
| | ||||||
* | Adjusting error messages | Lars Strojny | 2011-11-14 | 1 | -1/+1 | |
| | ||||||
* | add skipif | Xinchen Hui | 2011-11-13 | 1 | -0/+2 | |
| | ||||||
* | Fixed bug #60282 (Segfault when using ob_gzhandler() with open buffers) | Xinchen Hui | 2011-11-13 | 1 | -0/+10 | |
| | ||||||
* | - CS and "de-facto" style of returning NULL for failing parse-params, sync ↵ | Jani Taskinen | 2010-12-03 | 2 | -3/+15 | |
| | | | | partially with PHP_5_3 too (reordering part :) | |||||
* | - Fix test | Jani Taskinen | 2010-12-03 | 1 | -2/+2 | |
| | ||||||
* | - Add test for the ob_start($foo); leak/crash bug | Jani Taskinen | 2010-12-03 | 1 | -0/+39 | |
| | ||||||
* | - Fix tests | Felipe Pena | 2010-06-16 | 4 | -3/+17 | |
| | ||||||
* | * implement new output API, fixing some bugs and implementing some feature | Michael Wallner | 2010-05-31 | 21 | -119/+134 | |
| | | | | | | | | | | | requests--let's see what I can dig out of the bugtracker for NEWS-- and while crossing the road: * implemented new zlib API * fixed up ext/tidy (what was "s&" in zend_parse_parameters() supposed to do?) Thanks to Jani and Felipe for pioneering. | |||||
* | - Reverted r296062 and r296065 | Jani Taskinen | 2010-03-12 | 21 | -134/+119 | |
| | ||||||
* | MFH: Improved / fixed output buffering (Michael Wallner) | Jani Taskinen | 2010-03-11 | 21 | -119/+134 | |
| | ||||||
* | - Use correct revision | Jani Taskinen | 2009-11-28 | 1 | -2/+1 | |
| | ||||||
* | - No dots here | Jani Taskinen | 2009-11-28 | 1 | -1/+1 | |
| | ||||||
* | Backport ob test to php 5.2 and 53. | andy wharmby | 2009-06-18 | 8 | -0/+274 | |
| | ||||||
* | Backport ob test to php 5.2 and 53. | andy wharmby | 2009-06-14 | 10 | -0/+114 | |
| | ||||||
* | - Initial commit | Sebastian Schürmann | 2009-04-25 | 1 | -0/+34 | |
| | ||||||
* | This is apparently fixed | Hannes Magnusson | 2009-04-06 | 1 | -5/+3 | |
| | ||||||
* | - Fixed bug #46897: ob_flush() should fail to flush unerasable buffers | David Coallier | 2009-02-13 | 1 | -0/+27 | |
| | | | | | | | | | - Added test for bug46897 - A memleak has been identified while fixing this bug but the changes made by this commit do not affect ob_get_clean where the memleak (which is fixed in HEAD with the new handler) resides. - [DOC] New noticed is outputted in ob_flush when the buffer is unerasable | |||||
* | Additional output buffering tests. | Robin Fernandes | 2008-12-18 | 39 | -0/+1498 | |