From: Sascha Schumann Date: Tue, 1 Apr 2003 12:43:45 +0000 (+0000) Subject: editing X-Git-Tag: php-4.3.2RC2~214 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6e84cdacd1da476d6689d197397125c4e130c227;p=php editing --- diff --git a/TODO_SEGFAULTS b/TODO_SEGFAULTS index 43be942b8e..ebcaa83e93 100644 --- a/TODO_SEGFAULTS +++ b/TODO_SEGFAULTS @@ -28,7 +28,7 @@ Open: Notes: (1) appears, when bcadd, bcmod, bcmul, bcscale, bcsqrt have been tested - prior to it. does not segfault otherwise. + prior to it. does not segfault when tested alone. (2) sometimes, mb_ereg passes the test, although a subsequent mbereg will cause a segfault. Probably something in-between screws up the engine. @@ -38,10 +38,12 @@ Open: format = Z_STRVAL_PP(args[0]); + format was zero. The zval appeared to be fubar'ed. + I am not able to reproduce this particular issue at the moment. I was not able to create a simple test case for this initially, so - the lack of reproducibility likely relates to changes in the - changed/now-extended test script. + the lack of reproducibility likely relates to modifications in the + now-extended test script.