summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-3114-14/+14
* Fixed bug #46887 (Invalid calls to php_error_docref())Ilia Alshanetsky2008-12-181-1/+1
* MFH: Change to zend_parse_parametersJohannes Schlüter2008-11-281-17/+16
* Fixed bug #46409 (__invoke method called outside of object context when using...Dmitry Stogov2008-11-271-2/+2
* MFH: Fix #46241 (stacked error_handlers, error_handling in general)Etienne Kneuss2008-11-191-1/+1
* MFH:Andrey Hristov2008-11-1814-14/+999
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-3/+0
* MFH: Remove unneeded castAndrey Hristov2008-11-101-1/+1
* MFH: Fixed compiler warningsIlia Alshanetsky2008-11-101-11/+11
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+3
* MFH: Fix warnings in sprintfAndrey Hristov2008-10-311-18/+18
* Fix that instance too - mysql_get_client_version() returns unsigned longAndrey Hristov2008-10-281-1/+1
* MFH: Fix #46285 (lastInsertId() returns "0" when a deferenced PDOStatement isJohannes Schlüter2008-10-271-0/+92
* MFH: Fix an issue with mysqli.default_port not being usedAndrey Hristov2008-10-275-11/+249
* MFH:Andrey Hristov2008-10-271-0/+9
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-12/+9
* - Declarations MUST BE done in the beginning of a contextPierre Joye2008-10-031-1/+1
* MFH:Fix for bug#46019 MySQLi::init() leaks memoryAndrey Hristov2008-09-192-1/+25
* fix testAntony Dovgal2008-09-181-2/+2
* MFH:Andrey Hristov2008-09-151-1/+1
* cleanup garbageAntony Dovgal2008-08-261-0/+1
* fix typoAntony Dovgal2008-08-266-10/+10
* MFH: Fix #45763 (mysqli::multi_query does not work with mysqlnd)Johannes Schlüter2008-08-111-4/+0
* MFH: Fix error_handling usage in various extensionsEtienne Kneuss2008-08-081-2/+2
* - MFH: Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-1/+1
* MFH: Fixed bug#45019 Segmentation fault with SELECT ? and UNIONAndrey Hristov2008-07-252-5/+10
* Fixed uninitialised dataDmitry Stogov2008-07-251-0/+1
* MFH: Added test fileAndrey Hristov2008-07-241-0/+158
* MFH: Fixed bug#44897 - failed to prepare statementAndrey Hristov2008-07-231-0/+70
* MFH: Two less failing tests, one of which was definitely a leak in mysqli wit...Andrey Hristov2008-07-221-3/+4
* Fix for bug#45179 --with-mysql-sock fails to compile & workAndrey Hristov2008-07-212-0/+11
* Support for closuresDmitry Stogov2008-07-172-1/+67
* Sync with bzrAndrey Hristov2008-07-151-0/+6
* more fixed testsAntony Dovgal2008-07-133-5/+5
* Fix remaining valgrind problems with pconn and zval cacheAndrey Hristov2008-06-241-8/+22
* Fix double-free, introduced latelyAndrey Hristov2008-06-241-0/+3
* Fix possible bug with persistent connections and mysqlndAndrey Hristov2008-06-241-1/+1
* - do not enable an ext when a lib/header failsPierre Joye2008-06-231-2/+3
* Make mysqli compilable in a 5_2 environment. Some want to use mysqlnd+mysqliAndrey Hristov2008-05-062-1/+9
* Update ext/mysql's and ext/mysqli's testsAndrey Hristov2008-04-2411-26/+188
* MFB: Update CVS from the development treeAndrey Hristov2008-04-161-7/+6
* Fix snapshot buildAndrey Hristov2008-04-081-6/+8
* Small updates & a fix forAndrey Hristov2008-03-252-43/+5
* Small fix and a test case to prove it's rightAndrey Hristov2008-03-201-0/+148
* - Don't modify the variables which are passed for parameter binding.Andrey Hristov2008-03-202-7/+211
* Fix the buildAndrey Hristov2008-03-181-2/+0
* Fixed a bunch of bugs reported inAndrey Hristov2008-03-1830-191/+989
* Update mysqlnd, ext/mysql and ext/mysqli - now possible to compile with diffe...Andrey Hristov2008-03-108-77/+78
* Fix typoJohannes Schlüter2008-03-101-0/+2
* - Fix a warning in php_mysql.cAndrey Hristov2008-03-101-2/+2