summaryrefslogtreecommitdiff
path: root/ext/mysql
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed testDmitry Stogov2008-06-111-1/+1
|
* Fixed testDmitry Stogov2008-06-111-0/+3
|
* Update ext/mysql's and ext/mysqli's testsAndrey Hristov2008-04-242-3/+3
| | | | | | Add mysqli_stmt_more_result()/mysqli_stmt_next_result(), but only in mysqlnd builds as libmysql doesn't support this feature.
* Update ext/mysql, ext/mysqli and ext/mysqlnd from development treeAndrey Hristov2008-04-161-3/+3
|
* Fix snapshot buildAndrey Hristov2008-04-081-6/+8
|
* - Added some UEXPECTsFelipe Pena2008-03-221-2/+2
| | | | | - Fixed some tests
* Fixed testDmitry Stogov2008-03-181-15/+1
|
* Update mysqlnd, ext/mysql and ext/mysqli - now possible to compile with ↵Andrey Hristov2008-03-104-43/+44
| | | | | | | | 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
* - Fix typo in skipifJohannes Schlüter2008-03-091-2/+2
|
* Fix testFelipe Pena2008-03-081-2/+2
|
* Bug fixed in MySQL 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
|
* New macro for check void parametersFelipe Pena2008-02-281-2/+2
|
* - Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus)Marcus Boerger2008-02-231-2/+2
|
* - Make clear what's going on and avoid overwriting parametersJohannes Schlüter2008-02-121-8/+12
|
* MFB: Fixed Bug #44094 (SEGFAULT when using mysql_connect())Felipe Pena2008-02-121-1/+1
|
* Remove dead codeAndrey Hristov2008-02-081-11/+1
|
* MFB:Andrey Hristov2008-01-281-2/+4
| | | | | | | some config.w32 fixes 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
|
* Fixed bug#43875 (Two error messages returned for $new and $flag argument in ↵Hannes Magnusson2008-01-201-1/+1
| | | | mysql_connect())
* Fix build issueAndrey Hristov2008-01-191-1/+1
|
* fix testAntony Dovgal2008-01-181-4/+1
| | | | | the library vresion is actually exposed by ext/mysqli, not ext/mysql
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-314-4/+4
|
* plug memory leak on invalid result typeAntony Dovgal2007-11-081-0/+1
|
* Fix the build, the w32 files should look like in 5_3Andrey Hristov2007-10-231-12/+13
|
* Sync mysqlnd with HEAD. Same sources as in 5_3Andrey Hristov2007-10-163-116/+152
|
* Same as for PHP_5_3: Trying to skip tests if they can't connect to theUlf Wendel2007-10-1215-16/+54
| | | | | | DB server. Note the environment variable MYSQL_TEST_SKIP_CONNECT_FAILURE to control if you want tests that can't connect to fail or to be skipped.
* fix typoAntony Dovgal2007-10-121-1/+1
|
* Test changes for HEAD = synching with 5_3Ulf Wendel2007-10-105-16/+220
|
* Adding tests to ext/mysql in HEAD = synching with 5_3Ulf Wendel2007-10-1010-53/+794
|
* Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-1/+1
|
* Update mysqlnd in HEADAndrey Hristov2007-10-022-4/+11
| | | | | Updated ext/mysql and ext/mysqli in HEAD
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-2/+2
|
* Fixed bug 42549 (ext/mysql failed to compile with libmysql 3.23)Scott MacVicar2007-09-091-3/+7
|
* Same as for ext/mysqli tests: addition of a new environment variableUlf Wendel2007-08-0937-40/+160
| | | | | | | | | MYSQL_TEST_SKIP_CONNECT_FAILURE which controls how to deal with connection problems. If MYSQL_TEST_SKIP_CONNECT_FAILURE = false (default) connection problems will make a test fail. If you set MYSQL_TEST_SKIP_CONNECT_FAILURE to any value that evaluates to true in PHP, a test which cannot connect to the database will be skipped.
* Fix crashes with pconn in ext/mysqlAndrey Hristov2007-08-061-0/+4
|
* - Align help texts and added note about embedded not being available whenJani Taskinen2007-07-271-2/+3
| | | | | the MySQL native driver is used.
* I must be blind..Jani Taskinen2007-07-261-1/+1
|
* - copy-paste typoJani Taskinen2007-07-261-1/+1
|
* - Moved mysqnd to it's own directory: It is sort of an extension itself.Jani Taskinen2007-07-255-26/+18
| | | | | (Similar to what ext/libxml is..)
* Add missing fileAndrey Hristov2007-07-241-0/+41
|
* Import of mysqlnd and ext/mysql + ext/mysqli patched to be built eitherAndrey Hristov2007-07-243-141/+427
| | | | | | | with libmysql or mysqld. Use --with-mysql=mysqlnd --with-mysqli=mysqlnd to build with mysqlnd.
* Whitespace (space to tab)/CSUlf Wendel2007-07-235-119/+119
| | | | | | | | | With this commit the MySQL internal mysqlnd set of ext/mysql tests is in sync with HEAD. It's likely that php.net/HEAD fails on quite some tests. Using ext/mysql from the MySQL internal mysqlnd SVN there should be zero failures. Merging the MySQL internal mysqlnd SVN into HEAD will happen soon so that we get a bug free version on php.net in the near future.
* 1) Whitespace/CSUlf Wendel2007-07-121-33/+98
| | | | | 2) Playing with column aliases
* Testing SELECT "a" AS "". This is nice to test strcmp() and similar...Ulf Wendel2007-07-121-1/+18
|
* Blame me for not checking in a version that's been cleaned up withUlf Wendel2007-07-121-54/+54
| | | | | regards to Whitespace/CS...
* Whoever has hacked this function into ext/mysql, here's a "test" for it.Ulf Wendel2007-07-121-0/+58
|
* Checking the phpinfo() entries of ext/mysqlUlf Wendel2007-07-121-0/+73
|
* Adding test for mysql_list_tables()Ulf Wendel2007-07-121-0/+80
|