summaryrefslogtreecommitdiff
path: root/ext/pdo
Commit message (Expand)AuthorAgeFilesLines
* Display types in stubs more uniformlyMáté Kocsis2020-09-162-2/+2
* Skip PDO test for OracleChristopher Jones2020-09-101-0/+1
* Add more precise type info for stubsMáté Kocsis2020-09-014-9/+6
* Fix #80027 Terrible performance using $query->fetch on queries with many bind...Matteo Beccati2020-08-312-1/+8
* Drop various unused macros/APIsGeorge Peter Banyard2020-08-261-2/+2
* Use variadic signature for PDOStatement::fetchAll()Nikita Popov2020-08-142-8/+4
* Use Z_PARAM_CLASS in PDOStatement::fetchObject()Nikita Popov2020-08-131-18/+8
* Add all the missing parameter types to stubsMáté Kocsis2020-08-133-46/+44
* Drop php_pdo_get_exception_base() functionNikita Popov2020-08-113-17/+7
* Merge branch 'PHP-7.4'Nikita Popov2020-08-112-0/+28
|\
| * 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
* | | Add many missing closing PHP tags to testsMáté Kocsis2020-08-094-0/+4
* | | Add another round of missing parameter types to stubsMáté Kocsis2020-08-074-18/+12
* | | Accept zend_object* in zend_update_propertyNikita Popov2020-08-072-8/+8
* | | Implement named parametersNikita Popov2020-07-311-0/+1
* | | Implement 'Saner Numeric Strings' RFC:George Peter Banyard2020-07-291-4/+4
* | | Avoid UNKNOWN default in PDO::query()Nikita Popov2020-07-244-6/+7
* | | Add the Z_PARAM_PATH_OR_NULL() and Z_PARAM_ZVAL_OR_NULL() macrosMáté Kocsis2020-07-241-1/+1
* | | Accept unsigned instead of enum pdo_attribute_typeNikita Popov2020-07-221-2/+2
* | | Fetch pdo stmt after zppNikita Popov2020-07-201-24/+17
* | | Use zpp for PDO fetch modeNikita Popov2020-07-2012-73/+54
* | | Unbork tests for PDO_FirebirdChristoph M. Becker2020-07-122-2/+2
* | | Review the usage of apostrophes in error messagesMáté Kocsis2020-07-101-1/+1
* | | Remove no_separation flagNikita Popov2020-07-072-2/+0
* | | Remove proto comments from C filesMax Semenik2020-07-063-69/+35
* | | Add get_gc handle for object iteratorsNikita Popov2020-07-011-1/+2
* | | Update outdated arginfo hashesMáté Kocsis2020-06-301-1/+1
* | | Replace EXPECTF when possibleFabien Villepinte2020-06-291-1/+1
* | | [ci skip] Various typo fixes in stub comments and CHANGES fileAyesh Karunaratne2020-06-251-1/+1
* | | Introduce InternalIteratorNikita Popov2020-06-244-3/+19
* | | Include stub hash in generated arginfo filesNikita Popov2020-06-243-3/+6
* | | Add ZVAL_OBJ_COPY macroNikita Popov2020-06-171-4/+2
* | | Constify char * arguments of APIstwosee2020-06-082-7/+8
* | | Fix expression warnings and break warningstwosee2020-06-071-1/+1
* | | Annotate internal functions with the mixed typeMáté Kocsis2020-05-251-1/+1
* | | 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