Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move ext/interbase to pecl/database/interbase | Kalle Sommer Nielsen | 2019-05-01 | 1 | -101/+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 |
| | |||||
* | 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 |
| | | |||||
* | | cleanup the mod version macros, round 2 | Anatol Belski | 2015-03-23 | 1 | -0/+3 |
| | | |||||
* | | 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 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+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 |
| | |||||
* | - 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 |
| | |||||
* | 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 |
| | |||||
* | Revert | Ard Biesheuvel | 2004-06-12 | 1 | -15/+0 |
| | |||||
* | Added export macros | Ard Biesheuvel | 2004-06-12 | 1 | -0/+15 |
| | |||||
* | Dropped support for ancient Interbase versions (< 6) | Ard Biesheuvel | 2004-05-12 | 1 | -6/+5 |
| | | | | | # This has no consequences for Firebird, as its initial release was based on IB 6 | ||||
* | Use php_ prefix for header files | Ard Biesheuvel | 2004-02-02 | 1 | -0/+3 |
| | | | | | Added nearly complete implementation of service API | ||||
* | Remove extension internals from php_interbase.h | Ard Biesheuvel | 2004-02-01 | 1 | -181/+1 |
| | |||||
* | Added backup/restore functions | Ard Biesheuvel | 2004-02-01 | 1 | -0/+66 |
| | | | | | | Split interbase.c into several files # It was becoming too big to handle | ||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | Let client library pick its own transaction param defaults | Ard Biesheuvel | 2003-09-26 | 1 | -9/+9 |
| | |||||
* | Added ibase_gen_id() | Ard Biesheuvel | 2003-09-23 | 1 | -1/+1 |
| | | | | | # Lightweight shortcut to SELECT GEN_ID() ... function | ||||
* | Fix inter-op with IB < 6 | Ard Biesheuvel | 2003-09-04 | 1 | -3/+4 |
| | | | | | Fixes for 64-bit archs | ||||
* | Fixed fetching of arrays | Ard Biesheuvel | 2003-09-04 | 1 | -4/+2 |
| | | | | | # Untested for multidimensional arrays | ||||
* | Nuke far pointers | Ard Biesheuvel | 2003-09-02 | 1 | -5/+4 |
| | | | | | # Unfortunately, this does break compatibility with Windows 3.x :-) | ||||
* | Do not reuse data structure for ibase_execute() results. | Ard Biesheuvel | 2003-08-27 | 1 | -3/+2 |
| | | | | | | | | Invalidate the results whose statement handle has been invalidated. # EXEC PROCEDURE results don't need a statement handle, so # the result doesn't have to be invalidated. Fixed some add_{index|assoc}_*() bogosity | ||||
* | Reuse result data structure and resource id for consecutive executions | Ard Biesheuvel | 2003-08-20 | 1 | -13/+13 |
| | | | | | | | | of a prepared query # As previous resources are invalidated anyway because their statement # handle is reused, we don't have to allocate a new result for every # execution of a prepared query | ||||
* | Moved transaction defaults to header file | Ard Biesheuvel | 2003-08-20 | 1 | -15/+18 |
| | |||||
* | Nuke link handle from BLOB id | Ard Biesheuvel | 2003-08-20 | 1 | -16/+3 |
| | | | | | | # Now BLOB ids can survive disconnect/reconnect Added link argument to ibase_blob_{open|info|echo}() | ||||
* | Nuke bogus BLOB ids | Ard Biesheuvel | 2003-08-18 | 1 | -5/+6 |
| | | | | | | | # User-space BLOB id no longer contains transaction handle, so BLOB ids # now remain valid throughout multiple transactions. # Oh, and they look better too :-) | ||||
* | Some general cleaning up | Ard Biesheuvel | 2003-08-16 | 1 | -5/+3 |
| | | | | | Some preliminary changes for extensions to array functions | ||||
* | Removed ibase_num_rows() | Ard Biesheuvel | 2003-08-16 | 1 | -0/+2 |
| | | | | | Converted some MACRO-isms | ||||
* | Added ibase_free_event_handler() | Ard Biesheuvel | 2003-08-15 | 1 | -0/+2 |
| | |||||
* | Added ibase_set_event_handler() | Ard Biesheuvel | 2003-08-15 | 1 | -0/+12 |
| | |||||
* | Added ibase_wait_event() | Ard Biesheuvel | 2003-08-14 | 1 | -0/+2 |
| | |||||
* | Allow the use of EXECUTE PROCEDURE statements | Ard Biesheuvel | 2003-08-13 | 1 | -0/+1 |
| | |||||
* | .... and again | Ard Biesheuvel | 2003-08-12 | 1 | -3/+3 |
| | |||||
* | Re-commit of failed patch | Ard Biesheuvel | 2003-08-12 | 1 | -0/+3 |
| | |||||
* | Revert previous patch. | foobar | 2003-08-12 | 1 | -7/+4 |
| |