summaryrefslogtreecommitdiff
path: root/ext/pdo
Commit message (Expand)AuthorAgeFilesLines
* PDO MySQL: Use mysqlnd column namesNikita Popov2020-12-161-11/+10
* Fixed bug #72368Nikita Popov2020-12-104-28/+68
* Allow drivers to omit error codeNikita Popov2020-12-101-2/+5
* Fixed bug #79131Nikita Popov2020-12-101-4/+5
* Make XFAILED test less brokenNikita Popov2020-12-091-2/+0
* Handle column count change in PDO MySQLNikita Popov2020-12-082-28/+42
* Fix typos in mysql testsDharman2020-12-031-2/+2
* Fix PDOStatement::fetchObject() stubBenjamin Morel2020-11-242-2/+2
* Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-281-3/+1
|\
| * Fixed bug #66528Nikita Popov2020-10-281-3/+1
* | Fix inconsistency in PDO transaction stateNikita Popov2020-10-261-8/+12
* | Fix default value handling of mysqli_fetch_object()Máté Kocsis2020-10-201-4/+4
* | Check PDOStatement initialization during iterationNikita Popov2020-10-192-4/+46
* | Update PDO parameter namesNikita Popov2020-10-055-29/+29
* | Update PDO parameters for named arguments.Larry Garfield2020-09-284-34/+34
* | Another pass making some failure states unconditional erros in PDOGeorge Peter Banyard2020-09-282-28/+22
* | Make various failure conditions in PDO unconditional errorsGeorge Peter Banyard2020-09-2810-418/+503
* | Merge branch 'PHP-7.4'George Peter Banyard2020-09-251-2/+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
* | | Inverse logic in do_fetch() to reduce a level of indentationGeorge Peter Banyard2020-09-251-273/+273
* | | Drop do_bind argument in do_fetch(_common)() in PDOGeorge Peter Banyard2020-09-251-14/+14
* | | Promote PDORow property write to ErrorNikita Popov2020-09-212-4/+30
* | | Remove dead codeNikita Popov2020-09-211-10/+0
* | | Run tidyNikita Popov2020-09-185-12/+12
* | | 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