Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move ext/interbase to pecl/database/interbase | Kalle Sommer Nielsen | 2019-05-01 | 1 | -555/+0 |
| | | | | https://wiki.php.net/rfc/deprecate-and-remove-ext-interbase | ||||
* | 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 |
| | |||||
* | Refactoring duplicated ZPP with a switch | Gabriel Caruso | 2018-02-19 | 1 | -45/+19 |
| | |||||
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Fixed build | Xinchen Hui | 2016-04-29 | 1 | -1/+1 |
| | |||||
* | Use zend_string_safe_alloc | Xinchen Hui | 2016-04-27 | 1 | -1/+1 |
| | |||||
* | further datatype and range check fixes for ibase | Anatol Belski | 2016-01-11 | 1 | -4/+4 |
| | |||||
* | Fix various bugs in interbase | Xinchen Hui | 2016-01-11 | 1 | -8/+8 |
| | | | | Also read: https://marc.info/?l=php-internals&m=145077389117375&w=2 | ||||
* | Fixed bug #71280 (ibase_blob_add() expects parameter 2 to be resorce) | Xinchen Hui | 2016-01-05 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | |||||
* | | Fix/improve zpp usage | Nikita Popov | 2015-10-02 | 1 | -1/+1 |
| | | | | | | | | | | | | The ext/interbase changes are done blindly, fingers crossed. Some of these are bug fixes, some make zpp usage more idiomatic. | ||||
* | | Cleanup (avoid reallocations) | Dmitry Stogov | 2015-07-02 | 1 | -17/+5 |
| | | |||||
* | | Cleanup (avoid reallocation) | Dmitry Stogov | 2015-07-02 | 1 | -8/+7 |
| | | |||||
* | | ZTS cleanup | Reeze Xia | 2015-03-08 | 1 | -3/+3 |
| | | |||||
* | | Apply PHP7 firebird fixes after API Cleanup from ↵ | Popa Adrian Marius | 2015-02-13 | 1 | -17/+16 |
| | | | | | | | | https://github.com/Jan-E/php-src/commit/8c920a22ac65da485eaf3d2fd27baf2b0406116e | ||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -1/+1 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -33/+33 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -3/+3 |
| | | |||||
* | | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
| | | |||||
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -8/+8 |
| | | |||||
* | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -9/+9 |
| | | |||||
* | | ext/interbase support (incomplete) | Dmitry Stogov | 2014-07-29 | 1 | -14/+27 |
|/ | |||||
* | 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 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 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 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -4/+3 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | MFH | Antony Dovgal | 2006-12-25 | 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 |
| | |||||
* | Fixed blob ID format | Ard Biesheuvel | 2004-06-03 | 1 | -2/+2 |
| | |||||
* | No need to export anything. Fixes win32 build | Edin Kadribasic | 2004-04-19 | 1 | -4/+4 |
| | |||||
* | More divide & conquer | Ard Biesheuvel | 2004-04-05 | 1 | -40/+63 |
| | |||||
* | Fixed unregistered bugs in event handling | Ard Biesheuvel | 2004-02-17 | 1 | -151/+112 |
| | | | | | | | Cleaned up some of the code Removed ISC_QUAD from static initializers because it looks different on some platforms | ||||
* | Use php_ prefix for header files. | Ard Biesheuvel | 2004-02-02 | 1 | -1/+1 |
| | |||||
* | No explicit inline (fixes Win32 linkage issue) | Ard Biesheuvel | 2004-02-01 | 1 | -2/+2 |
| | |||||
* | Remove extension internals from php_interbase.h | Ard Biesheuvel | 2004-02-01 | 1 | -0/+1 |
| | |||||
* | Added backup/restore functions | Ard Biesheuvel | 2004-02-01 | 1 | -0/+609 |
Split interbase.c into several files # It was becoming too big to handle |