summaryrefslogtreecommitdiff
path: root/ext/pdo
Commit message (Expand)AuthorAgeFilesLines
* 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-0110-10/+10
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-0110-10/+10
| * Fix bug #64172Daniel Persson2015-10-182-55/+142
* | Fix setting of empty string resource.Fabian Franz2015-11-052-4/+2
* | update the actual sql parser file for #70861Anatol Belski2015-11-051-0/+4
* | Fix bug #70861 Segmentation fault in pdo_parse_params() during Drupal 8 test ...Anatol Belski2015-11-051-0/+4
* | Fix bug #64172Daniel Persson2015-10-182-0/+87
* | Cleanup: removed deprecated commented code. Incorrect zval_dtor() usage repla...Dmitry Stogov2015-09-232-17/+3
* | Merge branch 'PHP-5.6'Xinchen Hui2015-08-302-8/+5
|\ \ | |/
| * Fixed bug #70389 (PDO constructor changes unrelated variables)Xinchen Hui2015-08-302-4/+20
| * bump yearXinchen Hui2015-01-1510-10/+10
| * Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2014-11-291-9/+0
| |\
| | * Merge branch 'pull-request/656' into PHP-5.5Julien Pauli2014-11-291-9/+0
| | |\
| | | * PHP_MAJOR_VERSION == 5 && PHP_MINOR_VERSION > 1Popa Marius Adrian2014-11-291-9/+0
| * | | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-233-3/+3
* | | | Fixed bug #70221 (persistent sqlite connection + custom function segfaults)Xinchen Hui2015-08-101-2/+12
* | | | Add Oracle syntax (Senthil)Christopher Jones2015-07-101-0/+3
* | | | Switch position of ce in exception ce variable namesAaron Piotrowski2015-07-031-1/+1
* | | | Change zend_exception_get_default() to zend_exception_ceAaron Piotrowski2015-07-031-1/+1
* | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-304-27/+27
* | | | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-06-141-0/+9
|\ \ \ \
| * | | | Expose pdo stmt ctor args to gcNikita Popov2015-05-201-0/+9
* | | | | Update exception names in tests after formatting changes.Aaron Piotrowski2015-05-173-3/+3
|/ / / /
* | | | Tweak uncaught exception message displayNikita Popov2015-05-175-5/+5
* | | | Merge branch 'pull-request/1277'Stanislav Malyshev2015-05-162-3/+3
|\ \ \ \
| * | | | fix typosolshevskiy872015-05-132-3/+3
* | | | | Display EngineExceptions like ordinary exceptionsNikita Popov2015-05-153-3/+12
|/ / / /
* | | | Use zend_string to represent pdo_column_data.name and avoid duplication.Dmitry Stogov2015-05-052-29/+30
* | | | Add unique prefix to exported functionChristopher Jones2015-05-022-3/+3
* | | | Export free_statement to replace php_pdo_stmt_delref which was deleted in 9fe...Christopher Jones2015-05-012-3/+2
* | | | 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-162-2/+3
* | | | Fix leak of FETCH_INTO objectNikita Popov2015-04-161-0/+1
* | | | Fix PdoRow leakNikita Popov2015-04-161-1/+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-022-6/+14
* | | | Patch improvement:Dmitry Stogov2015-03-304-61/+38
* | | | Merge branch 'InternalClassClean' of github.com:Danack/php-src into InternalC...Dmitry Stogov2015-03-304-15/+49
|\ \ \ \
| * | | | Reverted change to function name and added note of why it is different from t...Danack2015-03-151-3/+4
| * | | | Fixed PDO constructor to not return null.Danack2015-03-151-2/+8
| * | | | Fixed ReflectionFunction, ReflectionMethod and ReflectionParameter.Danack2015-03-011-1/+1
| * | | | Fixed PDORow behaviour and message.Danack2015-03-013-15/+42
* | | | | cleanup mod version macros, round 3Anatol Belski2015-03-232-5/+4
|/ / / /
* | | | Use new ZEND_HASH_FOREACH_... API.Dmitry Stogov2015-02-102-23/+16
* | | | Removed unused REGISTER_PDO_CONST_LONGMatteo Beccati2015-02-081-6/+0
* | | | Move zend_object->guards into additional slot of zend_object->properties_tabl...Dmitry Stogov2015-02-042-3/+3