mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
![]() 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. |
||
---|---|---|
.. | ||
tests | ||
config.m4 | ||
config.w32 | ||
CREDITS | ||
mysqli.c | ||
mysqli_api.c | ||
mysqli_driver.c | ||
mysqli_embedded.c | ||
mysqli_exception.c | ||
mysqli_fe.c | ||
mysqli_fe.h | ||
mysqli_libmysql.h | ||
mysqli_mysqlnd.h | ||
mysqli_nonapi.c | ||
mysqli_priv.h | ||
mysqli_prop.c | ||
mysqli_report.c | ||
mysqli_result_iterator.c | ||
mysqli_warning.c | ||
package.xml | ||
php_mysqli.h | ||
php_mysqli_structs.h | ||
TODO |