Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFH: Fix some lib vs $PHP_LIBDIR issues | Jani Taskinen | 2007-07-31 | 1 | -1/+1 |
| | |||||
* | MFH: Fix some configure --help texts | foobar | 2007-07-03 | 1 | -1/+1 |
| | |||||
* | Dropped support for ancient Interbase versions (< 6) | Ard Biesheuvel | 2004-05-12 | 1 | -12/+0 |
| | | | | | # This has no consequences for Firebird, as its initial release was based on IB 6 | ||||
* | More divide & conquer | Ard Biesheuvel | 2004-04-05 | 1 | -1/+1 |
| | |||||
* | Look in the right place for lib | Ard Biesheuvel | 2004-02-11 | 1 | -1/+3 |
| | |||||
* | Test for Interbase version 6 API in 'configure' | Ard Biesheuvel | 2004-02-01 | 1 | -0/+10 |
| | | | | | # Always enable in Win32 for the time being | ||||
* | Added backup/restore functions | Ard Biesheuvel | 2004-02-01 | 1 | -1/+1 |
| | | | | | | Split interbase.c into several files # It was becoming too big to handle | ||||
* | Check for Firebird libfbclient.so first | Ard Biesheuvel | 2003-09-16 | 1 | -5/+12 |
| | |||||
* | Adding -lcrypt here is not necessary | foobar | 2003-08-05 | 1 | -2/+2 |
| | |||||
* | Significant changes to layout of internal data structures | Ard Biesheuvel | 2003-08-05 | 1 | -2/+2 |
| | | | | | | | | | | | | | | in order to accomodate and carry out the following changes: * Removal of arbitrary 'transactions-per-link' limit, * Transactions over multiple databases. Leak fixes in ibase_query() and ibase_execute() by replacing emalloc() with do_alloca() Changes to ibase_query() to enable the use of CREATE DATABASE ... Added ibase_drop_db() | ||||
* | Fixed bug #23099 (ext/interbase: "libgds.so: undefined reference to crypt") | foobar | 2003-04-25 | 1 | -3/+11 |
| | |||||
* | reverting to version 1.9 | Daniela Mariaschi | 2003-03-14 | 1 | -1/+1 |
| | |||||
* | Test for libgds needs libcrypt with Firebird to succeed | Daniela Mariaschi | 2003-03-13 | 1 | -1/+1 |
| | |||||
* | Test that libgds actually exists. | foobar | 2003-02-03 | 1 | -2/+10 |
| | |||||
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 1 | -1/+1 |
| | |||||
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -0/+2 |
| | |||||
* | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -2/+2 |
| | | | | | # Heads up people! I tested this before committing but you never know.. | ||||
* | Fixed all (?) remaining issues with InterBase 6 datatypes, especially | Jouni Ahto | 2000-05-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | with timestamp, date and time. Incombatible change: renamed constant IBASE_TIMESTAMP to IBASE_UNIXTIME. Incompatible change: renamed configuration directive ibase.timeformat to ibase.timestampformat. Added constants IBASE_TIMESTAMP, IBASE_DATE, IBASE_TIME. Added configuration directives ibase.dateformat and ibase.timeformat. ibase_timefmt() now takes an optional second argument specifying which format to change, default is IBASE_TIMESTAMP (for even a little backwards compatibility). | ||||
* | Make interbase compilable as shared module | Sascha Schumann | 2000-05-02 | 1 | -24/+15 |
| | |||||
* | Whoops, defining them to empty values generates many parse errors. | Sascha Schumann | 1999-12-30 | 1 | -1/+1 |
| | | | | | Defaulting to 1. | ||||
* | Get rid of config.h.stub. Note that you should embed a comment about | Sascha Schumann | 1999-12-30 | 1 | -1/+1 |
| | | | | | | | what the respective define does into the AC_DEFINE macro. I.e. AC_DEFINE(HAVE_FOO, 1, [Whether you have FOO]) | ||||
* | last bunch of extensions moving to ext/ | Stig Bakken | 1999-04-22 | 1 | -0/+29 |
fhttpd module taken out of functions, functions is ready to go. The only extensions I have tested are gd+freetype and odbc(solid). Please try compiling in your favourite extensions and let me know how it works. |