| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move ext/interbase to pecl/database/interbase | Kalle Sommer Nielsen | 2019-05-01 | 1 | -193/+0 |
| | | | | | https://wiki.php.net/rfc/deprecate-and-remove-ext-interbase | ||||
| * | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -7/+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 |
| | | |||||
| * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | | |||||
| * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
| | | |||||
| * | Added ZEND_ATTRIBUTE_FORMAT to some middind functions. | Dmitry Stogov | 2016-06-21 | 1 | -1/+1 |
| | | | | | | "%p" replaced by ZEND_LONG_FMT to avoid compilation warnings. Fixed most incorrect use cases of format specifiers. | ||||
| * | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE | Nikita Popov | 2016-03-03 | 1 | -1/+1 |
| | | | | | Also re bug #71575. | ||||
| * | further datatype and range check fixes for ibase | Anatol Belski | 2016-01-11 | 1 | -3/+3 |
| | | |||||
| * | Fix various bugs in interbase | Xinchen Hui | 2016-01-11 | 1 | -9/+11 |
| | | | | | Also read: https://marc.info/?l=php-internals&m=145077389117375&w=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 |
| | | | |||||
| | * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | | |||||
| * | | switch to the unified globals accessor where appropriate | Anatol Belski | 2015-07-29 | 1 | -9/+2 |
| | | | |||||
| * | | Cleanup (avoid reallocations) | Dmitry Stogov | 2015-07-02 | 1 | -1/+1 |
| | | | |||||
| * | | made ZEND_TSRMLS_CACHE_* macros look like function calls | Anatol Belski | 2015-02-16 | 1 | -1/+1 |
| | | | | | | | | | which also comply with the current semantics for such macros | ||||
| * | | Apply PHP7 firebird fixes after API Cleanup from ↵ | Popa Adrian Marius | 2015-02-13 | 1 | -5/+12 |
| | | | | | | | | | https://github.com/Jan-E/php-src/commit/8c920a22ac65da485eaf3d2fd27baf2b0406116e | ||||
| * | | Revert "Remove Jouni Ahto from maintainers and files as requested , anyway ↵ | Popa Adrian Marius | 2015-01-22 | 1 | -1/+2 |
| | | | | | | | | | | | | | we have git blame/history" This reverts commit 7cf1450df14b8da0c3c255470ebe4c237fb49b88. | ||||
| * | | Remove Jouni Ahto from maintainers and files as requested , anyway we have ↵ | Popa Adrian Marius | 2015-01-21 | 1 | -2/+1 |
| | | | | | | | | | git blame/history | ||||
| * | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | | |||||
| * | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -7/+7 |
| | | | |||||
| * | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | | |||||
| * | | resource type is int | Xinchen Hui | 2014-08-29 | 1 | -1/+1 |
| | | | |||||
| * | | rename misleading define | Popa Adrian Marius | 2014-08-28 | 1 | -2/+1 |
| | | | |||||
| * | | solve conflicting type size_t vs int | Popa Adrian Marius | 2014-08-28 | 1 | -1/+1 |
| | | | |||||
| * | | ext/interbase support (incomplete) | Dmitry Stogov | 2014-07-29 | 1 | -6/+6 |
| |/ | |||||
| * | fixed ZEND_DEBUG usage | Anatol Belski | 2014-05-05 | 1 | -0/+1 |
| | | |||||
| * | 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 |
| | | |||||
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #63236 (Executable permission on various source files) | Xinchen Hui | 2012-10-09 | 1 | -0/+0 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Fixed bug #54269 (Short exception message buffer causes crash) | Felipe Pena | 2011-05-22 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | | |||||
| * | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | | |||||
| * | Fixed bug #43912 (Interbase column names are truncated to 31 characters) | Ilia Alshanetsky | 2008-01-23 | 1 | -1/+1 |
| | | |||||
| * | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | | |||||
| * | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | | |||||
| * | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | | |||||
| * | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | | |||||
| * | Don't copy ini items to module globals | Ard Biesheuvel | 2004-07-06 | 1 | -4/+0 |
| | | | | | | (fixed unregistered bug with mangled default_db setting) | ||||
| * | Use constant IBASE_CREATE instead of just 0 | Ard Biesheuvel | 2004-06-01 | 1 | -0/+1 |
| | | |||||
| * | Improved handling of 'CREATE DATABASE ...' by ibase_query() | Ard Biesheuvel | 2004-05-31 | 1 | -0/+4 |
| | | | | | | Improved param handling of ibase_query() and ibase_execute() | ||||
| * | Removed ibase_timefmt() - use ini_set() instead | Ard Biesheuvel | 2004-05-30 | 1 | -5/+0 |
| | | | | | | Improved phpinfo() appearance | ||||
| * | Changed default date format to ISO | Ard Biesheuvel | 2004-05-28 | 1 | -0/+3 |
| | | | | | | Enable sync flag in connect() | ||||
| * | Make sure METADATALENGTH is defined (used by IB 7) | Ard Biesheuvel | 2004-05-21 | 1 | -0/+4 |
| | | |||||
| * | Dropped support for ancient Interbase versions (< 6) | Ard Biesheuvel | 2004-05-12 | 1 | -43/+0 |
| | | | | | | # This has no consequences for Firebird, as its initial release was based on IB 6 | ||||
| * | No need to export anything. Fixes win32 build | Edin Kadribasic | 2004-04-19 | 1 | -9/+9 |
| | | |||||
| * | Don't define ibase_service struct type unless its member types are defined | Ard Biesheuvel | 2004-04-07 | 1 | -6/+0 |
| | | |||||
| * | More divide & conquer | Ard Biesheuvel | 2004-04-05 | 1 | -15/+32 |
| | | |||||
