summaryrefslogtreecommitdiff
path: root/ext/interbase
Commit message (Collapse)AuthorAgeFilesLines
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
| | | | | | | | | | | | | | Conflicts: ext/ftp/ftp.h ext/pcre/pcrelib/pcre_printint.c ext/pcre/pcrelib/sljit/sljitLir.c ext/pcre/pcrelib/sljit/sljitLir.h ext/pcre/pcrelib/sljit/sljitNativeARM_32.c ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c ext/pgsql/pgsql.c ext/phar/func_interceptors.c ext/soap/soap.c ext/standard/image.c
* fixed ZEND_DEBUG usageAnatol Belski2014-05-051-0/+1
|
* Merge branch 'PHP-5.4' into PHP-5.5Popa Adrian Marius2014-04-1012-23/+2
|\ | | | | | | | | * PHP-5.4: Cleanup $ is not needed for git
| * Cleanup $ is not needed for gitPopa Adrian Marius2014-04-1012-23/+2
| |
| * Bump yearXinchen Hui2014-01-038-8/+8
| |
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-2/+2
| | | | | | | | | | * pull-request/341: (23 commits) typofixes
| * Happy New YearXinchen Hui2013-01-018-8/+8
| |
* | Bump yearXinchen Hui2014-01-038-8/+8
| |
* | Fix long-standing visual pain point: the misalignment of './configure help' ↵Christopher Jones2013-08-061-1/+1
| | | | | | | | | | | | text. Whitespace changes and a couple of grammar fixes.
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-2/+2
| | | | | | | | | | * pull-request/341: (23 commits) typofixes
* | Happy New YearXinchen Hui2013-01-018-8/+8
| |
* | Merge branch 'PHP-5.4'Xinchen Hui2012-10-102-0/+0
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-102-0/+0
| |\
| | * Remove executable permission on incXinchen Hui2012-10-102-0/+0
| | |
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-10-101-0/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-101-0/+0
| |\ \ | | |/
| | * Remove executable permission on phptXinchen Hui2012-10-101-0/+0
| | |
* | | Merge branch 'PHP-5.4'Xinchen Hui2012-10-091-0/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-091-0/+0
| |\ \ | | |/
| | * Fixed bug #63236 (Executable permission on various source files)Xinchen Hui2012-10-091-0/+0
| | |
| | * year++Xinchen Hui2012-09-051-1/+1
| | |
* | | Merge branch 'PHP-5.4'Popa Adrian Marius2012-03-291-2/+2
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: Fix firebird bug #60947 , tested and now it prints the header page information from database
| * | Merge branch 'PHP-5.3' into PHP-5.4Popa Adrian Marius2012-03-291-2/+2
| |\ \ | | |/ | | | | | | | | | * PHP-5.3: Fix firebird bug #60947 , tested and now it prints the header page information from database
| | * Fix firebird bug #60947 , tested and now it prints the header page ↵Popa Adrian Marius2012-03-291-2/+2
| | | | | | | | | | | | information from database
| | * Fixed bug #60947 (Segmentation fault while executing ibase_db_info)Ilia Alshanetsky2012-03-151-0/+1
| | |
| | * Fix #60802 ibase_trans() gives segfault when passing params (The &argn ↵Popa Adrian Marius2012-01-191-1/+2
| | | | | | | | | | | | passed to zend_parse_parameters shall be a pointer to an integer, not to an unsigned short.)
| | * sync firebird test 003 with the 5.4 branch , eliminate failing test ↵Popa Adrian Marius2012-01-101-12/+12
| | | | | | | | | | | | http://gcov.php.net/viewer.php?version=PHP_5_3&func=tests&file=ext%2Finterbase%2Ftests%2F003.phpt
| | * - Year++Felipe Pena2012-01-018-8/+8
| | |
| | * skip the interbase tests if cannot connect to the serverFerenc Kovacs2011-09-221-1/+5
| | |
| | * fix test 006 for firebird driver Popa Adrian Marius2011-09-121-1/+1
| | |
| | * - 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
| | |
| | * Fix for bug http://bugs.php.net/54426Popa Adrian Marius2011-07-191-7/+0
| | | | | | | | | | | | | | | | | | Checks for NULL are wrong as the values can be provided by the triggers
| | * - Fixed bug #54269 (Short exception message buffer causes crash)Felipe Pena2011-05-221-1/+1
| | |
| | * - Fixed possible off-by-one overflow in ibase_gen_id()Felipe Pena2011-02-241-0/+5
| | |
| | * - Year++Felipe Pena2011-01-018-8/+8
| | |
| | * - allow firebird header to be in the normal deps directory and restore ↵Pierre Joye2010-11-141-1/+2
| | | | | | | | | | | | firebird support on win (5.3.4+)
| | * - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments ↵Felipe Pena2010-06-261-54/+54
| | | | | | | | | | | | for function aliases)
| * | Fixed bug #60947 (Segmentation fault while executing ibase_db_info)Ilia Alshanetsky2012-03-151-0/+1
| | |
| * | - Year++Felipe Pena2012-01-018-8/+8
| | |
| * | skip the interbase tests if cannot connect to the serverFerenc Kovacs2011-09-221-1/+5
| | |
| * | fixes #55659 also the 006 firebird testPopa Adrian Marius2011-09-121-1/+1
| | |
| * | fix test 003 from gconv test for firebird extensionPopa Adrian Marius2011-09-111-12/+12
| | |
| * | 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
| | |
| * | - remove magic quotes support, functions are kept (see the NEWS entry for ↵Pierre Joye2011-07-221-6/+1
| | | | | | | | | | | | the details) for BC reasons but do not allow to set enable MQ
| * | Fix for bug http://bugs.php.net/54426Popa Adrian Marius2011-07-191-7/+0
| | | | | | | | | | | | | | | | | | Checks for NULL are wrong as the values can be provided by the triggers
| * | - Fixed bug #54269 (Short exception message buffer causes crash)Felipe Pena2011-05-221-1/+1
| | |
* | | Fixed bug #60947 (Segmentation fault while executing ibase_db_info)Ilia Alshanetsky2012-03-151-0/+1
| | |