| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add control on the IB version. ibase_add_user(),ibase_modify_user() | Daniela Mariaschi | 2002-06-06 | 1 | -9/+12 |
| * | fix bug #17040 ibase_close again..... | Daniela Mariaschi | 2002-05-12 | 1 | -2/+2 |
| * | corrected parameter | Daniela Mariaschi | 2002-05-09 | 1 | -1/+1 |
| * | fix test 5 to pass | Daniela Mariaschi | 2002-05-09 | 1 | -9/+13 |
| * | Fixed sigfault in ibase_close(). Bug #15419 #15992 | Daniela Mariaschi | 2002-04-04 | 1 | -2/+11 |
| * | fixed floating number incorrectly rendered (as mentioned by giancarlo@niccola... | Daniela Mariaschi | 2002-03-19 | 1 | -5/+6 |
| * | fix build problem for interbase | Wez Furlong | 2002-03-16 | 1 | -2/+1 |
| * | New PHP streams... | Wez Furlong | 2002-03-15 | 1 | -26/+5 |
| * | added new ibase_fetch_assoc() php function | Daniela Mariaschi | 2002-03-15 | 1 | -15/+21 |
| * | - Fix for bug #12383 and #14755: 105.05$ becomes 105.5$ (Patch by: Giancarlo | Derick Rethans | 2002-03-06 | 1 | -5/+16 |
| * | - Add support for returning NULL values from Interbase resultsets (Patch by | Derick Rethans | 2002-03-01 | 1 | -2/+8 |
| * | add ibase_add_user(), ibase_modify_user(), ibase_delete_use() | fabrice aeschbacher | 2002-01-27 | 1 | -1/+186 |
| * | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| * | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
| * | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 1 | -17/+17 |
| * | Back-substitute for Z_* macro's. If it breaks some extension (the script isn'... | Jeroen van Wolffelaar | 2001-09-25 | 1 | -108/+108 |
| * | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| * | Interbase extension fixes by Jeremy Bettis | Rasmus Lerdorf | 2001-09-04 | 1 | -12/+53 |
| * | Track down a few more functions that don't check for 0 args and use | Rasmus Lerdorf | 2001-08-13 | 1 | -2/+3 |
| * | We don't consistently check for args passed to functions that don't | Rasmus Lerdorf | 2001-08-13 | 1 | -0/+3 |
| * | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -35/+35 |
| * | more tsrm cleanup | Sascha Schumann | 2001-08-06 | 1 | -8/+7 |
| * | Some more TSRMLS_FETCH work | Zeev Suraski | 2001-07-31 | 1 | -1/+0 |
| * | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -12/+9 |
| * | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -2/+0 |
| * | More TSRMLS_FETCH annihilation (Zend compatibility patch) | Zeev Suraski | 2001-07-30 | 1 | -2/+2 |
| * | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th... | Zeev Suraski | 2001-07-30 | 1 | -2/+0 |
| * | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -48/+20 |
| * | fix compilation | Daniel Beulshausen | 2001-06-09 | 1 | -1/+1 |
| * | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -48/+3 |
| * | Prepare for php_streams. | Wez Furlong | 2001-05-28 | 1 | -1/+26 |
| * | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
| * | - Whitespace fix | Andi Gutmans | 2001-05-02 | 1 | -1/+1 |
| * | - Commit interbase fixes | Andi Gutmans | 2001-05-02 | 1 | -11/+7 |
| * | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| * | Typos in protos. | Egon Schmid | 2001-02-18 | 1 | -1/+1 |
| * | @- Fixed some modules to allow using output-buffering. (Thies) | Thies C. Arntzen | 2001-02-15 | 1 | -4/+0 |
| * | Changing my email address... | Jouni Ahto | 2001-01-04 | 1 | -1/+1 |
| * | Use zend_register_list_destructors_ex() instead. | Andrei Zmievski | 2000-10-25 | 1 | -6/+6 |
| * | i'm sure this should be ibase_query :) | Daniel Beulshausen | 2000-10-21 | 1 | -1/+1 |
| * | Mega-patch to get better resource information for modules. | Andrei Zmievski | 2000-10-20 | 1 | -11/+26 |
| * | (ibase_execute) - Oops, trying to free a little bit too much. Maybe fixes | Jouni Ahto | 2000-10-17 | 1 | -2/+3 |
| * | - List entry types should be true globals. | Jouni Ahto | 2000-10-05 | 1 | -37/+40 |
| * | - Made Interbase compile under Win32, cleaned warnings | Zeev Suraski | 2000-07-17 | 1 | -23/+26 |
| * | - Left debugging accidentally on... | Jouni Ahto | 2000-07-09 | 1 | -2/+2 |
| * | (ibase_blob_import) It's good to have link handle available, if you want to | Jouni Ahto | 2000-07-09 | 1 | -22/+24 |
| * | - I must be getting demented. Forgot to add and register list destructor | Jouni Ahto | 2000-07-09 | 1 | -17/+50 |
| * | - Move away from encoding transaction number into link_id and use properly | Jouni Ahto | 2000-07-07 | 1 | -80/+77 |
| * | - First try at getting interbase to compile and work in ZTS-mode. Compiles. | Jouni Ahto | 2000-07-05 | 1 | -53/+54 |
| * | - Close cursor immediately before reuse so that calling ibase_free_result is | Jouni Ahto | 2000-06-24 | 1 | -6/+22 |