summaryrefslogtreecommitdiff
path: root/ext/interbase/interbase.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Moved some local vars to stackArd Biesheuvel2003-08-201-116/+90
* Nuke link handle from BLOB idArd Biesheuvel2003-08-201-191/+201
* Nuke bogus BLOB idsArd Biesheuvel2003-08-181-105/+139
* Simplify previous fixArd Biesheuvel2003-08-171-14/+3
* Fixed leak in _php_ibase_bind()Ard Biesheuvel2003-08-171-41/+47
* Fix possible leak in _php_ibase_fetch_hash()Ard Biesheuvel2003-08-171-20/+19
* Apply fix for ibase_blob_get() to ibase_fetch_*()Ard Biesheuvel2003-08-171-97/+102
* Always fill entire buffer in ibase_blob_get()Ard Biesheuvel2003-08-161-11/+10
* Fixed bug #18744Ard Biesheuvel2003-08-161-3/+11
* Fixed bug #24224Ard Biesheuvel2003-08-161-79/+64
* Removed ibase_num_rows()Ard Biesheuvel2003-08-161-31/+51
* Added comment about ibase_num_rows()Ard Biesheuvel2003-08-161-12/+22
* Added ibase_free_event_handler()Ard Biesheuvel2003-08-151-6/+22
* Moved TRMLS_FETCH to correct scopeArd Biesheuvel2003-08-151-3/+4
* Added ibase_set_event_handler()Ard Biesheuvel2003-08-151-15/+198
* Added ibase_wait_event()Ard Biesheuvel2003-08-141-4/+112
* Disable the debugging to prevent the tests from failing.foobar2003-08-131-2/+2
* Allow the use of EXECUTE PROCEDURE statementsArd Biesheuvel2003-08-131-11/+23
* Re-commit of failed patchArd Biesheuvel2003-08-121-136/+159
* Revert previous patch.foobar2003-08-121-159/+136
* Allow prepared execution of any non-query statement except CREATE DBArd Biesheuvel2003-08-121-136/+159