summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2012-01-015-5/+5
* - Fix bug #60155 (pdo_mysql.default_socket ignored).Johannes Schlüter2011-11-022-12/+21
* api_ext to reverse_apiAndrey Hristov2011-10-191-4/+5
* Fix bad cast which leads to crashes!Andrey Hristov2011-10-051-1/+1
* - Fix foldingJohannes Schlüter2011-09-192-10/+10
* Fix skipifsChristopher Jones2011-09-082-0/+3
* - Use myslqnd by default when MySQL extensions are activated but no path givenJohannes Schlüter2011-09-071-23/+14
* Fix SKIPIFUlf Wendel2011-09-061-1/+1
* fix redirect when test run from different placesStanislav Malyshev2011-09-061-1/+1
* Fix for Bug #54158 MYSQLND + PDO MySQL requires #define MYSQL_OPT_LOCAL_INFILEAndrey Hristov2011-09-021-6/+8
* Hopefully, this is an even better way to check for InnoDB support as of MySQL...Ulf Wendel2011-09-021-2/+9
* - Fix TSRM buildJohannes Schlüter2011-09-011-1/+1
* - Register extensions using mysqlnd (mysql, myslqi, pdo_mysql) with mysqlndJohannes Schlüter2011-08-311-0/+28
* - Update PDO_mysql error mappingJohannes Schlüter2011-08-312-260/+518
* - Be less restrictive on the SQL state, some server versions might fool usJohannes Schlüter2011-08-311-2/+2
* Since we are creating this csv file locally this should obviouslyRasmus Lerdorf2011-08-311-2/+2
* Fix test. I have no idea why the test author didn't expect to get backRasmus Lerdorf2011-08-311-1/+1
* - Added ZEND_MOD_END macro to use in the end of zend_module_dep[]Felipe Pena2011-08-061-1/+1
* Would be nice if tests get updated whenever a feature is added by the person ...Ulf Wendel2011-07-261-4/+9
* Fix mysqlnd detectionUlf Wendel2011-07-261-0/+1
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* - Fixed bug #54929 (Parse error with single quote in sql comment)Felipe Pena2011-06-041-0/+74
* - Fix Bug #53782 (foreach throws irrelevant exception)Johannes Schlüter2011-05-162-1/+45
* Cache the PDO include pathRasmus Lerdorf2011-05-151-5/+5
* - Fix bug #54644 (wrong pathes in php_pdo_mysql_int.h)Johannes Schlüter2011-05-091-1/+0
* Implement FR #48587 (MySQL PDO driver doesn't support SSL connections)Rob Richards2011-04-153-2/+36
* Remove this void comment (c/p mistake)Kalle Sommer Nielsen2011-01-171-1/+0
* - Fix #53551 (PDOStatement execute segfaults for pdo_mysql driver)Johannes Schlüter2011-01-142-2/+74
* Added test case for #47802 and fixed macro name after the move to mysql_optio...Kalle Sommer Nielsen2011-01-073-3/+37
* Update to use mysql_options() instead of mysql_set_character_set() (As sugges...Kalle Sommer Nielsen2011-01-071-7/+7
* Implemented FR #47802, support for character sets in DSN strings for PDO_MYSQLKalle Sommer Nielsen2011-01-072-0/+11
* - Year++Felipe Pena2011-01-015-5/+5
* profiling in trace modeAndrey Hristov2010-10-221-2/+2
* Fix test: third parameter can be false.Ulf Wendel2010-10-051-1/+1
* Fixed constness compiler warning in pdo_mysqlKalle Sommer Nielsen2010-10-051-1/+1
* Test update for sql_mode = ANSIUlf Wendel2010-09-2230-79/+98
* Dont be strict on error messages, they can vary by server versionUlf Wendel2010-09-201-4/+8
* PHP has changed (undefined) behaviour from 5.3.2 to 5.3.3: ->{} = , which se...Ulf Wendel2010-08-311-2/+3
* If you add functions to the PDO core, take care not to break other PDO driver...Ulf Wendel2010-08-301-11/+12
* - Drop (broken) support for libmysql 3.23 and 4.0 from pdo_mysql, see bug #51259Johannes Schlüter2010-08-054-72/+14
* Fixing test - see also gcov resultsUlf Wendel2010-05-311-1/+1
* Improve EXPECTF to work with other than default schemataUlf Wendel2010-05-311-1/+1
* Fix for Bug #51870Andrey Hristov2010-05-211-2/+2
* Fixed bug #51670 getColumnMeta causes segfault when re-executing query after ...Pierrick Charron2010-04-271-0/+24
* Removed safe_modeKalle Sommer Nielsen2010-04-261-1/+1
* fix typoAntony Dovgal2010-04-061-1/+1
* decouple the methods in MYSQLND_STMT from the data,Andrey Hristov2010-03-161-4/+4
* Revert 290786: Fixed bug #49521 (PDO fetchObject sets values before callingJohannes Schlüter2010-02-111-4/+4
* Pass tsrmls to all functions, which might need it in the future.Andrey Hristov2010-02-032-4/+4
* ZEND_EXTERN_MODULE_GLOBALS() is necessary with ZTS, at least on OS X. How con...Gwynne Raskind2010-01-311-0/+2