summaryrefslogtreecommitdiff
path: root/ext/pdo/pdo_dbh.c
Commit message (Expand)AuthorAgeFilesLines
* Use zend_class_entry/zend_function type names instead of _zend_class_entry/_z...Dmitry Stogov2018-08-221-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy...Dmitry Stogov2018-07-051-1/+1
* Export standard object handlers, to avoid indirect accessDmitry Stogov2018-05-311-2/+2
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-4/+4
* zend_fcall_info_cache.calling_scope is not used by zend_call_function() and d...Dmitry Stogov2018-05-031-1/+0
* Remove return types from some magic method in protosGabriel Caruso2018-03-091-2/+2
* Use int instead of long in protosGabriel Caruso2018-02-231-3/+3
* year++Xinchen Hui2018-01-021-1/+1
* zend_fcall_info_cache.initialized is removed (zend_fcall_info_cache is initia...Dmitry Stogov2017-12-271-1/+0
* Use zend_string_tolower() where it's possible (to avoid reallocations).Dmitry Stogov2017-11-301-4/+2
* Add zend_object_alloc() APINikita Popov2017-11-251-1/+1
* 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-271-1/+1
* Avoid useless dereferences and separations during paramter passing.Dmitry Stogov2017-06-191-1/+1
* Add PDO parameter types for national character set stringsAdam Baratz2017-03-201-0/+4
* Remove more unnecessary checks on Zend's allocator functionsThomas Punt2017-03-161-3/+1
* Remove dead code related to error constantsAdam Baratz2017-03-011-14/+0
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Use new param API in PDOSara Golemon2016-12-311-24/+31
* Fix ASSERT logicKeyur2016-08-091-1/+1
* Bugfix 72791: fix memory leak in PDO persistent connectionsKeyur2016-08-091-3/+10
* Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-08-091-4/+4
|\
| * Fix bug 72788: Invalid memory access when database_object_handleKeyur2016-08-091-4/+4
* | Fixed compilation warningsDmitry Stogov2016-06-221-2/+2
* | Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-1/+1
* | - get rid of EG(scope). zend_get_executed_scope() should be used instead.Dmitry Stogov2016-04-281-1/+1
* | Removed "zend_fcall_info.function_table". It was assigned in many places, but...Dmitry Stogov2016-04-271-1/+0
* | Removed zend_fcall_info.symbol_tableDmitry Stogov2016-03-021-1/+0
* | Remove version checksNikita Popov2016-01-301-2/+0
|/
* Fixed warning of incompatible pointerXinchen Hui2016-01-231-1/+1
* Avoid incomplete zend_internal_function initialization.Dmitry Stogov2016-01-131-20/+21
* Do not edit the value in place (might be relates to #71261)Xinchen Hui2016-01-041-13/+12
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * Fix bug #64172Daniel Persson2015-10-181-55/+58
* | Fix bug #64172Daniel Persson2015-10-181-0/+3
* | Cleanup: removed deprecated commented code. Incorrect zval_dtor() usage repla...Dmitry Stogov2015-09-231-2/+0
* | Merge branch 'PHP-5.6'Xinchen Hui2015-08-301-2/+1
|\ \ | |/
| * Fixed bug #70389 (PDO constructor changes unrelated variables)Xinchen Hui2015-08-301-2/+8
| * bump yearXinchen Hui2015-01-151-1/+1
| * typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
* | Fixed bug #70221 (persistent sqlite connection + custom function segfaults)Xinchen Hui2015-08-101-2/+12
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-3/+3
* | Expose pdo stmt ctor args to gcNikita Popov2015-05-201-0/+9
* | Use fast method to check if first arguments should be passed by reference (no...Dmitry Stogov2015-04-221-0/+1
* | Fix leak of Pdo object if query() failsNikita Popov2015-04-161-0/+2
* | Fix EH_THROW replacement in PDO constructorNikita Popov2015-04-061-2/+2
* | Always throw TypeException on throwing zpp failuresNikita Popov2015-04-061-4/+2