summaryrefslogtreecommitdiff
path: root/ext/interbase/interbase.c
Commit message (Expand)AuthorAgeFilesLines
...
* Cleaned up array handling and optimize for the case where no array fields are...Ard Biesheuvel2004-03-081-135/+126
* Simplify / fixArd Biesheuvel2004-03-071-11/+4
* Added missing support for binding timestampsArd Biesheuvel2004-03-071-44/+58
* Fix some issues with persistent linksArd Biesheuvel2004-02-201-238/+132
* Fixed unregistered bugs in event handlingArd Biesheuvel2004-02-171-142/+149
* Reintroduce param NULL testing (see bug #26777)Ard Biesheuvel2004-02-151-3/+7
* Add version info about run-time client libraryArd Biesheuvel2004-02-111-7/+40
* Fix build with Win32 Interbase 5.xArd Biesheuvel2004-02-061-0/+4
* Use correct flag for repair optionsArd Biesheuvel2004-02-021-1/+2
* Use php_ prefix for header filesArd Biesheuvel2004-02-021-5/+65
* Remove extension internals from php_interbase.hArd Biesheuvel2004-02-011-3/+4
* Added backup/restore functionsArd Biesheuvel2004-02-011-1221/+176
* MFBArd Biesheuvel2004-01-211-0/+19
* More handsome solution for previous fixArd Biesheuvel2004-01-121-8/+9
* Added sanity check on ibase_[p]connect() dialect argument (fixes obscure unre...Ard Biesheuvel2004-01-121-2/+8
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Let DB handle NULL params, fixes bug #26777Ard Biesheuvel2004-01-071-6/+0
* Let client library pick its own transaction param defaultsArd Biesheuvel2003-09-261-1/+1
* Always return long from ibase_gen_id() on IB < 6Ard Biesheuvel2003-09-231-8/+8
* ws fixfoobar2003-09-231-4/+4
* Added ibase_gen_id()Ard Biesheuvel2003-09-231-1/+108
* proto thiko fixHartmut Holzgraefe2003-09-221-1/+1
* Link to fbclient.dll if availableArd Biesheuvel2003-09-171-1/+3
* Use isc_get_version() for client lib info if availableArd Biesheuvel2003-09-161-10/+11
* proto fixHartmut Holzgraefe2003-09-161-1/+2
* Pointer size fixArd Biesheuvel2003-09-121-2/+4
* Add client library info to phpinfo() functionArd Biesheuvel2003-09-111-22/+37
* Changed unsigned ISC_LONG to ISC_LONGArd Biesheuvel2003-09-111-1/+1
* Add version info to Windows DLLArd Biesheuvel2003-09-071-2/+4
* Be more relaxed about dimensions of array argumentsArd Biesheuvel2003-09-051-29/+64
* Added support for binding arraysArd Biesheuvel2003-09-041-80/+285
* Don't rely on sizeof(int) == 4Ard Biesheuvel2003-09-041-1/+4
* Fix inter-op with IB < 6Ard Biesheuvel2003-09-041-35/+63
* Fixed fetching of arraysArd Biesheuvel2003-09-041-185/+142
* No scaling for double typeArd Biesheuvel2003-09-041-68/+87
* Fix binding of 16-bit NUMERIC parametersArd Biesheuvel2003-09-031-164/+126
* Nuke far pointersArd Biesheuvel2003-09-021-18/+18
* CS fixesArd Biesheuvel2003-09-021-48/+65
* Make ibase_{param|field}_info() return typenames that actually mean somethingArd Biesheuvel2003-09-021-78/+94
* Can't ignore variadic DEBUG macro for compilersArd Biesheuvel2003-09-021-5/+5
* Changed some formatting/macro/debugging/variadic stuffArd Biesheuvel2003-09-021-6/+8
* Prototype fixesArd Biesheuvel2003-08-281-15/+15
* Fixed some format stringsArd Biesheuvel2003-08-281-3/+3
* Removed TSRMLS_FETCH from _php_ibase_module_error()Ard Biesheuvel2003-08-281-29/+33
* Do not reuse data structure for ibase_execute() results.Ard Biesheuvel2003-08-271-114/+105
* Fix false warning on zero-size BLOB fetchArd Biesheuvel2003-08-201-16/+26
* Reuse result data structure and resource id for consecutive executionsArd Biesheuvel2003-08-201-53/+53
* Moved transaction defaults to header fileArd Biesheuvel2003-08-201-19/+20
* Cleaned up _php_ibase_var_zval()Ard Biesheuvel2003-08-201-49/+33
* Fix Win32 buildArd Biesheuvel2003-08-201-1/+1