Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply tidy formatting | Nikita Popov | 2020-02-03 | 1 | -2/+2 |
| | | | | Mostly reindent PHP scripts to spaces. | ||||
* | Add support for Interbase 1 dialect | Simonov Denis | 2019-10-28 | 1 | -1/+3 |
| | |||||
* | Request #77863: PDO firebird support type Boolean in input parameters | Simonov Denis | 2019-09-10 | 1 | -11/+65 |
| | |||||
* | Allow exceptions in __toString() | Nikita Popov | 2019-06-05 | 1 | -1/+3 |
| | | | | | | | | | | RFC: https://wiki.php.net/rfc/tostring_exceptions And convert some object to string conversion related recoverable fatal errors into Error exceptions. Improve exception safety of internal code performing string conversions. | ||||
* | Fix memory leak exhibited by bug_aaa.phpt | Christoph M. Becker | 2019-05-04 | 1 | -0/+3 |
| | | | | | | Since a statement may be executed multiple times, we need to free already allocated storage for output data before allocating new storage. | ||||
* | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -9/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch removes the so called local variables defined per file basis for certain editors to properly show tab width, and similar settings. These are mainly used by Vim and Emacs editors yet with recent changes the once working definitions don't work anymore in Vim without custom plugins or additional configuration. Neither are these settings synced across the PHP code base. A simpler and better approach is EditorConfig and fixing code using some code style fixing tools in the future instead. This patch also removes the so called modelines for Vim. Modelines allow Vim editor specifically to set some editor configuration such as syntax highlighting, indentation style and tab width to be set in the first line or the last 5 lines per file basis. Since the php test files have syntax highlighting already set in most editors properly and EditorConfig takes care of the indentation settings, this patch removes these as well for the Vim 6.0 and newer versions. With the removal of local variables for certain editors such as Emacs and Vim, the footer is also probably not needed anymore when creating extensions using ext_skel.php script. Additionally, Vim modelines for setting php syntax and some editor settings has been removed from some *.phpt files. All these are mostly not relevant for phpt files neither work properly in the middle of the file. | ||||
* | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-7.2' | Anatol Belski | 2018-07-06 | 1 | -1/+1 |
|\ | | | | | | | | | | | * PHP-7.2: Fix event log handling in startup phase Fix bug #76488 Memory leak when fetching a BLOB field | ||||
| * | Fix bug #76488 Memory leak when fetching a BLOB field | sim1984 | 2018-07-06 | 1 | -1/+1 |
| | | | | | | | | Add a phpt test | ||||
| * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | | |||||
* | | Replace zval_dtor() with specialized destructors | Dmitry Stogov | 2018-07-05 | 1 | -1/+1 |
| | | |||||
* | | Remove BOM | Anatol Belski | 2018-07-03 | 1 | -1/+1 |
| | | |||||
* | | Fix compilation with Firebird < 3 | Anatol Belski | 2018-07-03 | 1 | -0/+4 |
| | | |||||
* | | Boolean data type support, added in Firebird 3. Fixes #74462. | Dorin Marcoci | 2018-07-03 | 1 | -1/+9 |
| | | |||||
* | | Trailing whitespaces | Gabriel Caruso | 2018-01-03 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com> | ||||
* | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | | |||||
* | | Turn "pdo_stmt_methods" into constants. | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
| | | |||||
* | | Cleanup type conversion | Dmitry Stogov | 2017-12-07 | 1 | -4/+3 |
|/ | |||||
* | Return integer field types as native integers instead of strings | Dorin Marcoci | 2017-01-06 | 1 | -5/+29 |
| | | | | | | | | | | | | Use another define for better compatibility Test case for #72583 Feature. Small optimisations. Adjust conditional directives according to coding standards Add more compatibility for "end of line" on multiple environements Updated execute.phpt test after switching to integer mapping | ||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| | |||||
* | Cursor is not opened on singleton selects. | Dorin Marcoci | 2016-12-18 | 1 | -2/+2 |
| | | | | | | Test case for unregistered bug on FB3 singleton selects Set error mode to warning instead of exception. | ||||
* | Fixed bug #72931 PDO_FIREBIRD with Firebird 3.0 not work on returning statement | Dorin Marcoci | 2016-12-07 | 1 | -9/+20 |
| | |||||
* | Fix blob parameters binding. Fixes: #73087, #61183, #71494 | Dorin Marcoci | 2016-11-05 | 1 | -7/+23 |
| | | | | | | Adjusted formatting according to requirements Test case for bug #73087 | ||||
* | fix ibase handle initialization, mostly compiler warnings | Anatol Belski | 2016-06-06 | 1 | -2/+2 |
| | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Popa Adrian Marius | 2015-12-03 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | * PHP-5.6: Use LL_MASK for SQL_INT64 data formatting | ||||
| * | Use LL_MASK for SQL_INT64 data formatting | Popa Adrian Marius | 2015-12-03 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Popa Adrian Marius | 2015-12-03 | 1 | -2/+2 |
|\ \ | |/ | | | | | | | * PHP-5.6: Fix Bug #60052 Integer returned as a 64bit integer on X64_86 for pdo_firebird | ||||
| * | Fix Bug #60052 Integer returned as a 64bit integer on X64_86 for pdo_firebird | Popa Adrian Marius | 2015-12-03 | 1 | -2/+2 |
| | | |||||
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | use Z* macro name | Anatol Belski | 2015-11-05 | 1 | -1/+1 |
| | | |||||
* | | fix NULL deref in pdo_firebird | Anatol Belski | 2015-11-05 | 1 | -2/+3 |
| | | | | | | | | ref #70862 | ||||
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 1 | -6/+6 |
| | | | | | | | | semantick changes). | ||||
* | | Use zend_string to represent pdo_column_data.name and avoid duplication. | Dmitry Stogov | 2015-05-05 | 1 | -2/+2 |
| | | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -58/+58 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -16/+16 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -18/+18 |
| | | |||||
* | | ported from pdo - pgsql, odbc, mysql, firebirt, dblib | Anatol Belski | 2014-08-19 | 1 | -12/+12 |
| | | |||||
* | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -7/+7 |
| | | |||||
* | | Fixed pdo_firebird tests failures | Dmitry Stogov | 2014-08-11 | 1 | -1/+16 |
| | | |||||
* | | Refactored ext/pdo_firebird (didn't do test) | Xinchen Hui | 2014-05-21 | 1 | -32/+41 |
|/ | |||||
* | Cleanup $ is not needed for git | Popa Adrian Marius | 2014-04-10 | 1 | -2/+0 |
| | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Slightly edited tests and fix for bug #62024 | Matteo Beccati | 2013-05-31 | 1 | -3/+6 |
| | |||||
* | Fixed bug #62024 (unable to run consecutive prepared querys with null values) | Matheus Degiovani | 2013-05-31 | 1 | -3/+3 |
| | | | | Credits to james@kenjim.com for the patch. | ||||
* | Fixed bug #64037 (wrong value returned when using a negative numeric field ↵ | Matheus Degiovani | 2013-05-31 | 1 | -1/+1 |
| | | | | equal to the scale) | ||||
* | Happy New Year~ | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| |