php-src/ext/mysqli
Andrey Hristov 157f1bddf1 Remove disabled code - threaded fetching. This can be implemented
on a upper level and by offloading it we reduce the complexity of
the core.
2009-12-09 16:57:03 +00:00
..
tests Adapting tests to accept actual behaviour found in 5.2, 5.3 and 6.0. The behaviour is wrong according to the documentation: mysqli_connect_error() should return an empty string (not NULL), if there is no error. However, changing this would break BC and most users will not notice the difference between NULL and empty string anyway. 2009-12-09 12:06:10 +00:00
config.m4 - Fixed bug #49122 (undefined reference to mysqlnd_stmt_next_result on compile with --with-mysqli and MySQL 6.0) 2009-08-02 01:07:38 +00:00
config.w32 Fix snapshot build 2008-04-08 07:46:05 +00:00
CREDITS
mysqli_api.c Fix broken build. 2009-12-01 21:39:19 +00:00
mysqli_driver.c Fix compiler warnings in ext/mysql, ext/mysqli and ext/pdo_mysql 2009-05-20 08:29:23 +00:00
mysqli_embedded.c Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
mysqli_exception.c Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
mysqli_fe.c - Export mysql_refresh to mysqli (mysqli_refresh(), $mysqli->refresh()) 2009-01-22 20:57:32 +00:00
mysqli_libmysql.h Making mysqlnd emit no warnings when fetching pooled persistent connections that have timed out or are unusable for any other reason - bug #49761 2009-10-15 20:46:08 +00:00
mysqli_mysqlnd.h Making mysqlnd emit no warnings when fetching pooled persistent connections that have timed out or are unusable for any other reason - bug #49761 2009-10-15 20:46:08 +00:00
mysqli_nonapi.c Remove disabled code - threaded fetching. This can be implemented 2009-12-09 16:57:03 +00:00
mysqli_prop.c Additional revert 2009-05-27 15:04:55 +00:00
mysqli_report.c Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
mysqli_report.h - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
mysqli_warning.c Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
mysqli.c Remove disabled code - threaded fetching. This can be implemented 2009-12-09 16:57:03 +00:00
mysqli.dsp
package.xml
php_mysqli_structs.h Remove disabled code - threaded fetching. This can be implemented 2009-12-09 16:57:03 +00:00
php_mysqli.h Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
TODO