summaryrefslogtreecommitdiff
path: root/ext/pdo/pdo_dbh.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Try fixing PDO MySQL pconnect testNikita Popov2015-04-041-13/+4
* | Convert fatal errors into EngineExceptionsDmitry Stogov2015-04-021-5/+11
* | Patch improvement:Dmitry Stogov2015-03-301-19/+15
* | Fixed PDO constructor to not return null.Danack2015-03-151-2/+8
* | Move zend_object->guards into additional slot of zend_object->properties_tabl...Dmitry Stogov2015-02-041-1/+1
* | size_t cleanup for PDOStanislav Malyshev2015-01-261-3/+3
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-51/+51
* | Don't count variadic argument in zend_func.common.num_args. This allows faste...Dmitry Stogov2014-12-221-0/+2
* | second shot on removing TSRMLS_*Anatol Belski2014-12-141-6/+6
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-114/+114
* | Use zend_string* for op_array->arg_info[]->name and op_array->arg_info[]->cla...Dmitry Stogov2014-12-031-1/+1
* | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
* | Replaced EG(This) and EX(object) with EX(This).Dmitry Stogov2014-10-031-3/+3
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1