1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 17:22:15 +01:00
Files
Nikita Popov 5d3cf577aa Make convert_to_* safe with rc>1
This only involves switching zval_dtor to zval_ptr_dtor for arrays
and making the convert_to_object for arrays a bit more generic.

All the other changes outside zend_operators.c just make use of
this new ability (use COPY instead of DUP).

What's still missing: Proper references handling. I've seen many
convert_to* calls that will break when a reference is used.

Also fixes bug #69788.
2015-06-11 23:23:57 +02:00
..
2015-05-06 16:59:50 +02:00
2015-05-06 15:16:43 +02:00
2015-05-06 15:16:43 +02:00
2015-05-06 15:16:43 +02:00
2015-06-11 23:23:57 +02:00
2006-11-03 16:46:19 +00:00
2015-05-06 15:16:43 +02:00