summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-7.2'Anatol Belski2017-09-131-0/+33
|\ | | | | | | | | * PHP-7.2: Fixed bug #75018, fixed bug #75177
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-09-131-0/+33
| |\ | | | | | | | | | | | | * PHP-7.1: Fixed bug #75018, fixed bug #75177
| | * Fixed bug #75018, fixed bug #75177Anatol Belski2017-09-131-0/+33
| | | | | | | | | | | | Both are caused by the same cast issue in mysqlnd on 32-bit.
| * | Req #74963 (Improved error message on fetching property of non-object)Xinchen Hui2017-07-311-1/+1
| | |
* | | Get rid of all these old package[2].xml files, most of these had no had a ↵Kalle Sommer Nielsen2017-08-171-93/+0
| | | | | | | | | | | | | | | | | | release since PHP4, or any release at all in close to 10 years, some even did not have a package registered at pecl OCI, PDO_OCI and zip are left as they are actively developed and released there
* | | Req #74963 (Improved error message on fetching property of non-object)Xinchen Hui2017-07-311-1/+1
| | |
* | | Remove version checks for MySQL < 5.0Nikita Popov2017-07-191-34/+0
|/ /
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2017-07-181-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-07-181-1/+1
| |\
| | * Fix check of mysql_commit() return valueYaoGuai2017-07-181-1/+1
| | | | | | | | | | | | For mysql_commit() everything non-zero is an error.
* | | Merge branch 'PHP-7.1'Xinchen Hui2017-04-071-0/+27
|\ \ \ | |/ / | | | | | | | | | | | | | | | * PHP-7.1: Update NEWS Remove unused var Fix invalid free of persistent results on error/connection loss in mysqlnd (bug 74376)
| * | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-04-071-0/+27
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | * PHP-7.0: Fix invalid free of persistent results on error/connection loss in mysqlnd (bug 74376) Conflicts: ext/mysqlnd/mysqlnd_ps.c
| | * Fix invalid free of persistent results on error/connection loss in mysqlnd ↵Yussuf Khalil2017-04-051-0/+27
| | | | | | | | | | | | (bug 74376)
* | | Add PDO parameter types for national character set stringsAdam Baratz2017-03-204-4/+122
| | |
* | | Remove unused fieldAdam Baratz2017-03-201-1/+0
| | |
* | | Merge branch 'PHP-7.1'Nikita Popov2017-03-094-0/+19
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-03-094-0/+19
| |\ \ | | |/
| | * Fixed bug #71003: Add PDO::MYSQL_ATTR_SSL_VERIFY_SERVER_CERTThomas Orozco2017-03-094-0/+19
| | |
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-045-5/+5
| | |
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-045-5/+5
| | |
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-025-5/+5
| | |
* | | Merge branch 'PHP-7.1'Matteo Beccati2016-12-152-1/+23
|\ \ \ | |/ / | | | | | | | | | | | | * PHP-7.1: Skip tests when secure_file_priv dir not writable Add missing UPGRADING entry. Manual is updated before 7.0 release.
| * | Merge branch 'PHP-7.0' into PHP-7.1Matteo Beccati2016-12-152-1/+23
| |\ \ | | |/ | | | | | | | | | | | | * PHP-7.0: Skip tests when secure_file_priv dir not writable Add missing UPGRADING entry. Manual is updated before 7.0 release.
| | * Merge branch 'PHP-5.6' into PHP-7.0Matteo Beccati2016-12-152-1/+23
| | |\ | | | | | | | | | | | | | | | | * PHP-5.6: Skip tests when secure_file_priv dir not writable
| | | * Skip tests when secure_file_priv dir not writableMatteo Beccati2016-12-152-1/+23
| | | |
* | | | Remove more PHP 6 leftovers from testsNikita Popov2016-11-2430-366/+366
| | | |
* | | | Fix CRLF line-endings in testsNikita Popov2016-11-201-33/+33
| | | | | | | | | | | | | | | | Also fix a single instance of CRLF in ibase_query.c.
* | | | Remove the b prefix from literals on unrelated testsPedro Magalhães2016-11-202-4/+4
| | | |
* | | | Cleanup tests version checksTom Van Looy2016-11-205-12/+0
| | | |
* | | | Addendum to #73234: Assume param types are nullableAdam Baratz2016-10-122-2/+2
| | | |
* | | | Fix tests affected by 32b6154a61fae820386527f3019f8c5937fc5d27Adam Baratz2016-10-112-2/+2
| | | |
* | | | Fix message typos in PDO testsAdam Baratz2016-08-241-1/+1
|/ / /
* | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-08-091-1/+2
|\ \ \ | |/ / | | | | | | | | | | | | | | | * PHP-7.0: Fixed bug #72788 (Invalid memory access when using persistent PDO connection) Remove typo'd commit Fix bug 72788: Invalid memory access when database_object_handle is undefined. Also fix memory leak in dbh_free when using persistent PDO connections.
| * | Remove typo'd commitKeyur2016-08-091-1/+0
| | |
| * | Fix bug 72788: Invalid memory access when database_object_handleKeyur2016-08-092-1/+3
| | | | | | | | | | | | | | | is undefined. Also fix memory leak in dbh_free when using persistent PDO connections.
* | | Fixed compilation warningsDmitry Stogov2016-06-221-2/+6
| | |
* | | Merge branch 'PHP-7.0'Nikita Popov2016-03-032-2/+2
|\ \ \ | |/ /
| * | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-032-2/+2
| | | | | | | | | | | | Also re bug #71575.
* | | Merge branch 'PHP-7.0'Nikita Popov2016-02-131-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-02-131-1/+1
| |\ \ | | |/
| | * Fix test descriptionNikita Popov2016-02-131-1/+1
| | |
* | | Merge branch 'PHP-7.0'Nikita Popov2016-02-131-0/+23
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-02-131-0/+23
| |\ \ | | |/ | | | | | | | | | Conflicts: ext/pdo_mysql/mysql_driver.c
| | * FIx bug #71569Nikita Popov2016-02-132-13/+36
| | | | | | | | | | | | convert_to_string() may result in an interned string.
* | | Remove version checksNikita Popov2016-01-302-8/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHP_VERSION_ID PHP_API_VERSION ZEND_MODULE_API_NO PHP_MAJOR_VERSION, PHP_MINOR_VERSION ZEND_ENGINE_2 I've left litespeed alone, as it seems to genuinely maintain support for many PHP versions.
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-01-041-12/+9
|\ \ \ | |/ /
| * | Do not edit the value in place (might be relates to #71261)Xinchen Hui2016-01-041-12/+9
| | |
* | | Merge branch 'PHP-7.0'Lior Kaplan2016-01-015-5/+5
|\ \ \ | |/ / | | | | | | | | | | | | | | | * PHP-7.0: Update header to PHP Version 7 Happy new year (Update copyright to 2016) Happy new year (Update copyright to 2016)
| * | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-015-5/+5
| |\ \ | | |/ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| | * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-015-5/+5
| | |