summaryrefslogtreecommitdiff
path: root/ext/pdo
Commit message (Expand)AuthorAgeFilesLines
* Make PHP development tools files and scripts executablePeter Kokot2018-08-291-0/+1
* Change some permissions from 755 to 644Peter Kokot2018-08-284-0/+0
* Use zend_class_entry/zend_function type names instead of _zend_class_entry/_z...Dmitry Stogov2018-08-222-4/+4
* Sync with e0fe6674Anatol Belski2018-08-131-1/+1
* Fix bug #76030 RE2C_FLAGS rarely honouredCristian Rodríguez2018-08-121-2/+2
* Remove superfluous SKIPIF sections of always available interfacesGabriel Caruso2018-07-291-1/+0
* Trim trailing whitespaces in build filesPeter Kokot2018-07-291-1/+1
* Regenerate scanners using re2c version >= 1.0.0 (newer version, at least, pro...Dmitry Stogov2018-07-251-25/+24
* Remove unused Git attributes identPeter Kokot2018-07-2513-24/+0
* Make more tests run and fix SKIPIF sectionsGabriel Caruso2018-07-161-2/+3
* Replace zval_dtor() with specialized destructorsDmitry Stogov2018-07-051-2/+2
* Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy...Dmitry Stogov2018-07-052-2/+2
* Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-1/+1
* Remove unnecessary uses of z/ parametersNikita Popov2018-06-251-2/+2
* Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-312-6/+6
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-284-25/+26
* Merge branch 'PHP-7.2'Anatol Belski2018-05-211-1/+6
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-05-211-1/+6
| |\
| | * Allow pecl like usage in ext/pdo, refs #2955Tianon Gravi2018-05-211-1/+6
* | | zend_fcall_info_cache.calling_scope is not used by zend_call_function() and d...Dmitry Stogov2018-05-032-2/+0
* | | Fixed mess between BOOL and SUCCESS/FAILUREDmitry Stogov2018-04-281-1/+1
* | | 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