summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql
Commit message (Collapse)AuthorAgeFilesLines
* Happy New Year~Xinchen Hui2013-01-015-5/+5
|
* Fix for bug #62820 well hidden beneath a ton of whitespace changes. Do not ↵ULF WENDEL2012-10-232-59/+71
| | | | use this pdo factory stuff - you get a line with an error on it, use the mysql stuff in the tests
* Minor changes for MySQL 5.6ULF WENDEL2012-09-291-1/+1
|
* Remove executable permission on incXinchen Hui2012-10-101-0/+0
|
* Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-095-0/+0
|
* Remove extra ;Johannes Schlüter2012-06-221-1/+1
|
* Fix for bug#61411andrey2012-05-021-0/+53
| | | | | | Bug #61411 PDO Segfaults with PERSISTENT == TRUE && EMULATE_PREPARES == FALSE Wrong allocation, that doesn't follow the scheme of using stmt->persistent was the root cause of the problem and the crash at free.
* Fix bug #61755 parsing bug can lead to access violationsJohannes Schlüter2012-04-191-0/+41
|
* Remove unused variablePierrick Charron2012-03-241-1/+0
|
* Apply test fix for bug #61288 pdo_mysql___construct_options_libmysql.phpt ↵Johannes Schlüter2012-03-061-0/+1
| | | | test fails
* Fix bug #61194 PDO should export compression flag with myslqndJohannes Schlüter2012-03-054-6/+5
|
* Fix Bug #61207 PDO::nextRowset() after a multi-statement query doesn't ↵Johannes Schlüter2012-03-052-43/+138
| | | | always work
* - Year++Felipe Pena2012-01-015-5/+5
|
* - Fix bug #60155 (pdo_mysql.default_socket ignored).Johannes Schlüter2011-11-022-12/+21
|
* - fix bug #55870, PDO ignores all SSL parameters when used with mysql native ↵Pierre Joye2011-10-081-2/+2
| | | | driver
* - Fix foldingJohannes Schlüter2011-09-192-10/+10
|
* Fix skipifsChristopher Jones2011-09-082-0/+3
|
* Fix SKIPIFUlf Wendel2011-09-061-1/+1
|
* Fix for Bug #54158 MYSQLND + PDO MySQL requires #define MYSQL_OPT_LOCAL_INFILEAndrey Hristov2011-09-021-14/+16
| | | | | and a bunch of other small preprocessor fixes
* Hopefully, this is an even better way to check for InnoDB support as of ↵Ulf Wendel2011-09-021-2/+9
| | | | MySQL 5.6.1
* - 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
|
* - 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
| | | | adding the feature...
* 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
|
* Oops, can't cache it here because it won't workRasmus Lerdorf2011-05-151-5/+5
| | | | | | in autoconf2.13 and we still support that version in this branch
* 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/+40
|
* Remove this void comment (c/p mistake)Kalle Sommer Nielsen2011-01-171-1/+0
|
* MFT: Implemented FR #47802 (Support for setting character sets in DSN strings)Kalle Sommer Nielsen2011-01-174-2/+47
|
* - Fix #53551 (PDOStatement execute segfaults for pdo_mysql driver)Johannes Schlüter2011-01-142-2/+74
|
* - 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 ↵Ulf Wendel2010-08-311-2/+3
| | | | seems to have been never an officially supported syntax and have never been a valid property name, is no longer allowed and PHP bails.
* If you add functions to the PDO core, take care not to break other PDO ↵Ulf Wendel2010-08-301-11/+12
| | | | drivers tests, document the function and provide a function test for the PDO core to check your default/fallback implementation.
* 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
| | | | | | | PDO::fetchAll after a PDO::execute with bindings lead to a segv. It is only in unreleased code and thus doesn't deserve a NEWS entry
* Fixed bug #51670 getColumnMeta causes segfault when re-executing query after ↵Pierrick Charron2010-04-271-0/+24
| | | | calling nextRowset
* Merge safe_mode changes into extensions that are in sync in both branchesKalle 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
| | | | | | | | needed to move to a new structure MYSQLND_STMT. Makes the code cleaner and less error-prone. Also fix PDO/MySQL which directly touch mysqlnd internals instead of using API calls.