summaryrefslogtreecommitdiff
path: root/ext/pdo
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #66528Nikita Popov2020-10-281-3/+1
* Merge branch 'PHP-7.3' into PHP-7.4George Peter Banyard2020-09-251-1/+2
|\
| * Fix logic error in PDOGeorge Peter Banyard2020-09-251-1/+2
* | Merge branch 'PHP-7.3' into PHP-7.4Matteo Beccati2020-08-312-1/+8
|\ \ | |/
| * Fix #80027 Terrible performance using $query->fetch on queries with many bind...Matteo Beccati2020-08-312-1/+8
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-112-0/+28
|\ \ | |/
| * Fix #64705 errorInfo property of PDOException is null when PDO::__construct()...Ahmed Abdou2020-08-112-0/+28
* | Fix borked SKIPIFsFabien Villepinte2019-09-301-1/+1
* | Remove commented codeNikita Popov2019-09-231-11/+0
* | Cleanup of remaining E_STRICT in testsGeorge Peter Banyard2019-07-231-1/+1
* | Fix FR #71885 (Allow escaping question mark placeholders)Matteo Beccati2019-07-222-19/+110
* | Remove conditional calls of always available macrosPeter Kokot2019-07-141-10/+2
* | PDO: support username & password specified in DSNSjon Hortensius2019-07-021-0/+51
* | Fix -Wmissing-braces warningsNikita Popov2019-06-121-1/+1
* | Allow exceptions in __toString()Nikita Popov2019-06-053-8/+22
* | Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macrosDmitry Stogov2019-05-282-2/+3
* | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* | Fix undefined variable, and remove unused test-pdopeter279k2019-05-031-63/+0
* | Fix last maybe uninit warnings on 7.4Nikita Popov2019-04-151-1/+1
* | Avoid misc uninitialized variable warningsNikita Popov2019-04-121-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Joe Watkins2019-04-062-17/+19
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-04-062-17/+19
| |\
| | * Follow up #77849 PDOStatement objects in undefined state after cloneJoe Watkins2019-04-062-17/+19
* | | Merge branch 'PHP-7.3' into PHP-7.4Joe Watkins2019-04-062-0/+24
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-04-062-0/+24
| |\ \ | | |/
| | * Fix bug #77849 Disable cloning of PDO handle/connection objects to avoid segf...Cameron Porter2019-04-062-0/+24
* | | Remove extension readmesPeter Kokot2019-03-191-50/+0
* | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-1567-69/+69
* | | Cleanup unused module globalsDmitry Stogov2019-03-122-25/+1
* | | Add AS_HELP_STRING to *nix build configure optionsPeter Kokot2019-03-071-2/+5
* | | Remove legacy AC_CHECK_TYPE calls for uint and ulongPeter Kokot2019-03-061-3/+3
* | | Remove not needed PHP_PDO_PEAR_CHECK m4 macroPeter Kokot2019-02-281-27/+0
* | | Remove local variablesPeter Kokot2019-02-0367-132/+57
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-309-9/+9
* | | Implement typed propertiesNikita Popov2019-01-111-3/+5
* | | Return only debug props in PDORowNikita Popov2019-01-101-7/+8
* | | Use serialize_deny handler in PDORowNikita Popov2019-01-101-8/+1
* | | Manually initialize PDORow handlersNikita Popov2019-01-102-64/+52
* | | Merge branch 'PHP-7.3'Nikita Popov2019-01-031-1/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-01-031-1/+2
| |\ \ | | |/
| | * Fixed bug #77273Nikita Popov2019-01-031-1/+2
* | | Clean up unnecessary ternary expressions and simplify some returnsGabriel Caruso2018-12-031-1/+1
* | | Merge branch 'PHP-7.3'Adam Baratz2018-11-262-0/+52
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Adam Baratz2018-11-262-0/+52
| |\ \ | | |/
| | * Check column number before trying to fetch the valueSergei Morozov2018-11-262-0/+52
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-156-6/+2
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-1426-75/+75
| | * Sync leading and final newlines in source code filesPeter Kokot2018-10-146-8/+0
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-132-2/+2
| * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-156-6/+2