php-src/ext/mysqli
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
..
tests Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
config.m4 Like Shady, --with-mysql-sock is back. 2015-03-05 19:00:02 +00:00
config.w32 converted some ext/mysql* and fixed ext/zlib 2014-10-15 12:08:25 +02:00
CREDITS
mysqli.c Make convert_to_* safe with rc>1 2015-06-11 23:23:57 +02:00
mysqli_api.c Drop now unnecessary start parameter 2015-04-04 13:10:29 +02:00
mysqli_driver.c bump year 2015-01-15 23:27:30 +08:00
mysqli_embedded.c bump year 2015-01-15 23:27:30 +08:00
mysqli_exception.c bump year 2015-01-15 23:27:30 +08:00
mysqli_fe.c bump year 2015-01-15 23:27:30 +08:00
mysqli_fe.h bump year 2015-01-15 23:27:30 +08:00
mysqli_libmysql.h bump year 2015-01-15 23:27:30 +08:00
mysqli_mysqlnd.h s/PHP 5/PHP 7/ 2014-09-19 18:33:14 +02:00
mysqli_nonapi.c bump year 2015-01-15 23:27:30 +08:00
mysqli_priv.h bump year 2015-01-15 23:27:30 +08:00
mysqli_prop.c bump year 2015-01-15 23:27:30 +08:00
mysqli_report.c bump year 2015-01-15 23:27:30 +08:00
mysqli_result_iterator.c bump year 2015-01-15 23:27:30 +08:00
mysqli_warning.c bump year 2015-01-15 23:27:30 +08:00
package.xml remove dead and unused for more than 8 years code 2012-05-03 12:22:25 +02:00
php_mysqli.h cleanup the mod version macros, round 2 2015-03-23 20:33:54 +01:00
php_mysqli_structs.h Merge branch 'PHP-5.6' 2015-03-09 17:23:34 +08:00
TODO