| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix test portability | Anatol Belski | 2016-06-17 | 1 | -1/+1 |
| | | |||||
| * | partial test fixes, only obvious mistaking parts | Anatol Belski | 2016-01-12 | 2 | -3/+3 |
| | | |||||
| * | Fix various bugs in interbase | Xinchen Hui | 2016-01-11 | 3 | -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 Marius | 2015-01-28 | 1 | -1/+3 |
| | | | | | it was already closed | ||||
| * | cleanup comments from svn/cvs era | Popa Adrian Marius | 2014-11-24 | 7 | -7/+7 |
| | | |||||
| * | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-23 | 1 | -1/+1 |
| | | |||||
| * | ext/interbase support (incomplete) | Dmitry Stogov | 2014-07-29 | 2 | -2/+2 |
| | | |||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Popa Adrian Marius | 2014-04-10 | 2 | -2/+2 |
| |\ | | | | | | | | | * PHP-5.4: Cleanup $ is not needed for git | ||||
| | * | Cleanup $ is not needed for git | Popa Adrian Marius | 2014-04-10 | 2 | -2/+2 |
| | | | |||||
| | * | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -2/+2 |
| | | | | | | | | | | | * pull-request/341: (23 commits) typofixes | ||||
| * | | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -2/+2 |
| | | | | | | | | | | | * pull-request/341: (23 commits) typofixes | ||||
| * | | Merge branch 'PHP-5.4' | Xinchen Hui | 2012-10-10 | 2 | -0/+0 |
| |\ \ | |/ | |||||
| | * | Remove executable permission on inc | Xinchen Hui | 2012-10-10 | 2 | -0/+0 |
| | | | |||||
| * | | Merge branch 'PHP-5.4' | Xinchen Hui | 2012-10-10 | 1 | -0/+0 |
| |\ \ | |/ | |||||
| | * | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 1 | -0/+0 |
| | | | |||||
| | * | sync firebird test 003 with the 5.4 branch , eliminate failing test ↵ | Popa Adrian Marius | 2012-01-10 | 1 | -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 server | Ferenc Kovacs | 2011-09-22 | 1 | -1/+5 |
| | | | |||||
| | * | fix test 006 for firebird driver | Popa Adrian Marius | 2011-09-12 | 1 | -1/+1 |
| | | | |||||
| | * | - MFH: Fix tests | Felipe Pena | 2009-02-09 | 3 | -4/+4 |
| | | | |||||
| | * | - MFH: New parameter parsing API | Felipe Pena | 2008-11-27 | 2 | -5/+5 |
| | | | |||||
| | * | - MFH: New parameter parsing API | Felipe Pena | 2008-11-23 | 2 | -7/+7 |
| | | | |||||
| | * | - New tests | Felipe Pena | 2008-11-11 | 4 | -0/+122 |
| | | | |||||
| | * | MFH: | Felipe Pena | 2008-11-11 | 1 | -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 version | Felipe Pena | 2008-11-10 | 3 | -4/+4 |
| | | | |||||
| | * | - New tests | Felipe Pena | 2008-11-10 | 7 | -0/+222 |
| | | | |||||
| | * | - MFH: Fixed bug #45575 (Segfault with invalid non-string as event handler ↵ | Felipe Pena | 2008-10-07 | 1 | -0/+22 |
| | | | | | | | | | | | | | | | callback) patch by Christian seiler | ||||
| | * | - MFH: Fixed bug #46247 (ibase_set_event_handler() is allowing to pass ↵ | Felipe Pena | 2008-10-07 | 1 | -0/+36 |
| | | | | | | | | | callback without event) | ||||
| | * | - MFH: Fixed code ("Division by zero" anymore) | Felipe Pena | 2008-10-07 | 1 | -0/+3 |
| | | | |||||
| | * | - MFH: Fixed bug #45373 (php crash on query with errors in params) | Felipe Pena | 2008-10-06 | 1 | -0/+47 |
| | | | |||||
| * | | skip the interbase tests if cannot connect to the server | Ferenc Kovacs | 2011-09-22 | 1 | -2/+5 |
| | | | |||||
| * | | fixes bug #55659 adn 006 test for firebird driver | Popa Adrian Marius | 2011-09-12 | 1 | -1/+1 |
| | | | |||||
| * | | Replace FIELD with CONSTANT (that is the alias returned in Firebird stable ↵ | Popa Adrian Marius | 2011-07-25 | 1 | -11/+11 |
| | | | | | | | | | 2.5.x ) | ||||
| * | | fix ident | Popa Adrian Marius | 2011-07-25 | 1 | -1/+1 |
| | | | |||||
| * | | - Fix tests | Felipe Pena | 2009-02-09 | 3 | -4/+4 |
| | | | |||||
| * | | - New parameter parsing API | Felipe Pena | 2008-11-27 | 2 | -5/+5 |
| | | | |||||
| * | | - New parameter parsing API | Felipe Pena | 2008-11-23 | 2 | -7/+7 |
| | | | |||||
| * | | - New tests | Felipe Pena | 2008-11-11 | 4 | -0/+122 |
| | | | |||||
| * | | - Added ZEND_FETCH_RESOURCE2_NO_RETURN() (a version of ZEND_FETCH_RESOURCE2 ↵ | Felipe Pena | 2008-11-11 | 1 | -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 version | Felipe Pena | 2008-11-10 | 3 | -4/+4 |
| | | | |||||
| * | | - New tests | Felipe Pena | 2008-11-10 | 7 | -0/+222 |
| | | | |||||
| * | | - Fixed bug #45575 (Segfault with invalid non-string as event handler callback) | Felipe Pena | 2008-10-07 | 1 | -0/+22 |
| | | | | | | | | | | | patch by Christian seiler | ||||
| * | | - Fixed bug #46247 (ibase_set_event_handler() is allowing to pass callback ↵ | Felipe Pena | 2008-10-07 | 1 | -0/+36 |
| | | | | | | | | | without event) | ||||
| * | | - Fixed code ("Division by zero" anymore) | Felipe Pena | 2008-10-07 | 1 | -0/+3 |
| | | | |||||
| * | | - Fixed bug #45373 (php crash on query with errors in params) | Felipe Pena | 2008-10-06 | 1 | -0/+47 |
| |/ | |||||
| * | Use constant IBASE_CREATE instead of just 0 | Ard Biesheuvel | 2004-06-01 | 1 | -2/+3 |
| | | |||||
| * | Improved handling of 'CREATE DATABASE ...' by ibase_query() | Ard Biesheuvel | 2004-05-31 | 1 | -3/+3 |
| | | | | | | Improved param handling of ibase_query() and ibase_execute() | ||||
| * | Use default character set in generated test DB | Ard Biesheuvel | 2004-05-30 | 1 | -2/+2 |
| | | |||||
| * | Removed ibase_timefmt() - use ini_set() instead | Ard Biesheuvel | 2004-05-30 | 3 | -4/+4 |
| | | | | | | Improved phpinfo() appearance | ||||
| * | Removed strcpy() call from most common case | Ard Biesheuvel | 2004-05-21 | 1 | -0/+51 |
| | | | | | | Added test for hash index generation | ||||
| * | - Remove unused blocks | Marcus Boerger | 2004-05-19 | 7 | -14/+0 |
| | | |||||
