summaryrefslogtreecommitdiff
path: root/ext/interbase/interbase.c
Commit message (Expand)AuthorAgeFilesLines
* - Made Interbase compile under Win32, cleaned warningsZeev Suraski2000-07-171-23/+26
* - Left debugging accidentally on...Jouni Ahto2000-07-091-2/+2
* (ibase_blob_import) It's good to have link handle available, if you want toJouni Ahto2000-07-091-22/+24
* - I must be getting demented. Forgot to add and register list destructorJouni Ahto2000-07-091-17/+50
* - Move away from encoding transaction number into link_id and use properlyJouni Ahto2000-07-071-80/+77
* - First try at getting interbase to compile and work in ZTS-mode. Compiles.Jouni Ahto2000-07-051-53/+54
* - Close cursor immediately before reuse so that calling ibase_free_result isJouni Ahto2000-06-241-6/+22
* Stop including dl/phpdl.h.Sascha Schumann2000-06-241-1/+0
* Added argument type.Egon Schmid2000-06-111-1/+1
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-37/+37
* Use #ifdef COMPILE_DL_EXTNAME solely.Sascha Schumann2000-05-231-2/+2
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* Default to the highest SQL version supported by libs.Jouni Ahto2000-05-141-32/+52
* Changed ibase_num_fields to use high-performance api (which fixed a *very*Jouni Ahto2000-05-121-17/+7
* Fixed all (?) remaining issues with InterBase 6 datatypes, especiallyJouni Ahto2000-05-121-70/+141
* SQL_INT64 binding support in prepared and executed queries.Jouni Ahto2000-05-111-13/+26
* Support (partially) the new datatypes in InterBase 6.Jouni Ahto2000-05-091-9/+78
* Fix (?) #4314.Jouni Ahto2000-05-041-0/+5
* If using a persistent connection, check if it's still there and reopen ifJouni Ahto2000-05-041-7/+17
* #if COMPILE_DLSascha Schumann2000-05-021-2/+2
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
* Moving module to the high-performance API & fixing it for PHP4.Jouni Ahto2000-04-301-146/+134
* # Reaching alpha status with this module...Jouni Ahto2000-04-181-176/+230
* phpinfo() prettyingColin Viebrock2000-04-061-5/+7
* a better way, i've been told (thanks)Colin Viebrock2000-04-061-9/+4
* More phpinfo() prettying.Colin Viebrock2000-04-061-19/+26
* # Compiles. Doesn't work yet. Unless leaking memory counts as 'working'.Jouni Ahto2000-03-121-686/+2229
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+1
* More protos.Egon Schmid2000-02-231-8/+8
* Get the license right... (this won't make it to RC1 of B4)Zeev Suraski2000-02-191-2/+2
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* More php3_ cleanupZeev Suraski1999-12-171-90/+90
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-1/+1
* More php3_ annihilationZeev Suraski1999-12-171-17/+17
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-2/+2
* *** empty log message ***Zeev Suraski1999-09-041-2/+2
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-41/+41
* More symbol work.Andrey Hristov1999-08-021-18/+18
* License updateZeev Suraski1999-07-161-21/+9
* - run ext sources through conv_protoSascha Schumann1999-05-211-11/+11
* * Get Apache to work. POST doesn't work yet.Zeev Suraski1999-05-111-1/+1
* * Finalizing the PHP version of SAPI. Support POST and cookies among other t...Zeev Suraski1999-05-091-1/+1
* last bunch of extensions moving to ext/Stig Bakken1999-04-221-0/+1129