summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-3114-14/+14
* MFB: Fixed bug #46887 (Invalid calls to php_error_docref())Ilia Alshanetsky2008-12-181-1/+1
* Change to zend_parse_parametersJohannes Schlüter2008-11-281-16/+15
* Fixed bug #46409 (__invoke method called outside of object context when using...Dmitry Stogov2008-11-271-2/+2
* Fix #46241 (stacked error_handlers, error_handling in general)Etienne Kneuss2008-11-191-1/+1
* Asynchronous queries for mysqli, when mysqlnd is enabled.Andrey Hristov2008-11-1817-27/+1014
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-3/+0
* Remove unneeded castAndrey Hristov2008-11-101-1/+1
* Fixed compiler warningsIlia Alshanetsky2008-11-101-11/+11
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+3
* Fix warnings in printfAndrey Hristov2008-10-311-17/+17
* Fix compiler warning (MFB: Ilia)Andrey Hristov2008-10-281-1/+1
* Fix #46285 (lastInsertId() returns "0" when a deferenced PDOStatement isJohannes Schlüter2008-10-271-0/+92
* Fix testsAndrey Hristov2008-10-274-10/+246
* Fix bug found in a test. mysqli.default_port wasn't usedAndrey Hristov2008-10-271-1/+3
* Warning if the library API version differs from the headers used to compile.Andrey Hristov2008-10-271-0/+8
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-12/+9
* - MFB: Declarations MUST BE done in the beginning of a contextPierre Joye2008-10-031-1/+1
* Fix the libmysql build. Unintentionally broken by my last commit.Andrey Hristov2008-09-191-1/+1
* Fix for bug#46019 MySQLi::init() leaks memoryAndrey Hristov2008-09-193-2/+26
* fix testAntony Dovgal2008-09-181-2/+2
* Add float conversions too. Float users should understand how float works!!!Andrey Hristov2008-09-151-1/+1
* clean up garbageAntony Dovgal2008-08-261-0/+1
* fix typoAntony Dovgal2008-08-266-10/+10
* - Fix #45763 (mysqli::multi_query does not work with mysqlnd)Johannes Schlüter2008-08-111-4/+0
* Fix error_handling usage in various extensionsEtienne Kneuss2008-08-081-2/+2
* - Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-1/+1
* Fix bug#45019 Segmentation fault with SELECT ? and UNIONAndrey Hristov2008-07-252-5/+10
* Fixed uninitialized dataDmitry Stogov2008-07-251-0/+1
* Added test fileAndrey Hristov2008-07-241-0/+158
* Fixed bug#44897 - failed to prepare statementAndrey Hristov2008-07-231-0/+70
* Two less failing tests, one of which was definitely a leak in mysqli with mys...Andrey Hristov2008-07-221-0/+3
* MFB :Andrey Hristov2008-07-212-0/+11
* support for closuresDmitry Stogov2008-07-172-4/+69
* Sync with bzrAndrey Hristov2008-07-151-5/+28
* Fix possible bug with persistent connectionsAndrey Hristov2008-06-241-1/+1
* Update ext/mysql's and ext/mysqli's testsAndrey Hristov2008-04-2411-22/+184
* Update ext/mysql, ext/mysqli and ext/mysqlnd from development treeAndrey Hristov2008-04-161-8/+6
* Fix snapshot buildAndrey Hristov2008-04-081-6/+8
* MFB : Fix for Bug #43832 mysqi_get_charset() doesn't expose charset commentAndrey Hristov2008-03-252-58/+12
* Small fix and a test case to prove itAndrey Hristov2008-03-202-2/+152
* Missing lines from the param-bind-non-changing fixAndrey Hristov2008-03-201-19/+60
* - Don't modify the variables which are passed for parameter binding.Andrey Hristov2008-03-201-0/+151
* MFB : fix the buildAndrey Hristov2008-03-181-2/+0
* MFB - Bug #44352 mysqli_connect_error() false negative for host errorsAndrey Hristov2008-03-1831-215/+1026
* Update mysqlnd, ext/mysql and ext/mysqli - now possible to compile with diffe...Andrey Hristov2008-03-108-79/+80
* Fix typoJohannes Schlüter2008-03-101-1/+1
* - Fix build with older MySQLJohannes Schlüter2008-03-101-0/+2
* - Fix a warning in php_mysql.cAndrey Hristov2008-03-101-2/+2
* Bug fixed in MySQL 5.0.46Andrey Hristov2008-03-081-2/+2