246 Commits (d2ad2841bdfd060eaffa583acb2be6ff335181a7)

Author SHA1 Message Date
Ard Biesheuvel c40234b47e Let client library pick its own transaction param defaults 23 years ago
Ard Biesheuvel 50911d0904 Always return long from ibase_gen_id() on IB < 6 23 years ago
foobar afdc20a094 ws fix 23 years ago
Ard Biesheuvel f48f725348 Added ibase_gen_id() 23 years ago
Hartmut Holzgraefe 55d9ec0f6f proto thiko fix 23 years ago
Ard Biesheuvel 0cce471b0a Link to fbclient.dll if available 23 years ago
Ard Biesheuvel b9a208d821 Use isc_get_version() for client lib info if available 23 years ago
Hartmut Holzgraefe 92b237f4c3 proto fix 23 years ago
Ard Biesheuvel be16d129c5 Check for Firebird libfbclient.so first 23 years ago
Ard Biesheuvel 95b0fc58f7 Pointer size fix 23 years ago
Ard Biesheuvel 7ff3a3e4a3 Add client library info to phpinfo() function 23 years ago
Ard Biesheuvel c5b69dcb14 Changed unsigned ISC_LONG to ISC_LONG 23 years ago
Ard Biesheuvel 19f69336e2 Don't include unnecessary headers in other configuration too 23 years ago
Ard Biesheuvel e9ca738200 Don't include unnecessary headers 23 years ago
Ard Biesheuvel 366a4b7f94 Zero-terminate strings 23 years ago
Ard Biesheuvel 6c0e21fc74 Add version info to Windows DLL 23 years ago
Ard Biesheuvel 193f5a67db Add missing CVS Ids 23 years ago
Ard Biesheuvel 2815169319 Be more relaxed about dimensions of array arguments 23 years ago
Ard Biesheuvel c9d082ef21 Test array handling 23 years ago
Ard Biesheuvel 2802293dd3 Make the test fail if anything goes wrong :-) 23 years ago
Ard Biesheuvel e73be1cb4a Added support for binding arrays 23 years ago
Ard Biesheuvel f4511d4aae Don't rely on sizeof(int) == 4 23 years ago
Ard Biesheuvel cb8da7b090 Fix inter-op with IB < 6 23 years ago
Ard Biesheuvel 6f998688b5 Fixed fetching of arrays 23 years ago
Ard Biesheuvel 912a834749 No scaling for double type 23 years ago
Ard Biesheuvel 4ff5341fb0 WS 23 years ago
Ard Biesheuvel 804312c4a1 Test correct binding of 16-bit NUMERIC parameters 23 years ago
Ard Biesheuvel b3b68834b5 Fix binding of 16-bit NUMERIC parameters 23 years ago
Ard Biesheuvel d674159601 Nuke far pointers 23 years ago
Ard Biesheuvel f19dcfe8a3 CS fixes 23 years ago
Ard Biesheuvel 4545ea4666 Make ibase_{param|field}_info() return typenames that actually mean something 23 years ago
Ard Biesheuvel 0f1b506f20 Can't ignore variadic DEBUG macro for compilers 23 years ago
Ard Biesheuvel dbdd5b415d Changed some formatting/macro/debugging/variadic stuff 23 years ago
Ard Biesheuvel 6ee5a0db28 Prototype fixes 23 years ago
Ard Biesheuvel 50006652ae Fixed some format strings 23 years ago
Ard Biesheuvel c78169086b Test multiple execution of a prepared EXEC PROCEDURE statement 23 years ago
Ard Biesheuvel 36716c2525 Test for BLOB ID survival of close()/connect() 23 years ago
Ard Biesheuvel fd89b9a783 Removed TSRMLS_FETCH from _php_ibase_module_error() 23 years ago
Ard Biesheuvel 2db5c7de85 Do not reuse data structure for ibase_execute() results. 23 years ago
Ard Biesheuvel 84f995903b Fix false warning on zero-size BLOB fetch 23 years ago
Ard Biesheuvel 27582c4862 Reuse result data structure and resource id for consecutive executions 23 years ago
Ard Biesheuvel d70f744a63 Moved transaction defaults to header file 23 years ago
Ard Biesheuvel 8f869998b5 Cleaned up _php_ibase_var_zval() 23 years ago
Ard Biesheuvel 551526812b Fix Win32 build 23 years ago
Ard Biesheuvel 1b8e0440d2 Moved some local vars to stack 23 years ago
Ard Biesheuvel d7c734edb9 Nuke link handle from BLOB id 23 years ago
Ard Biesheuvel f96efcbf90 Nuke bogus BLOB ids 23 years ago
Ard Biesheuvel a4bb353f2b Simplify previous fix 23 years ago
Ard Biesheuvel 91e3344eec Test immediate BLOB inserts 23 years ago
Ard Biesheuvel 008115b9ed Fixed leak in _php_ibase_bind() 23 years ago