summaryrefslogtreecommitdiff
path: root/ext/mysqli/php_mysqli_structs.h
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug#50772 Andrey Hristov2010-01-251-0/+2
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Remove stub code which never actually was used for anything.Andrey Hristov2009-12-091-4/+0
* Remove the zval caching from mysqlnd. It was disabled versions agoAndrey Hristov2009-12-091-4/+0
* Remove disabled code - threaded fetching. This can be implementedAndrey Hristov2009-12-091-3/+0
* Fixing problems when calling connect (again and again) on a valid connection ...Ulf Wendel2009-10-151-0/+3
* Fixing a crash which must have existed since PHP 5.0. At least the crash can ...Ulf Wendel2009-09-111-2/+2
* Less warnings by usage of proper modifierAndrey Hristov2009-05-271-2/+2
* because we use int64_t we need corresponding printf modifiers. the typeAndrey Hristov2009-05-271-3/+5
* - Export mysql_refresh to mysqli (mysqli_refresh(), $mysqli->refresh())Johannes Schlüter2009-01-221-0/+1
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Asynchronous queries for mysqli, when mysqlnd is enabled.Andrey Hristov2008-11-181-2/+11
* MFB :Andrey Hristov2008-07-211-0/+7
* Update ext/mysql's and ext/mysqli's testsAndrey Hristov2008-04-241-0/+2
* MFB - Bug #44352 mysqli_connect_error() false negative for host errorsAndrey Hristov2008-03-181-39/+13
* Update mysqlnd, ext/mysql and ext/mysqli - now possible to compile with diffe...Andrey Hristov2008-03-101-5/+5
* - Fix a warning in php_mysql.cAndrey Hristov2008-03-101-2/+2
* MFB:Andrey Hristov2008-03-081-1/+2
* Pconnect working with mysqli_real_connect()Andrey Hristov2008-02-061-1/+6
* Imporoved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-1/+5
* MFB: More optimizations - less MM callsAndrey Hristov2008-01-281-0/+3
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Remove RPL functions. They were always experimental and lead to crashes.Andrey Hristov2007-12-281-10/+0
* Fix crashes with pconn (merge from 5_3)Andrey Hristov2007-11-091-3/+1
* MFB: Move declarations from the public header file.Andrey Hristov2007-10-081-0/+121
* Update mysqlnd in HEADAndrey Hristov2007-10-021-7/+20
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-7/+7
* - Moved mysqnd to it's own directory: It is sort of an extension itself.Jani Taskinen2007-07-251-6/+2
* Import of mysqlnd and ext/mysql + ext/mysqli patched to be built eitherAndrey Hristov2007-07-241-0/+400