|
| 1 | +2005-05-26 Andrei Zmievski < [email protected]> |
| 2 | + |
| 3 | + * ext/standard/reg.c: |
| 4 | + Do a cache flush if we detect possible cache corruption (same as for |
| 5 | + PCRE). |
| 6 | + |
| 7 | +2005-05-26 Dmitry Stogov < [email protected]> |
| 8 | + |
| 9 | + * (PHP_5_0) |
| 10 | + NEWS |
| 11 | + ZendEngine2/zend_execute_API.c |
| 12 | + ZendEngine2/tests/bug33116.phpt: |
| 13 | + Fixed bug #33116 (crash when assigning class name to global variable in |
| 14 | + __autoload) |
| 15 | + |
| 16 | + * ZendEngine2/tests/bug33116.phpt |
| 17 | + ZendEngine2/tests/bug33116.phpt: |
| 18 | + |
| 19 | + Fixed bug #33116 (crash when assigning class name to global variable in |
| 20 | + __autoload). |
| 21 | + |
| 22 | + * ZendEngine2/zend_execute_API.c: |
| 23 | + Fixed bug #33116 (crash when assigning class name to global variable in |
| 24 | + __autoload). |
| 25 | + |
| 26 | + * NEWS |
| 27 | + ZendEngine2/zend_API.h |
| 28 | + ZendEngine2/zend_compile.c |
| 29 | + ZendEngine2/zend_compile.h |
| 30 | + ZendEngine2/zend_execute.c |
| 31 | + ZendEngine2/zend_language_parser.y |
| 32 | + ZendEngine2/zend_reflection_api.c |
| 33 | + ZendEngine2/tests/array_type_hint_001.phpt: |
| 34 | + Added array type hinting. (This patch requires full re-make) |
| 35 | + |
| 36 | +2005-05-26 Marcus Boerger < [email protected]> |
| 37 | + |
| 38 | + * (PHP_5_0) |
| 39 | + ZendEngine2/tests/bug27304.phpt |
| 40 | + ZendEngine2/tests/bug32981.phpt: |
| 41 | + - Add new tests |
| 42 | + |
| 43 | + * ZendEngine2/tests/bug27304.phpt |
| 44 | + ZendEngine2/tests/bug27304.phpt |
| 45 | + ZendEngine2/tests/bug32981.phpt |
| 46 | + ZendEngine2/tests/bug32981.phpt: |
| 47 | + |
| 48 | + - Add new tests |
| 49 | + |
| 50 | + * (PHP_5_0) |
| 51 | + NEWS: |
| 52 | + - BFN |
| 53 | + |
| 54 | + * ext/sqlite/sqlite.c: |
| 55 | + - Make SQLiteDatabase derivable by dropping final tag from class and |
| 56 | + making the ctor final to ensure it is being called, which is the |
| 57 | + problem. |
| 58 | + |
| 59 | +2005-05-26 Ilia Alshanetsky < [email protected]> |
| 60 | + |
| 61 | + * (PHP_4_3) |
| 62 | + ext/standard/url.c |
| 63 | + ext/standard/url.c: |
| 64 | + MFH: Added scheme validation for parse_url(). |
| 65 | + |
| 66 | + * ext/standard/url.c: |
| 67 | + Added scheme validation for parse_url(). |
| 68 | + |
1 | 69 | 2005-05-25 Dmitry Stogov < [email protected]>
|
2 | 70 |
|
3 | 71 | * tests/basic/bug29971.phpt
|
|
0 commit comments