summaryrefslogtreecommitdiff
path: root/tests/output
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0' into PHP-7.1Andrea Faulds2017-08-121-0/+16
|\
| * Fix bug #74725 (html_errors=1 breaks unhandled exceptions)Andrea Faulds2017-08-121-0/+16
* | Switch zend_print_zval_r to use smart_strNikita Popov2016-06-131-2/+2
|/
* Fixed testXinchen Hui2015-11-261-1/+1
* Fixed bug #70970 (Segfault when combining error handler with output buffering)Xinchen Hui2015-11-255-5/+33
* More accurate reference counting on closuresDmitry Stogov2015-03-101-1/+1
* Fix testReeze Xia2015-03-031-0/+2
* fix testMichael Wallner2015-02-181-1/+1
* Merge branch 'PHP-5.6'Michael Wallner2015-02-181-1/+1
|\
| * fix testMichael Wallner2015-02-181-1/+1
* | Merge branch 'PHP-5.6'Michael Wallner2015-02-181-0/+13
|\ \ | |/
| * Fixed bug #65593 (Segfault when calling ob_start from output buffering callback)Michael Wallner2015-02-181-0/+13
* | Fix tests I broke with the E_ERROR > E_RECOVERABLE_ERROR changeKalle Sommer Nielsen2014-12-293-3/+3
* | 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
|\
| * 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 requirem...Olivier DOUCET2012-02-251-1/+1
* Fix bug #60768 Output buffer not discardedMichael Wallner2012-01-161-0/+25
* 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
* 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 pa...Jani Taskinen2010-12-032-3/+15
* - 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
* - 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
* Additional output buffering tests.Robin Fernandes2008-12-1839-0/+1498