summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug fixed in 5.0.46Andrey Hristov2008-03-081-2/+2
* Fix a problem with $mysqi->connect() not working with default values.Andrey Hristov2008-03-086-20/+48
* Fix test. Now passes.Andrey Hristov2008-02-201-13/+13
* Fix a failing testAndrey Hristov2008-02-191-1/+1
* Fix testAndrey Hristov2008-02-191-0/+12
* Fixed a possible crashIlia Alshanetsky2008-02-181-1/+3
* Fix windows build - VC doesn't like nested macrosAndrey Hristov2008-02-121-5/+4
* MFH: - Fix build with TSRM and mysqlndJohannes Schlüter2008-02-121-0/+2
* MFHAntony Dovgal2008-02-121-1/+0
* Fix typoAndrey Hristov2008-02-121-1/+1
* cvs syncAndrey Hristov2008-02-111-0/+19
* MFH: Fix a compatibility bug and a failing testAndrey Hristov2008-02-061-3/+63
* MFH: Fix testAndrey Hristov2008-02-061-9/+5
* Pconnect working with mysqli_real_connect(). To less failing tests.Andrey Hristov2008-02-066-130/+112
* Fix a leak, memory warning and failing test case.Andrey Hristov2008-02-041-1/+3
* Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-1/+5
* some config.w32 fixesAndrey Hristov2008-01-281-4/+4
* More optimizations - less MM callsAndrey Hristov2008-01-286-19/+49
* MySQL 6 compatibility fix.Ulf Wendel2008-01-081-0/+4
* Merge from HEAD: looks more than it is. Whitespace, some SQL formatting chang...Ulf Wendel2008-01-0838-136/+183
* MFHUlf Wendel2008-01-045-3/+589
* MFH: Fix for bug #43036Ulf Wendel2008-01-041-16/+16
* MFH: Remove test for deprecated (and removed) functionUlf Wendel2008-01-031-50/+0
* - MFH: Remove more replication stuffJohannes Schlüter2008-01-032-53/+0
* fixed binary arithmetic (MF5.2)Hartmut Holzgraefe2008-01-011-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-3114-14/+14
* Remove RPL functions. They were always experimental and lead to crashes.Andrey Hristov2007-12-2812-511/+2
* Fixing SQL syntax in this very old test to make it pass with MySQL 6.0Ulf Wendel2007-12-281-4/+17
* Isn't it nice to get a new 64bit box? Fixing 32bit/64bit issue.Ulf Wendel2007-12-281-8/+21
* Sooner or later these old 0*.phpt tests had to bite us - fixing SQL syntax,Ulf Wendel2007-12-281-18/+40
* Cutting off a few edges:Ulf Wendel2007-12-281-21/+35
* MFH: Fix for bug #42548 "PROCEDURE xxx can't return a result set"Hartmut Holzgraefe2007-12-252-0/+53
* Fix buildAndrey Hristov2007-11-091-1/+1
* Fix crash with pconnectAndrey Hristov2007-11-094-85/+36