summaryrefslogtreecommitdiff
path: root/ext/interbase/php_interbase.h
Commit message (Expand)AuthorAgeFilesLines
* Reuse result data structure and resource id for consecutive executionsArd Biesheuvel2003-08-201-13/+13
* Moved transaction defaults to header fileArd Biesheuvel2003-08-201-15/+18
* Nuke link handle from BLOB idArd Biesheuvel2003-08-201-16/+3
* Nuke bogus BLOB idsArd Biesheuvel2003-08-181-5/+6
* Some general cleaning upArd Biesheuvel2003-08-161-5/+3
* Removed ibase_num_rows()Ard Biesheuvel2003-08-161-0/+2
* Added ibase_free_event_handler()Ard Biesheuvel2003-08-151-0/+2
* Added ibase_set_event_handler()Ard Biesheuvel2003-08-151-0/+12
* Added ibase_wait_event()Ard Biesheuvel2003-08-141-0/+2
* Allow the use of EXECUTE PROCEDURE statementsArd Biesheuvel2003-08-131-0/+1
* .... and againArd Biesheuvel2003-08-121-3/+3
* Re-commit of failed patchArd Biesheuvel2003-08-121-0/+3
* Revert previous patch.foobar2003-08-121-7/+4
* Allow prepared execution of any non-query statement except CREATE DBArd Biesheuvel2003-08-121-4/+7
* Added ibase_num_params() and ibase_param_info()Ard Biesheuvel2003-08-101-0/+2
* Added ibase_affected_rows() and ibase_num_rows()Ard Biesheuvel2003-08-101-1/+5
* Changed the names of some struct members for readabilityArd Biesheuvel2003-08-081-2/+4
* Fixed crash in _php_ibase_error() after request shutdownArd Biesheuvel2003-08-071-1/+1
* Added three new user functionsArd Biesheuvel2003-08-061-0/+3
* Minor Win32 fixes/cleanupsArd Biesheuvel2003-08-061-7/+1
* Fix CS/WSfoobar2003-08-051-7/+8
* Significant changes to layout of internal data structuresArd Biesheuvel2003-08-051-5/+11
* Revert bad fix.foobar2003-07-101-1/+1
* Fix crashes in certain situations (whenever there is an error, basically..)foobar2003-07-101-1/+1
* Added IBASE_REC_VERSION/IBASE_REC_NO_VERSION transaction constantsDaniela Mariaschi2003-06-141-10/+16
* updating license information in the headers.James Cox2003-06-101-3/+3
* better fix bug #20641.Daniela Mariaschi2003-05-141-0/+6
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* - Fixed linker error when HAVE_STRFTIME was not setDerick Rethans2002-09-121-0/+2
* Add control on IB version. ibase_add_user(), ibase_modify_user()Daniela Mariaschi2002-06-061-2/+2
* added new ibase_fetch_assoc() php functionDaniela Mariaschi2002-03-151-0/+1
* add ibase_add_user(), ibase_modify_user(), ibase_delete_use()fabrice aeschbacher2002-01-271-0/+4
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Interbase extension fixes by Jeremy BettisRasmus Lerdorf2001-09-041-1/+0
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th...Zeev Suraski2001-07-301-4/+4
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-6/+1
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Changing my email address...Jouni Ahto2001-01-041-2/+2
* - List entry types should be true globals.Jouni Ahto2000-10-051-1/+0
* - Made Interbase compile under Win32, cleaned warningsZeev Suraski2000-07-171-2/+2
* - Move away from encoding transaction number into link_id and use properlyJouni Ahto2000-07-071-1/+6
* - First try at getting interbase to compile and work in ZTS-mode. Compiles.Jouni Ahto2000-07-051-5/+6
* Rename macros which begin with underscore to appropiate macros. The generalSascha Schumann2000-07-031-3/+3
* - Close cursor immediately before reuse so that calling ibase_free_result isJouni Ahto2000-06-241-0/+1
* - Nuke COMPILE_DL. Modules that need to be compiled as dll's in WindowsAndi Gutmans2000-06-101-5/+0
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* Changed ibase_num_fields to use high-performance api (which fixed a *very*Jouni Ahto2000-05-121-0/+1
* Fixed all (?) remaining issues with InterBase 6 datatypes, especiallyJouni Ahto2000-05-121-2/+9
* Support (partially) the new datatypes in InterBase 6.Jouni Ahto2000-05-091-0/+1
* Moving module to the high-performance API & fixing it for PHP4.Jouni Ahto2000-04-301-3/+2