summaryrefslogtreecommitdiff
path: root/ext/pdo
Commit message (Expand)AuthorAgeFilesLines
* Fix datatypesAnatol Belski2018-03-262-5/+5
* Keep initialized object_handlers structures in read-only memory.Dmitry Stogov2018-03-142-2/+2
* Remove return types from some magic method in protosGabriel Caruso2018-03-092-3/+3
* Use int instead of long in protosGabriel Caruso2018-02-231-3/+3
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-205-5/+5
* Convert iterator by reference errors to exceptionsNikita Popov2018-02-191-1/+2
* Reduce struct size by 8 bytes on 64-bitAnatol Belski2018-02-192-9/+8
* Remove superfluous SKIPIF sections in more testsGabriel Caruso2018-02-042-10/+4
* More effecient array duplicationDmitry Stogov2018-01-171-2/+2
* Trailing whitespacesGabriel Caruso2018-01-031-1/+1
* Merge branch 'PHP-7.2'Anatol Belski2018-01-021-0/+1
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-01-021-0/+1
| |\
| | * Skip test for pdo_odbcAnatol Belski2018-01-021-0/+1
* | | Merge branch 'PHP-7.2'Anatol Belski2018-01-021-0/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-01-021-0/+3
| |\ \ | | |/
| | * Fix test for pdo_odbcAnatol Belski2018-01-021-0/+3
* | | Merge branch 'PHP-7.2'Xinchen Hui2018-01-021-119/+120
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-01-021-119/+120
| |\ \ | | |/
| | * regenerated with newer re2cXinchen Hui2018-01-021-119/+120
| | * year++Xinchen Hui2018-01-0210-10/+10
| * | year++Xinchen Hui2018-01-0210-10/+10
* | | year++Xinchen Hui2018-01-0210-10/+10
* | | zend_fcall_info_cache.initialized is removed (zend_fcall_info_cache is initia...Dmitry Stogov2017-12-272-2/+0
* | | Merge branch 'PHP-7.2'Anatol Belski2017-12-221-0/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-12-221-0/+1
| |\ \ | | |/
| | * pdo_odbc has no driver API for quoting, skip the testAnatol Belski2017-12-221-0/+1
* | | Merge branch 'PHP-7.2'Nikita Popov2017-12-171-14/+0
|\ \ \ | |/ /
| * | Fixed bug #75616Jaromír Doleček2017-12-171-14/+0
* | | Turn "pdo_stmt_methods" into constants.Dmitry Stogov2017-12-141-1/+1
* | | Move constants into read-only data segmentDmitry Stogov2017-12-142-6/+6
* | | Move zend_object_iterator_funcs structures into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | Remove outdated TODO filesPeter Kokot2017-12-091-92/+0
* | | Use zend_string_tolower() where it's possible (to avoid reallocations).Dmitry Stogov2017-11-302-9/+4
* | | Add zend_object_alloc() APINikita Popov2017-11-252-3/+3
* | | Enable and fix printf() format warningsNikita Popov2017-11-161-6/+10
* | | Persistent resources are "thread-local".Dmitry Stogov2017-11-011-9/+2
* | | RC manipulation cleanupXinchen Hui2017-11-011-1/+1
* | | Encapsulate reference-counting primitives.Dmitry Stogov2017-10-272-3/+3
* | | Merge branch 'PHP-7.2'Dmitry Stogov2017-10-161-1/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2017-10-161-1/+3
| |\ \ | | |/
| | * Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-10-161-1/+3
| | |\
| | | * Prevent crash on ext/pdo_mysql/tests/bug_39858.phpt when built with libmysqlDmitry Stogov2017-10-161-1/+3
* | | | Refactored array creation API. array_init() and array_init_size() are convert...Dmitry Stogov2017-09-201-2/+1
* | | | Get rid of all these old package[2].xml files, most of these had no had a rel...Kalle Sommer Nielsen2017-08-171-134/+0
|/ / /
* | | Apply fix for #69356 to "Sent SQL"Adam Baratz2017-06-291-3/+4
* | | Merge branch 'PHP-7.1'Adam Baratz2017-06-292-3/+44
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Adam Baratz2017-06-292-3/+44
| |\ \ | | |/
| | * Fixed #69356: PDOStatement::debugDumpParams() truncates queryAdam Baratz2017-06-292-3/+44
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-0410-10/+10
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-0410-10/+10