summaryrefslogtreecommitdiff
path: root/ext/pdo
Commit message (Expand)AuthorAgeFilesLines
* Second go at fixing [-Wmissing-field-initializers] compiler warning in PDOGeorge Peter Banyard2020-02-221-1/+1
* Revert "Replace @param annotations with type declarations"Christoph M. Becker2020-02-172-2/+3
* Replace @param annotations with type declarationsChristoph M. Becker2020-02-162-3/+2
* Revert "Fix [-Wmissing-field-initializers] compiler warning in ext/PDO"George Peter Banyard2020-02-111-1/+1
* Fix [-Wmissing-field-initializers] compiler warning in ext/PDOGeorge Peter Banyard2020-02-111-1/+1
* Reindent phpt filesNikita Popov2020-02-0344-505/+505
* Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-1/+1
* Fix #78880: Final spelling fixesMáté Kocsis2020-01-164-6/+6
* Merge branch 'PHP-7.4'Christoph M. Becker2020-01-133-3/+84
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-133-3/+84
| |\
| | * Fix #79106: PDO may fetch wrong column indexes with PDO::FETCH_BOTHChristoph M. Becker2020-01-133-3/+84
* | | Convert zend_parse_parameters_none() to fast ZPPMáté Kocsis2020-01-033-33/+18
* | | Use RETURN_THROWS() after zend_throw_exception() in most of the extensionsMáté Kocsis2020-01-021-9/+9
* | | Use RETURN_THROWS() during ZPP in most of the extensionsMáté Kocsis2019-12-313-13/+13
* | | Restore PDOStatement::setFetchMode() signatureNikita Popov2019-12-062-2/+3
* | | Add stubs for PDOMáté Kocsis2019-11-185-157/+308
* | | Make zend_type a 2-field structNikita Popov2019-11-081-2/+2
* | | Clean DONE tags from testsFabien Villepinte2019-11-078-16/+0
* | | Add missing ZPP checksMáté Kocsis2019-11-011-0/+8
* | | pdo_oci: Add support for setting and getting the oracle OCI 18c call timeout ...Cameron Porter2019-11-011-0/+1
* | | Cleanup return values when parameter parsing is unsuccessfulMáté Kocsis2019-10-302-3/+3
* | | Add Z_PARAM_STRING/ARRAY_OR_NULL convenience macrosNikita Popov2019-10-292-5/+5
* | | Comparison cleanup:Dmitry Stogov2019-10-072-3/+3
* | | Remove most uses of ZEND_PARSE_PARAMETERS_END_EX()Nikita Popov2019-10-072-14/+14
* | | Merge branch 'PHP-7.4'Nikita Popov2019-09-301-1/+1
|\ \ \ | |/ /
| * | Fix borked SKIPIFsFabien Villepinte2019-09-301-1/+1
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-259-18/+0
* | | Merge branch 'PHP-7.4'Nikita Popov2019-09-231-11/+0
|\ \ \ | |/ /
| * | Remove commented codeNikita Popov2019-09-231-11/+0
* | | Merge branch 'PHP-7.4'Nikita Popov2019-07-231-1/+1
|\ \ \ | |/ /
| * | Cleanup of remaining E_STRICT in testsGeorge Peter Banyard2019-07-231-1/+1
* | | Merge branch 'PHP-7.4'Matteo Beccati2019-07-222-19/+110
|\ \ \ | |/ /
| * | Fix FR #71885 (Allow escaping question mark placeholders)Matteo Beccati2019-07-222-19/+110
* | | Merge branch 'PHP-7.4'Peter Kokot2019-07-141-10/+2
|\ \ \ | |/ /
| * | Remove conditional calls of always available macrosPeter Kokot2019-07-141-10/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2019-07-021-0/+51
|\ \ \ | |/ /
| * | PDO: support username & password specified in DSNSjon Hortensius2019-07-021-0/+51
* | | Merge branch 'PHP-7.4'Nikita Popov2019-06-121-1/+1
|\ \ \ | |/ /
| * | Fix -Wmissing-braces warningsNikita Popov2019-06-121-1/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2019-06-053-6/+16
|\ \ \ | |/ /
| * | Allow exceptions in __toString()Nikita Popov2019-06-053-8/+22
* | | Merge branch 'PHP-7.4'Dmitry Stogov2019-05-282-2/+3
|\ \ \ | |/ /
| * | Replace ZVAL_COPY() and ZVAL_COPY_VALUE() for IS_OBJECT by cheaper macrosDmitry Stogov2019-05-282-2/+3
* | | Merge branch 'PHP-7.4'Peter Kokot2019-05-121-2/+0
|\ \ \ | |/ /
| * | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* | | Merge branch 'PHP-7.4'Peter Kokot2019-05-031-63/+0
|\ \ \ | |/ /
| * | Fix undefined variable, and remove unused test-pdopeter279k2019-05-031-63/+0
* | | Merge branch 'PHP-7.4'Nikita Popov2019-04-151-1/+1
|\ \ \ | |/ /
| * | Fix last maybe uninit warnings on 7.4Nikita Popov2019-04-151-1/+1
| * | Avoid misc uninitialized variable warningsNikita Popov2019-04-121-1/+1