summaryrefslogtreecommitdiff
path: root/ext/interbase
Commit message (Collapse)AuthorAgeFilesLines
* No need to export anything. Fixes win32 buildEdin Kadribasic2004-04-193-14/+14
|
* Changed ibase_user_[add|modify|delete]() to use service resourcesArd Biesheuvel2004-04-091-133/+52
|
* Don't define ibase_service struct type unless its member types are definedArd Biesheuvel2004-04-072-6/+6
|
* More divide & conquerArd Biesheuvel2004-04-058-2415/+2508
|
* CSArd Biesheuvel2004-04-041-12/+12
|
* Skip on WindowsArd Biesheuvel2004-04-031-1/+4
|
* Don't rely on OS-based authentication (as it is not supported under Win32)Ard Biesheuvel2004-04-031-2/+8
|
* fclose() tempfile so unlink() doesn't choke on Win32Ard Biesheuvel2004-04-031-0/+1
|
* Change definition of ISC_LONG_[MIN|MAX] to please MSVC.Ard Biesheuvel2004-04-031-11/+9
|
* CS/WSArd Biesheuvel2004-04-012-7/+7
|
* Test binding of numeric timestampsArd Biesheuvel2004-04-011-3/+3
|
* Don't rely on isql anymore, as creating databases is now supported by the APIArd Biesheuvel2004-04-014-61/+52
| | | | | Changed tests to include ibase_query("SET TRANSACTION ...")
* WSArd Biesheuvel2004-04-011-1/+1
|
* Fix unregistered bug (crash when closing db opened with "CREATE DATABASE ...")Ard Biesheuvel2004-04-011-0/+1
|
* Merged some more odd fixes from my own branchArd Biesheuvel2004-03-081-35/+26
|
* Cleaned up array handling and optimize for the case where no array fields ↵Ard Biesheuvel2004-03-082-136/+134
| | | | | | | | are used Fix timestamp binding for Win32 (which doesn't have gmtime_r()) CS
* Simplify / fixArd Biesheuvel2004-03-071-11/+4
|
* Added missing support for binding timestampsArd Biesheuvel2004-03-071-44/+58
| | | | | # Returning timestamps was already supported
* Fix some issues with persistent linksArd Biesheuvel2004-02-202-245/+135
|
* Fixed unregistered bugs in event handlingArd Biesheuvel2004-02-175-371/+346
| | | | | | | Cleaned up some of the code Removed ISC_QUAD from static initializers because it looks different on some platforms
* Added event handling testArd Biesheuvel2004-02-172-12/+63
| | | | | CS
* 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
| | | | | | # A number of user crashes appear to be caused # by using incorrect combinations of libraries
* 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
| | | | | Added nearly complete implementation of service API
* 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
| | | | | # Always enable in Win32 for the time being
* Added backup/restore functionsArd Biesheuvel2004-02-017-1223/+1527
| | | | | | Split interbase.c into several files # It was becoming too big to handle
* 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 ↵Ard Biesheuvel2004-01-121-2/+8
| | | | unregistered bug)
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-082-4/+4
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* - 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
| | | | | mcve untested (I don't have those libs/headers)
* 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
| | | | | # Lightweight shortcut to SELECT GEN_ID() ... function
* proto thiko fixHartmut Holzgraefe2003-09-221-1/+1
|
* Link to fbclient.dll if availableArd Biesheuvel2003-09-173-8/+14
| | | | | Add client lib name to dll version info
* Use isc_get_version() for client lib info if availableArd Biesheuvel2003-09-161-10/+11
|