summaryrefslogtreecommitdiff
path: root/ext/interbase
Commit message (Expand)AuthorAgeFilesLines
* ok, hand-patched this one inRasmus Lerdorf2001-09-041-1/+1
* Interbase extension fixes by Jeremy BettisRasmus Lerdorf2001-09-042-13/+53
* Track down a few more functions that don't check for 0 args and useRasmus Lerdorf2001-08-131-2/+3
* We don't consistently check for args passed to functions that don'tRasmus Lerdorf2001-08-131-0/+3
* WhitespaceZeev Suraski2001-08-111-35/+35
* more tsrm cleanupSascha Schumann2001-08-061-8/+7
* Some more TSRMLS_FETCH workZeev Suraski2001-07-311-1/+0
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-12/+9
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-2/+0
* More TSRMLS_FETCH annihilation (Zend compatibility patch)Zeev Suraski2001-07-301-2/+2
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th...Zeev Suraski2001-07-302-6/+4
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-282-54/+21
* fix compilationDaniel Beulshausen2001-06-091-1/+1
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-48/+3
* Prepare for php_streams.Wez Furlong2001-05-281-1/+26
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* - Whitespace fixAndi Gutmans2001-05-021-1/+1
* - Commit interbase fixesAndi Gutmans2001-05-021-11/+7
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-2/+2
* - Fix copyright notices with 2001Andi Gutmans2001-02-262-2/+2
* Typos in protos.Egon Schmid2001-02-181-1/+1
* @- Fixed some modules to allow using output-buffering. (Thies)Thies C. Arntzen2001-02-151-4/+0
* Changing my email address...Jouni Ahto2001-01-042-3/+3
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-6/+6
* i'm sure this should be ibase_query :)Daniel Beulshausen2000-10-211-1/+1
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-11/+26
* (ibase_execute) - Oops, trying to free a little bit too much. Maybe fixesJouni Ahto2000-10-171-2/+3
* - List entry types should be true globals.Jouni Ahto2000-10-052-38/+40
* @PHP 3 regression testing framework re-born (Stig)Stig Bakken2000-08-278-0/+921
* Update .dspZeev Suraski2000-08-241-2/+2
* deleted a few unnecceasary defines and added the Release_TS_Inline path to th...Daniel Beulshausen2000-08-241-4/+4
* minor fixesDaniel Beulshausen2000-08-221-6/+6
* Build fixesZeev Suraski2000-07-171-36/+48
* - Made Interbase compile under Win32, cleaned warningsZeev Suraski2000-07-173-25/+129
* - 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-072-81/+83
* - First try at getting interbase to compile and work in ZTS-mode. Compiles.Jouni Ahto2000-07-052-58/+60
* Rename macros which begin with underscore to appropiate macros. The generalSascha Schumann2000-07-031-3/+3
* - Close cursor immediately before reuse so that calling ibase_free_result isJouni Ahto2000-06-242-6/+23
* Stop including dl/phpdl.h.Sascha Schumann2000-06-241-1/+0
* Added argument type.Egon Schmid2000-06-111-1/+1
* - Nuke COMPILE_DL. Modules that need to be compiled as dll's in WindowsAndi Gutmans2000-06-101-5/+0
* - 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-182-4/+4
* 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-122-17/+8