summaryrefslogtreecommitdiff
path: root/ext/pdo
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Trim trailing whitespace in *.phptPeter Kokot2018-10-1423-69/+69
| * | Sync leading and final newlines in source code filesPeter Kokot2018-10-146-8/+0
* | | User serialize_deny for PDOStatement as wellNikita Popov2018-11-261-18/+2
* | | Switch PDO to use serialize_denyNikita Popov2018-11-262-19/+4
* | | Use ZEND_THIS macro to hide implementation details in extensions code.Dmitry Stogov2018-11-152-15/+15
* | | Replace getThis() by EX(This), when additional check is not necessary.Dmitry Stogov2018-11-142-15/+15
* | | Remove lexer files generated by RE2CPeter Kokot2018-11-111-739/+0
* | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-156-6/+2
* | | Trim trailing whitespace in *.phptPeter Kokot2018-10-142-3/+3
* | | Trim trailing whitespace in testsGabriel Caruso2018-10-1421-66/+66
* | | Sync leading and final newlines in source code filesPeter Kokot2018-10-146-8/+0
* | | Make PHP development tools files and scripts executablePeter Kokot2018-08-291-0/+1