summaryrefslogtreecommitdiff
path: root/tests/output
Commit message (Collapse)AuthorAgeFilesLines
...
* | Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-2122-34/+34
| |
* | Skip buncha tests on 32-bitAndrea Faulds2014-11-291-1/+3
|/
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-131-1/+4
|\ | | | | | | | | * PHP-5.4: fix test for bug #60322
| * fix test for bug #60322Stanislav Malyshev2013-06-131-1/+4
| |
* | Made test compatible with O+Dmitry Stogov2013-03-162-0/+4
|/
* fix bug #61272 ob_start callback get passed empty stringMichael Wallner2012-11-281-2/+2
|
* fix testStanislav Malyshev2012-05-151-2/+2
|
* more verbose skip reason in test files with not so obvious extension ↵Olivier DOUCET2012-02-251-1/+1
| | | | requirements
* Fix bug #60768 Output buffer not discardedMichael Wallner2012-01-161-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 testStanislav Malyshev2011-12-261-2/+1
|
* fix bug #60322 (ob_get_clean() now raises an E_NOTICE if no buffers exist)Stanislav Malyshev2011-12-261-0/+8
|
* Fixed bug #60321 (ob_get_status(true) no longer returns an array when buffer ↵Pierrick Charron2011-11-181-0/+9
| | | | is empty).
* Reverting r319136Lars Strojny2011-11-171-1/+1
|
* Adjusting error messagesLars Strojny2011-11-141-1/+1
|
* add skipif Xinchen Hui2011-11-131-0/+2
|
* Fixed bug #60282 (Segfault when using ob_gzhandler() with open buffers)Xinchen Hui2011-11-131-0/+10
|
* - CS and "de-facto" style of returning NULL for failing parse-params, sync ↵Jani Taskinen2010-12-032-3/+15
| | | | partially with PHP_5_3 too (reordering part :)
* - Fix testJani Taskinen2010-12-031-2/+2
|
* - Add test for the ob_start($foo); leak/crash bugJani Taskinen2010-12-031-0/+39
|
* - Fix testsFelipe Pena2010-06-164-3/+17
|
* * implement new output API, fixing some bugs and implementing some feature Michael Wallner2010-05-3121-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 r296065Jani Taskinen2010-03-1221-134/+119
|
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-1121-119/+134
|
* - Use correct revisionJani Taskinen2009-11-281-2/+1
|
* - No dots hereJani Taskinen2009-11-281-1/+1
|
* Backport ob test to php 5.2 and 53.andy wharmby2009-06-188-0/+274
|
* Backport ob test to php 5.2 and 53.andy wharmby2009-06-1410-0/+114
|
* - Initial commitSebastian Schürmann2009-04-251-0/+34
|
* This is apparently fixedHannes Magnusson2009-04-061-5/+3
|
* - Fixed bug #46897: ob_flush() should fail to flush unerasable buffersDavid Coallier2009-02-131-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 Fernandes2008-12-1839-0/+1498