summaryrefslogtreecommitdiff
path: root/ext/interbase/ibase_blobs.c
Commit message (Collapse)AuthorAgeFilesLines
* Move ext/interbase to pecl/database/interbaseKalle Sommer Nielsen2019-05-011-555/+0
| | | | https://wiki.php.net/rfc/deprecate-and-remove-ext-interbase
* Remove local variablesPeter Kokot2019-02-031-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 noticeZeev Suraski2019-01-301-1/+1
|
* Refactoring duplicated ZPP with a switchGabriel Caruso2018-02-191-45/+19
|
* year++Xinchen Hui2018-01-021-1/+1
|
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|
* Fixed buildXinchen Hui2016-04-291-1/+1
|
* Use zend_string_safe_allocXinchen Hui2016-04-271-1/+1
|
* further datatype and range check fixes for ibaseAnatol Belski2016-01-111-4/+4
|
* Fix various bugs in interbaseXinchen Hui2016-01-111-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 Hui2016-01-051-1/+1
|
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| |
| * bump yearXinchen Hui2015-01-151-1/+1
| |
* | Fix/improve zpp usageNikita Popov2015-10-021-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 Stogov2015-07-021-17/+5
| |
* | Cleanup (avoid reallocation)Dmitry Stogov2015-07-021-8/+7
| |
* | ZTS cleanupReeze Xia2015-03-081-3/+3
| |
* | Apply PHP7 firebird fixes after API Cleanup from ↵Popa Adrian Marius2015-02-131-17/+16
| | | | | | | | https://github.com/Jan-E/php-src/commit/8c920a22ac65da485eaf3d2fd27baf2b0406116e
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-33/+33
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | first show to make 's' work with size_tAnatol Belski2014-08-271-3/+3
| |
* | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-1/+1
| |
* | master renames phase 1Anatol Belski2014-08-251-8/+8
| |
* | basic macro replacements, all at onceAnatol Belski2014-08-191-9/+9
| |
* | ext/interbase support (incomplete)Dmitry Stogov2014-07-291-14/+27
|/
* Cleanup $ is not needed for gitPopa Adrian Marius2014-04-101-2/+0
|
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-4/+3
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* MFHAntony Dovgal2006-12-251-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* Fixed blob ID formatArd Biesheuvel2004-06-031-2/+2
|
* No need to export anything. Fixes win32 buildEdin Kadribasic2004-04-191-4/+4
|
* More divide & conquerArd Biesheuvel2004-04-051-40/+63
|
* Fixed unregistered bugs in event handlingArd Biesheuvel2004-02-171-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 Biesheuvel2004-02-021-1/+1
|
* No explicit inline (fixes Win32 linkage issue)Ard Biesheuvel2004-02-011-2/+2
|
* Remove extension internals from php_interbase.hArd Biesheuvel2004-02-011-0/+1
|
* Added backup/restore functionsArd Biesheuvel2004-02-011-0/+609
Split interbase.c into several files # It was becoming too big to handle