summaryrefslogtreecommitdiff
path: root/ext/interbase
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagphp_ibase_before_splitSVN Migration2004-01-2511-1451/+0
* Check for both Firebird 1+ and Interbase/FB1Ard Biesheuvel2004-01-251-3/+2
* MFBArd Biesheuvel2004-01-211-0/+19
* - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5foobar2004-01-171-4/+4
* 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
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-082-4/+4
* - 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
* make these build with new win32 build system.Wez Furlong2003-12-191-0/+17
* Let client library pick its own transaction param defaultsArd Biesheuvel2003-09-262-10/+10
* 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-232-2/+109
* proto thiko fixHartmut Holzgraefe2003-09-221-1/+1
* Link to fbclient.dll if availableArd Biesheuvel2003-09-173-8/+14
* Use isc_get_version() for client lib info if availableArd Biesheuvel2003-09-161-10/+11
* proto fixHartmut Holzgraefe2003-09-161-1/+2
* Check for Firebird libfbclient.so firstArd Biesheuvel2003-09-161-5/+12
* 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
* Don't include unnecessary headers in other configuration tooArd Biesheuvel2003-09-081-11/+1
* Don't include unnecessary headersArd Biesheuvel2003-09-082-1/+12
* Zero-terminate stringsArd Biesheuvel2003-09-071-10/+14
* Add version info to Windows DLLArd Biesheuvel2003-09-073-2/+82
* Add missing CVS IdsArd Biesheuvel2003-09-055-5/+5
* Be more relaxed about dimensions of array argumentsArd Biesheuvel2003-09-051-29/+64
* Test array handlingArd Biesheuvel2003-09-051-0/+185
* Make the test fail if anything goes wrong :-)Ard Biesheuvel2003-09-051-21/+35
* 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-042-38/+67
* Fixed fetching of arraysArd Biesheuvel2003-09-042-189/+144
* No scaling for double typeArd Biesheuvel2003-09-041-68/+87
* WSArd Biesheuvel2003-09-031-185/+185
* Test correct binding of 16-bit NUMERIC parametersArd Biesheuvel2003-09-031-0/+15
* Fix binding of 16-bit NUMERIC parametersArd Biesheuvel2003-09-031-164/+126
* Nuke far pointersArd Biesheuvel2003-09-022-23/+22
* 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
* Test multiple execution of a prepared EXEC PROCEDURE statementArd Biesheuvel2003-08-281-0/+50
* Test for BLOB ID survival of close()/connect()Ard Biesheuvel2003-08-281-2/+6
* 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-272-117/+107
* Fix false warning on zero-size BLOB fetchArd Biesheuvel2003-08-201-16/+26