summaryrefslogtreecommitdiff
path: root/ext/interbase/interbase.c
Commit message (Expand)AuthorAgeFilesLines
* remove the unnecessary condition partAnatol Belski2016-01-121-1/+1
* fix possible buffer overrun in the errmsg stringAnatol Belski2016-01-121-1/+1
* integrate tsrmls cacheAnatol Belski2016-01-121-0/+6
* further datatype and range check fixes for ibaseAnatol Belski2016-01-111-1/+1
* datatype fixesAnatol Belski2016-01-111-9/+9
* Fix various bugs in interbaseXinchen Hui2016-01-111-55/+44
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * 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
* | cleanup the mod version macros, round 2Anatol Belski2015-03-231-1/+1
* | Apply PHP7 firebird fixes after API Cleanup from https://github.com/Jan-E/php...Popa Adrian Marius2015-02-131-20/+20
* | Fix interbase va_startJoshua Rogers2015-01-271-4/+0
* | Revert "Remove Jouni Ahto from maintainers and files as requested , anyway we...Popa Adrian Marius2015-01-221-1/+2
* | Remove Jouni Ahto from maintainers and files as requested , anyway we have gi...Popa Adrian Marius2015-01-211-2/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-63/+63
* | second shot on removing TSRMLS_*Anatol Belski2014-12-141-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-39/+38
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | resource type is intXinchen Hui2014-08-291-1/+1
* | first show to make 's' work with size_tAnatol Belski2014-08-271-2/+2
* | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-1/+1
* | master renames phase 1Anatol Belski2014-08-251-18/+18
* | basic macro replacements, all at onceAnatol Belski2014-08-191-19/+19
* | ext/interbase support (incomplete)Dmitry Stogov2014-07-291-79/+97
* | Merge branch 'PHP-5.6'Popa Adrian Marius2014-04-101-2/+0
|\ \ | |/
| * 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
| * fix params parsingStanislav Malyshev2011-08-011-1/+2
| * - Fix #55301 (interbase part) check if malloc succededPierre Joye2011-07-281-2/+5
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* | cleanup old unsupported versions of Firebird 1.0.xPopa Adrian Marius2014-04-081-6/+0
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Happy New YearXinchen Hui2013-01-011-1/+1
* | - Year++Felipe Pena2012-01-011-1/+1
* | fix params parsingStanislav Malyshev2011-08-011-1/+2
* | - Fix #55301 (interbase part) check if malloc succededPierre Joye2011-07-281-2/+5
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
|/
* - Fixed possible off-by-one overflow in ibase_gen_id()Felipe Pena2011-02-241-0/+5
* - Year++Felipe Pena2011-01-011-1/+1
* - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments fo...Felipe Pena2010-06-261-54/+54
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Buffer handling fixesRasmus Lerdorf2009-07-161-2/+2
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: New parameter parsing APIFelipe Pena2008-11-231-0/+4
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-49/+0
* - MFH: New parameter parsing APIFelipe Pena2008-11-111-75/+50