Sebastian Schürmann
ce35cb375a
Initial commit
2009-04-25 18:42:13 +00:00
Robin Fernandes
6262bb4c3d
Revert fix to bug #46903 as per http://marc.info/?l=php-internals&m=123476465621346&w=2 .
2009-02-18 16:42:56 +00:00
Robin Fernandes
7c8f0cf3d8
Fix bugs #46900 and #46903 .
2008-12-28 19:50:58 +00:00
Robin Fernandes
1355a8f433
Additional output buffering tests.
2008-12-18 15:20:47 +00:00
Steph Fox
10c04aca38
- killed off UEXPECT
2008-05-26 15:52:06 +00:00
Antony Dovgal
52e4f43e42
more test fixes
2007-04-18 08:09:02 +00:00
Johannes Schlüter
65aca2f200
- Fix old behaviour, ob_list_handlers() should always return an array
2007-03-03 10:27:04 +00:00
Michael Wallner
c4e3b71acc
- fix tests
2006-11-13 14:05:49 +00:00
Michael Wallner
2964547bf9
- fix skipif
...
- generalize error message expectation
2006-10-13 09:06:03 +00:00
Michael Wallner
4fee41c383
- add test, segfaults ATM
2006-10-13 09:03:03 +00:00
Michael Wallner
07379c22ef
- add SKIPIF and skip test if zlib is not available
2006-08-28 12:05:10 +00:00
Michael Wallner
0ff7bc29d9
- fix tests to comply with upgraded string.c
...
- use add_next_index_zval() when listing handlers
2006-08-22 08:16:37 +00:00
Michael Wallner
de93f1dc91
- error message enhancements
...
- avoid duplicate error messages
- add PHP_OUTPUT_HANDLER_FLUSHABLE
- add PHP_OUTPUT_HANDLER_HOOK_GET_LEVEL
- add more tests
2006-08-09 13:56:45 +00:00
Michael Wallner
af012fd916
- fix output handler seeing buffered data when it gets discarded
...
- add test
2006-06-04 10:01:58 +00:00
Michael Wallner
f00f7056a2
- add simple unicode test
2006-06-02 23:45:53 +00:00
Michael Wallner
4ce0141713
- new output control code
...
# scan README.NEW-OUTPUT-API to get a grasp
# tree has been tagged with BEFORE_NEW_OUTPUT_API
#
# TODO:
# - improve existing output handlers
# - move zlib.output_compression cruft from SAPI.c to zlib.c
# - output_encoding handling was ambigious, resp. is undefined yet
# - more tests
2006-06-02 19:51:43 +00:00