bcsub (Rasmus)
mb_ereg, mb_ereg_match, mb_eregi, mb_split (Moriyoshi)
xml_parser_create (Moriyoshi)
+ ob_start (3) (Sascha)
Open:
- ob_start (3) (Unable to reproduce - Moriyoshi)
-
- Notes:
-
-(3) calling ob_start in weird ways caused a segfault in
- php_formatted_print(). In this line:
-
- format = Z_STRVAL_PP(args[0]);
-
- format was zero. The zval appeared to be fubar'ed.
-
- When one comments out the (unused) line
-
- $maxa = array_fill(100,1000,&$maxn);
-
- in the current test script, the segfault can be reproduced (it probably
- influences the heap layout, so that ob_start does not scribble over
- important memory).
-
+ none at this time
Methodology