php-src/ext/mysqli
Anatol Belski b4eedd128b Fixed bug #71820 pg_fetch_object bind parameters before call constructor
If we want to fetch into an object of a custom class that implemens
__set handler, the corstructor has to be called first. The data
passed to the constructor can be possibly required in __set handler.
2016-03-17 12:41:55 +01:00
..
tests Fixed bug #71820 pg_fetch_object bind parameters before call constructor 2016-03-17 12:41:55 +01: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 Hmm, the right place to edit 2007-04-19 09:49:28 +00:00
mysqli_api.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
mysqli_driver.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
mysqli_embedded.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
mysqli_exception.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
mysqli_fe.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
mysqli_fe.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
mysqli_libmysql.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
mysqli_mysqlnd.h Fix emails in headers. @mysql.com addresses are no more since many years. 2016-03-16 10:24:52 +01:00
mysqli_nonapi.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
mysqli_priv.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
mysqli_prop.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
mysqli_report.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
mysqli_result_iterator.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
mysqli_warning.c Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
mysqli.c Fixed bug #71820 pg_fetch_object bind parameters before call constructor 2016-03-17 12:41:55 +01:00
package.xml Remove these old references to the DSP files we don't use anymore 2015-06-22 13:29:42 +02:00
php_mysqli_structs.h Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE 2016-03-03 16:50:01 +01:00
php_mysqli.h Merge branch 'PHP-5.6' into PHP-7.0 2016-01-01 19:48:25 +02:00
TODO