summaryrefslogtreecommitdiff
path: root/ext/pdo
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Remove superfluous semicolonsTom Van Looy2017-06-261-1/+1
* | | Avoid useless dereferences and separations during paramter passing.Dmitry Stogov2017-06-192-4/+4
* | | Add PDO parameter types for national character set stringsAdam Baratz2017-03-202-2/+15
* | | 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
* | | Remove PHP5-specific codeAdam Baratz2017-03-011-10/+0
* | | Remove trailing whitespaceAdam Baratz2017-01-091-7/+7
* | | Explicitly allow NULL values for dblib compatibilityAdam Baratz2017-01-092-2/+23
* | | add nmakefile fragment for pdo parserAnatol Belski2017-01-042-0/+6
* | | Merge branch 'pull-request/2268'Joe Watkins2017-01-0410-10/+10
|\ \ \
| * | | Update copyright headers to 2017Sammy Kaye Powers2017-01-0210-10/+10
* | | | Merge branch 'PHP-7.1'Anatol Belski2017-01-031-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-01-031-1/+1
| |\ \ | | |/
| | * Fix PDO tests to match SQL standard syntax and pass Firebird tests.Dorin Marcoci2017-01-031-1/+1
* | | Use new param API in PDOSara Golemon2016-12-312-49/+67
* | | Add "Sent SQL" to debug dump for emulated preparesAdam Baratz2016-12-202-8/+83
* | | Remove PDOStatement::activeQueryString()Adam Baratz2016-12-202-86/+8
* | | Merge branch 'PHP-7.1'Anatol Belski2016-12-191-2/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-12-191-2/+6
| |\ \ | | |/
| | * Compatibility with Firebird & Oracle select syntax.Dorin Marcoci2016-12-191-2/+6
* | | Merge branch 'PHP-7.1'Adam Baratz2016-12-071-1/+1
|\ \ \ | |/ /