summaryrefslogtreecommitdiff
path: root/ext/pdo
Commit message (Expand)AuthorAgeFilesLines
* Make float to string casts locale-independentMáté Kocsis2020-05-081-9/+2
* Change the default PDO error mode to exceptionsAllenJB2020-05-043-0/+12
* Remove PDO::dbh_constructor()Máté Kocsis2020-04-143-6/+4
* Generate method entries from stubs for curl, ffi, pdo, pharMáté Kocsis2020-04-146-83/+133
* Fix [-Werror=missing-braces] compiler warningGeorge Peter Banyard2020-04-131-1/+1
* Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-082-24/+24
* Generate function entries for another batch of extensionsMáté Kocsis2020-04-053-8/+12
* Do not include the same stub multiple timesMáté Kocsis2020-04-038-258/+264
* Add a ZEND_UNCOMPARABLE valueNikita Popov2020-03-312-3/+3
* Improve error messages of various extensionsMáté Kocsis2020-03-231-3/+3
* 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
|\ \ \ | |/ /