summaryrefslogtreecommitdiff
path: root/ext/interbase
Commit message (Collapse)AuthorAgeFilesLines
* 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 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+)
* | - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insertPierre Joye2010-09-161-1/+1
| |
* | - Fixed bug #52183 (Reflectionfunction reports invalid number of arguments ↵Felipe Pena2010-06-261-54/+54
| | | | | | | | for function aliases)
* | Remove this RC file, it should be named template.rc anyway and the default ↵Kalle Sommer Nielsen2010-05-211-81/+0
| | | | | | | | template.rc already covers what this .rc file did
* | revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-281-0/+135
| |
* | Remove old dsp/dsw/makefile files, these arent used by the build system ↵Kalle Sommer Nielsen2010-04-211-135/+0
| | | | | | | | anymore and are barely updated nor available for all extensions
* | Updated copyright yearKalle Sommer Nielsen2010-04-211-3/+3
|/
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-038-8/+8
|
* Fixed bug #48189 (ibase_execute error in return param)Kalle Sommer Nielsen2009-07-251-2/+1
|
* Buffer handling fixesRasmus Lerdorf2009-07-161-2/+2
|
* MFH: Added zend_eval_stringl and made create_function(), etc. binary-safeMatt Wilmas2009-06-051-1/+1
|
* - MFH: Fix testsFelipe Pena2009-02-093-4/+4
|
* Improved parameter handlingIlia Alshanetsky2009-01-111-2/+2
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-318-8/+8
|
* - MFH: New parameter parsing APIFelipe Pena2008-11-274-41/+53
|
* - MFH: New parameter parsing APIFelipe Pena2008-11-234-137/+98
|
* - 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
|
* - New testsFelipe Pena2008-11-114-0/+122
|
* MFH:Felipe Pena2008-11-112-4/+39
| | | | | | - Added ZEND_FETCH_RESOURCE2_NO_RETURN() (a version of ZEND_FETCH_RESOURCE2 but without the ZEND_VERIFY_RESOURCE() which contains RETURN_FALSE) - Fixed bug #46543 (ibase_trans() memory leaks when using wrong parameters)
* - Make expected result compatible with recent Firebird versionFelipe Pena2008-11-103-4/+4
|