Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | - Move away from encoding transaction number into link_id and use properly | Jouni Ahto | 2000-07-07 | 1 | -1/+6 | |
| | | | | | | resources instead for both. - Some cleaning. | |||||
* | - First try at getting interbase to compile and work in ZTS-mode. Compiles. | Jouni Ahto | 2000-07-05 | 1 | -5/+6 | |
| | ||||||
* | Rename macros which begin with underscore to appropiate macros. The general | Sascha Schumann | 2000-07-03 | 1 | -3/+3 | |
| | | | | | | | rule is: macro_name=`echo $filename|tr a-z A-Z|sed 's/\./_/'` | |||||
* | - Close cursor immediately before reuse so that calling ibase_free_result is | Jouni Ahto | 2000-06-24 | 1 | -0/+1 | |
| | | | | | | | not necessary anymore. Seems to also prevent a a situation where at request shutdown cursor was first dropped and tried to close it afterwards when all the resources were not manually freed, and could occasionally segfault. | |||||
* | - Nuke COMPILE_DL. Modules that need to be compiled as dll's in Windows | Andi Gutmans | 2000-06-10 | 1 | -5/+0 | |
| | | | | | - need to define both COMPILE_DL_MODULE and HAVE_MODULE=1 | |||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 | |
| | ||||||
* | Changed ibase_num_fields to use high-performance api (which fixed a *very* | Jouni Ahto | 2000-05-12 | 1 | -0/+1 | |
| | | | | | obscure bug). | |||||
* | Fixed all (?) remaining issues with InterBase 6 datatypes, especially | Jouni Ahto | 2000-05-12 | 1 | -2/+9 | |
| | | | | | | | | | | | | | 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). | |||||
* | Support (partially) the new datatypes in InterBase 6. | Jouni Ahto | 2000-05-09 | 1 | -0/+1 | |
| | ||||||
* | Moving module to the high-performance API & fixing it for PHP4. | Jouni Ahto | 2000-04-30 | 1 | -3/+2 | |
| | ||||||
* | # Reaching alpha status with this module... | Jouni Ahto | 2000-04-18 | 1 | -1/+1 | |
| | ||||||
* | # Compiles. Doesn't work yet. Unless leaking memory counts as 'working'. | Jouni Ahto | 2000-03-12 | 1 | -42/+108 | |
| | | | | | # Trying to finish before RC1... | |||||
* | - Convert 'PHP3' to 'PHP' | Zeev Suraski | 2000-02-26 | 1 | -3/+3 | |
| | | | | | - Avoid declaring crypt() related salt types twice | |||||
* | More php3_ cleanup | Zeev Suraski | 1999-12-17 | 1 | -7/+7 | |
| | ||||||
* | - Made PHP_VERSION and PHP_OS work again | Zeev Suraski | 1999-12-17 | 1 | -1/+1 | |
| | | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev) | |||||
* | Clean up php3.*\.h files. The files itself are renamed, and references in all | Sascha Schumann | 1999-12-04 | 1 | -0/+111 | |
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. |