summaryrefslogtreecommitdiff
path: root/ext/interbase/tests
Commit message (Collapse)AuthorAgeFilesLines
* fix test portabilityAnatol Belski2016-06-171-1/+1
|
* partial test fixes, only obvious mistaking partsAnatol Belski2016-01-122-3/+3
|
* Fix various bugs in interbaseXinchen Hui2016-01-113-10/+6
| | | | Also read: https://marc.info/?l=php-internals&m=145077389117375&w=2
* fbird_close if connection_id omitted, the last opened link is assumed , so ↵Popa Adrian Marius2015-01-281-1/+3
| | | | it was already closed
* cleanup comments from svn/cvs eraPopa Adrian Marius2014-11-247-7/+7
|
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-231-1/+1
|
* ext/interbase support (incomplete)Dmitry Stogov2014-07-292-2/+2
|
* Merge branch 'PHP-5.4' into PHP-5.5Popa Adrian Marius2014-04-102-2/+2
|\ | | | | | | | | * PHP-5.4: Cleanup $ is not needed for git
| * Cleanup $ is not needed for gitPopa Adrian Marius2014-04-102-2/+2
| |
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-2/+2
| | | | | | | | | | * pull-request/341: (23 commits) typofixes
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-2/+2
| | | | | | | | | | * pull-request/341: (23 commits) typofixes
* | Merge branch 'PHP-5.4'Xinchen 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
|\ \ | |/
| * Remove executable permission on phptXinchen Hui2012-10-101-0/+0
| |
| * 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
| * 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
| |
| * - MFH: Fix testsFelipe Pena2009-02-093-4/+4
| |
| * - MFH: New parameter parsing APIFelipe Pena2008-11-272-5/+5
| |
| * - MFH: New parameter parsing APIFelipe Pena2008-11-232-7/+7
| |
| * - New testsFelipe Pena2008-11-114-0/+122
| |
| * MFH:Felipe Pena2008-11-111-0/+28
| | | | | | | | | | | | - 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
| |
| * - New testsFelipe Pena2008-11-107-0/+222
| |
| * - MFH: Fixed bug #45575 (Segfault with invalid non-string as event handler ↵Felipe Pena2008-10-071-0/+22
| | | | | | | | | | | | | | callback) patch by Christian seiler
| * - MFH: Fixed bug #46247 (ibase_set_event_handler() is allowing to pass ↵Felipe Pena2008-10-071-0/+36
| | | | | | | | callback without event)
| * - MFH: Fixed code ("Division by zero" anymore)Felipe Pena2008-10-071-0/+3
| |
| * - MFH: Fixed bug #45373 (php crash on query with errors in params)Felipe Pena2008-10-061-0/+47
| |
* | skip the interbase tests if cannot connect to the serverFerenc Kovacs2011-09-221-2/+5
| |
* | fixes bug #55659 adn 006 test for firebird driver Popa Adrian Marius2011-09-121-1/+1
| |
* | Replace FIELD with CONSTANT (that is the alias returned in Firebird stable ↵Popa Adrian Marius2011-07-251-11/+11
| | | | | | | | 2.5.x )
* | fix ident Popa Adrian Marius2011-07-251-1/+1
| |
* | - Fix testsFelipe Pena2009-02-093-4/+4
| |
* | - New parameter parsing APIFelipe Pena2008-11-272-5/+5
| |
* | - New parameter parsing APIFelipe Pena2008-11-232-7/+7
| |
* | - New testsFelipe Pena2008-11-114-0/+122
| |
* | - Added ZEND_FETCH_RESOURCE2_NO_RETURN() (a version of ZEND_FETCH_RESOURCE2 ↵Felipe Pena2008-11-111-0/+28
| | | | | | | | | | | | | | 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
| |
* | - New testsFelipe Pena2008-11-107-0/+222
| |
* | - Fixed bug #45575 (Segfault with invalid non-string as event handler callback)Felipe Pena2008-10-071-0/+22
| | | | | | | | | | patch by Christian seiler
* | - Fixed bug #46247 (ibase_set_event_handler() is allowing to pass callback ↵Felipe Pena2008-10-071-0/+36
| | | | | | | | without event)
* | - Fixed code ("Division by zero" anymore)Felipe Pena2008-10-071-0/+3
| |
* | - Fixed bug #45373 (php crash on query with errors in params)Felipe Pena2008-10-061-0/+47
|/
* Use constant IBASE_CREATE instead of just 0Ard Biesheuvel2004-06-011-2/+3
|
* Improved handling of 'CREATE DATABASE ...' by ibase_query()Ard Biesheuvel2004-05-311-3/+3
| | | | | Improved param handling of ibase_query() and ibase_execute()
* Use default character set in generated test DBArd Biesheuvel2004-05-301-2/+2
|
* Removed ibase_timefmt() - use ini_set() insteadArd Biesheuvel2004-05-303-4/+4
| | | | | Improved phpinfo() appearance
* Removed strcpy() call from most common caseArd Biesheuvel2004-05-211-0/+51
| | | | | Added test for hash index generation
* - Remove unused blocksMarcus Boerger2004-05-197-14/+0
|