summaryrefslogtreecommitdiff
path: root/ext/interbase
Commit message (Expand)AuthorAgeFilesLines
* Added event handling testArd Biesheuvel2004-02-172-12/+63
* Reintroduce param NULL testing (see bug #26777)Ard Biesheuvel2004-02-152-6/+13
* Look in the right place for libArd Biesheuvel2004-02-111-1/+3
* Add version info about run-time client libraryArd Biesheuvel2004-02-111-7/+40
* CS/WSArd Biesheuvel2004-02-112-6/+9
* Fix build with Win32 Interbase 5.xArd Biesheuvel2004-02-062-2/+10
* Use correct flag for repair optionsArd Biesheuvel2004-02-022-7/+6
* Fix Win32 buildArd Biesheuvel2004-02-021-2/+2
* Use php_ prefix for header filesArd Biesheuvel2004-02-023-23/+360
* Use php_ prefix for header files.Ard Biesheuvel2004-02-023-2/+2
* No explicit inline (fixes Win32 linkage issue)Ard Biesheuvel2004-02-011-2/+2
* Remove extension internals from php_interbase.hArd Biesheuvel2004-02-016-189/+222
* Test for Interbase version 6 API in 'configure'Ard Biesheuvel2004-02-012-0/+11
* Added backup/restore functionsArd Biesheuvel2004-02-017-1223/+1527
* 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