summaryrefslogtreecommitdiff
path: root/ext/interbase/php_ibase_includes.h
Commit message (Collapse)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
|
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|
* Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-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/DEFINENikita Popov2016-03-031-1/+1
| | | | Also re bug #71575.
* further datatype and range check fixes for ibaseAnatol Belski2016-01-111-3/+3
|
* Fix various bugs in interbaseXinchen Hui2016-01-111-9/+11
| | | | Also read: https://marc.info/?l=php-internals&m=145077389117375&w=2
* 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
| |
* | switch to the unified globals accessor where appropriateAnatol Belski2015-07-291-9/+2
| |
* | Cleanup (avoid reallocations)Dmitry Stogov2015-07-021-1/+1
| |
* | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-161-1/+1
| | | | | | | | which also comply with the current semantics for such macros
* | Apply PHP7 firebird fixes after API Cleanup from ↵Popa Adrian Marius2015-02-131-5/+12
| | | | | | | | https://github.com/Jan-E/php-src/commit/8c920a22ac65da485eaf3d2fd27baf2b0406116e
* | Revert "Remove Jouni Ahto from maintainers and files as requested , anyway ↵Popa Adrian Marius2015-01-221-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 Marius2015-01-211-2/+1
| | | | | | | | git blame/history
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-7/+7
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | resource type is intXinchen Hui2014-08-291-1/+1
| |
* | rename misleading definePopa Adrian Marius2014-08-281-2/+1
| |
* | solve conflicting type size_t vs intPopa Adrian Marius2014-08-281-1/+1
| |
* | ext/interbase support (incomplete)Dmitry Stogov2014-07-291-6/+6
|/
* fixed ZEND_DEBUG usageAnatol Belski2014-05-051-0/+1
|
* 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
|
* Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-091-0/+0
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Fixed bug #54269 (Short exception message buffer causes crash)Felipe Pena2011-05-221-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
|
* Fixed bug #43912 (Interbase column names are truncated to 31 characters)Ilia Alshanetsky2008-01-231-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* Don't copy ini items to module globalsArd Biesheuvel2004-07-061-4/+0
| | | | | (fixed unregistered bug with mangled default_db setting)
* Use constant IBASE_CREATE instead of just 0Ard Biesheuvel2004-06-011-0/+1
|
* Improved handling of 'CREATE DATABASE ...' by ibase_query()Ard Biesheuvel2004-05-311-0/+4
| | | | | Improved param handling of ibase_query() and ibase_execute()
* Removed ibase_timefmt() - use ini_set() insteadArd Biesheuvel2004-05-301-5/+0
| | | | | Improved phpinfo() appearance
* Changed default date format to ISOArd Biesheuvel2004-05-281-0/+3
| | | | | Enable sync flag in connect()
* Make sure METADATALENGTH is defined (used by IB 7)Ard Biesheuvel2004-05-211-0/+4
|
* Dropped support for ancient Interbase versions (< 6)Ard Biesheuvel2004-05-121-43/+0
| | | | | # This has no consequences for Firebird, as its initial release was based on IB 6
* No need to export anything. Fixes win32 buildEdin Kadribasic2004-04-191-9/+9
|
* Don't define ibase_service struct type unless its member types are definedArd Biesheuvel2004-04-071-6/+0
|
* More divide & conquerArd Biesheuvel2004-04-051-15/+32
|
* CSArd Biesheuvel2004-04-041-12/+12
|
* Cleaned up array handling and optimize for the case where no array fields ↵Ard Biesheuvel2004-03-081-1/+8
| | | | | | | | are used Fix timestamp binding for Win32 (which doesn't have gmtime_r()) CS
* Fix some issues with persistent linksArd Biesheuvel2004-02-201-7/+3
|