Re: [PHP-DEV] [RFC] Introduce Abstract Syntax Tree
[email protected] (Nikita Popov)
| Newsgroups | php.internals |
|---|---|
| Message-ID | <CAF+90c9fDHB7irC+ZwDzw2R0ex2DwbR6sK2WF_Sv1VSESbZ9yA@mail.gmail.com> |
On Mon, Aug 18, 2014 at 3:30 PM, Dmitry Stogov <[email protected]> wrote: > Some more problems I found: > > - few tests started fail with the patch > > Zend Multibyte and ShiftJIS > [Zend/tests/multibyte/multibyte_encoding_001.phpt] > zend multibyte (8) [ext/mbstring/tests/zend_multibyte-08.phpt] > Thanks, those are fixed now. > serialization: arrays with references amonst elements > [ext/standard/tests/serialize/serialization_arrays_002.phpt] > Object serialization / unserialization: references amongst properties > [ext/standard/tests/serialize/serialization_objects_013.phpt] > These are caused by https://wiki.php.net/rfc/abstract_syntax_tree#auto-vivification_order_for_by-reference_assignments, which is an intentional change - I've now adjusted the tests to use an explicit order. > - `make install-pear` reports memory leaks in debug build > I've fixed a PEAR install related leak in master - likely these leaks were the same. Nikita