summaryrefslogtreecommitdiff
path: root/ext/pdo
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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