summaryrefslogtreecommitdiff
path: root/ext/mysql
Commit message (Collapse)AuthorAgeFilesLines
...
* MFH: No mysqli stuff in ext/mysqlJohannes Schlüter2008-09-292-15/+4
|
* Re-add mysql_set_charset. Missed during introduction of mysqlnd. Exists inAndrey Hristov2008-08-062-2/+37
| | | | | HEAD, thus no merge
* Fixed uninitialised dataDmitry Stogov2008-07-251-0/+1
|
* MFH: Two less failing tests, one of which was definitely a leak in mysqli ↵Andrey Hristov2008-07-221-0/+3
| | | | | | | with mysqlnd and pconn. ext/mysql is being fixed with a better fix for similar leak.
* MFH: Fix a leak with pconn and mysqlndAndrey Hristov2008-07-221-0/+8
|
* Fix for bug#45179 --with-mysql-sock fails to compile & workAndrey Hristov2008-07-213-3/+14
| | | | | | | Now --with-mysql-sock controls all mysql extensions. If provided it will be the default value as it was set in php.ini . php.ini will override it for ext/mysql and ext/mysqli but not for pdo_mysql
* Sync with bzrAndrey Hristov2008-07-151-2/+4
|
* fix skipif sectionsAntony Dovgal2008-07-131-1/+1
|
* Fix remaining valgrind problems with pconn and zval cacheAndrey Hristov2008-06-241-8/+19
| | | | | HEAD merge will follow tomorrow.
* Fix double-free, introduced latelyAndrey Hristov2008-06-241-3/+7
|
* 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-6/+10
| | | | | | - use MESSAGE in mysql* - use correct CFLAGS for ext/libxml headers
* Fixed testDmitry Stogov2008-06-111-1/+1
|
* Fixed testDmitry Stogov2008-06-111-1/+1
|
* Update ext/mysql's and ext/mysqli's testsAndrey Hristov2008-04-242-3/+6
| | | | | | Add mysqli_stmt_more_result()/mysqli_stmt_next_result(), but only in mysqlnd builds as libmysql doesn't support this feature.
* MFB: Update CVS from the development treeAndrey Hristov2008-04-161-3/+3
|
* Fix snapshot buildAndrey Hristov2008-04-081-6/+8
|
* remove duplicated sectionsNuno Lopes2008-03-171-15/+1
|
* MFH: New way for check void parametersFelipe Pena2008-03-101-2/+2
|
* Update mysqlnd, ext/mysql and ext/mysqli - now possible to compile with ↵Andrey Hristov2008-03-104-39/+40
| | | | | | | | different configurations one or the another extension to use libmysql or mysqlnd mixed in one binary
* - Fix a warning in php_mysql.cAndrey Hristov2008-03-101-1/+1
| | | | | - Fixed #44371 Extension compile failed
* - MFH: Fix typo in skipifJohannes Schlüter2008-03-091-2/+2
|
* Fix testFelipe Pena2008-03-081-2/+2
|
* Bug fixed in 5.0.46Andrey Hristov2008-03-081-2/+2
|
* MFB: Fixed bug #44333 (SEGFAULT when using mysql_pconnect() with client_flags)Felipe Pena2008-03-041-1/+1
|
* - MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus)Marcus Boerger2008-02-231-2/+2
| | | | | [DOC] Finally added deprecation messages
* - MFH: Make clear what's going on and avoid overwriting parametersJohannes Schlüter2008-02-121-9/+13
|
* Fixed Bug #44094 (SEGFAULT when using mysql_connect())Felipe Pena2008-02-121-1/+1
|
* Fix a testAndrey Hristov2008-02-061-3/+3
|
* some config.w32 fixesAndrey Hristov2008-01-281-2/+4
| | | | | | moved mysqlnd's block allocator to a separate file and also now it's part of the connection, no MT problems.
* remove unused PHP_MYSQL_API macroNuno Lopes2008-01-281-6/+0
|
* MFH: Fixed bug#43875 (Two error messages returned for $new and $flag ↵Hannes Magnusson2008-01-201-1/+1
| | | | argument in mysql_connect())
* Fix compile issueAndrey Hristov2008-01-191-1/+1
|
* MFH: fix testAntony Dovgal2008-01-181-4/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-314-4/+4
|
* Fixed bug #43635 (mysql extension ingores INI settings on NULL values passedIlia Alshanetsky2007-12-201-5/+11
| | | | | to mysql_connect())
* MFH: plug leak on invalid result typeAntony Dovgal2007-11-081-0/+1
|
* MFH: partial MFH before?Jani Taskinen2007-11-061-4/+5
|
* Trying to skip tests if they can't connect to the DB server.Ulf Wendel2007-10-1215-16/+54
| | | | | | Currently they have failed by default. Note also the environment variable MYSQL_TEST_SKIP_CONNECT_FAILURE to control the default (skip or fail)
* And the last set of new tests for ext/mysql. "new" does not really mean new.Ulf Wendel2007-10-1016-0/+1130
| | | | | We've checked them into HEAD/PHP6 before already.
* Second last set of new tests for ext/mysqlUlf Wendel2007-10-1011-0/+883
|
* Next set of new tests - more to follow. Trying to find reasonable commit size...Ulf Wendel2007-10-1010-0/+501
|
* Adding new tests.Ulf Wendel2007-10-1022-0/+2547
|
* New tests use more helper files.Ulf Wendel2007-10-102-0/+41
|
* Starting to merge the latest set of tests from the mysqlnd developmentUlf Wendel2007-10-105-49/+159
| | | | | tree into the PHP 5_3 tree.
* Move non-public code to non-public header file. This should also solveAndrey Hristov2007-10-083-115/+138
| | | | | #42890 "Constant "LIST" defined by mysqlclient and c-client"
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-1/+1
|
* Import mysqlndAndrey Hristov2007-10-055-250/+400
| | | | | Patch ext/mysql and ext/mysqli to support mysqlnd
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
|
* MFH: Fixed bug 42549 (ext/mysql failed to compile with libmysql 3.23)Scott MacVicar2007-09-091-3/+7
|