Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed sigfault in ibase_close(). Bug #15419 #15992 | Daniela Mariaschi | 2002-04-04 | 1 | -2/+11 |
| | | | | | | @- Fixed sigfault in ibase_close() if user doesn't free resultset @ (Bug #15419, #15992) (daniela) | ||||
* | Fixed include of interbase.inc | Ludovico Magnocavallo | 2002-03-19 | 6 | -27/+31 |
| | | | | | | | | | | | Fixed test database path Changed v_date field in test table definition to timestamp type Reduced maximum length of double precision type to 18 Tests 001 002 003 006 pass Test 004 (BLOB test) still needs to be fixed Test 005 (Transaction) gives the right output but issues a warning | ||||
* | fixed floating number incorrectly rendered (as mentioned by ↵ | Daniela Mariaschi | 2002-03-19 | 1 | -5/+6 |
| | | | | giancarlo@niccolai.ws in BUG #14755) | ||||
* | fix build problem for interbase | Wez Furlong | 2002-03-16 | 1 | -2/+1 |
| | |||||
* | the 'setup' script was removed more than two years ago. | jim winstead | 2002-03-16 | 1 | -7/+0 |
| | | | | | these can be safely removed from the 4.2 branch, too. | ||||
* | New PHP streams... | Wez Furlong | 2002-03-15 | 1 | -26/+5 |
| | |||||
* | added new ibase_fetch_assoc() php function | Daniela Mariaschi | 2002-03-15 | 2 | -15/+22 |
| | |||||
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -7/+1 |
| | |||||
* | - Fix for bug #12383 and #14755: 105.05$ becomes 105.5$ (Patch by: Giancarlo | Derick Rethans | 2002-03-06 | 1 | -5/+16 |
| | | | | | Niccolai <giancarlo@niccolai.org>) | ||||
* | - Add support for returning NULL values from Interbase resultsets (Patch by | Derick Rethans | 2002-03-01 | 1 | -2/+8 |
| | | | | | Daniela Mariaschi <mariaschi@libero.it>) | ||||
* | testing checkin | jim winstead | 2002-01-28 | 1 | -1/+0 |
| | |||||
* | add ibase_add_user(), ibase_modify_user(), ibase_delete_use() | fabrice aeschbacher | 2002-01-27 | 2 | -1/+190 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 2 | -4/+4 |
| | |||||
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -0/+2 |
| | |||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | 2nd phase in back-substitution those macro's | Jeroen van Wolffelaar | 2001-09-25 | 1 | -17/+17 |
| | | | | | I've got pretty much everything now... | ||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -108/+108 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | ok, hand-patched this one in | Rasmus Lerdorf | 2001-09-04 | 1 | -1/+1 |
| | |||||
* | Interbase extension fixes by Jeremy Bettis | Rasmus Lerdorf | 2001-09-04 | 2 | -13/+53 |
| | | | | | (.dsp patch looked funky, but these ones look ok) | ||||
* | Track down a few more functions that don't check for 0 args and use | Rasmus Lerdorf | 2001-08-13 | 1 | -2/+3 |
| | | | | | faster mechanism | ||||
* | We don't consistently check for args passed to functions that don't | Rasmus Lerdorf | 2001-08-13 | 1 | -0/+3 |
| | | | | | | | | | take any args. In some cases we probably want to skip the check for performance reasons, but in other cases where performance is unlikely to be a factor, not throwing a warning on the wrong number of args passed to a function is at best inconsistent, and at worst it could hide a bug. So, add a few such checks. There are still lots of cases out there. | ||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -35/+35 |
| | |||||
* | more tsrm cleanup | Sascha Schumann | 2001-08-06 | 1 | -8/+7 |
| | |||||
* | Some more TSRMLS_FETCH work | Zeev Suraski | 2001-07-31 | 1 | -1/+0 |
| | |||||
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -12/+9 |
| | |||||
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -2/+0 |
| | |||||
* | More TSRMLS_FETCH annihilation (Zend compatibility patch) | Zeev Suraski | 2001-07-30 | 1 | -2/+2 |
| | |||||
* | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵ | Zeev Suraski | 2001-07-30 | 2 | -6/+4 |
| | | | | the way | ||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 2 | -54/+21 |
| | |||||
* | fix compilation | Daniel Beulshausen | 2001-06-09 | 1 | -1/+1 |
| | |||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -48/+3 |
| | |||||
* | Prepare for php_streams. | Wez Furlong | 2001-05-28 | 1 | -1/+26 |
| | | | | | # Someone with interbase please test! | ||||
* | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
| | |||||
* | - Whitespace fix | Andi Gutmans | 2001-05-02 | 1 | -1/+1 |
| | |||||
* | - Commit interbase fixes | Andi Gutmans | 2001-05-02 | 1 | -11/+7 |
| | |||||
* | 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.. | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 2 | -2/+2 |
| | |||||
* | Typos in protos. | Egon Schmid | 2001-02-18 | 1 | -1/+1 |
| | |||||
* | @- Fixed some modules to allow using output-buffering. (Thies) | Thies C. Arntzen | 2001-02-15 | 1 | -4/+0 |
| | | | | | | | | | i nuked all unneded calls to php_header() - i'm not too sure how we do handle HEAD Requests as they were only detected via php_header(). but calling php_header from a module makes output-buffering unusable. NOTICE: there is some EBSDIC stuff in gd.c - i think it's obsolete. | ||||
* | Changing my email address... | Jouni Ahto | 2001-01-04 | 2 | -3/+3 |
| | |||||
* | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 |
| | |||||
* | Use zend_register_list_destructors_ex() instead. | Andrei Zmievski | 2000-10-25 | 1 | -6/+6 |
| | |||||
* | i'm sure this should be ibase_query :) | Daniel Beulshausen | 2000-10-21 | 1 | -1/+1 |
| | |||||
* | Mega-patch to get better resource information for modules. | Andrei Zmievski | 2000-10-20 | 1 | -11/+26 |
| | | | | | | | | | | | | | * Fixed a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destructors_ex() instead * Updated all relevant modules to provide the resource type name to register_list_destructors() call * Updated var_dump() to output resource type name instead of number @- Made resource type names visible, e.g. var_dump() and @ get_resource_type() display "file" for file resources. (Andrei) | ||||
* | (ibase_execute) - Oops, trying to free a little bit too much. Maybe fixes | Jouni Ahto | 2000-10-17 | 1 | -2/+3 |
| | | | | | | | | | #6721, #7117, #7278. # Shouldn't have 6 versions of interbase.c lying around. Can't always # remember which versions were tested, which ones committed and which ones # actually in CVS... :( | ||||
* | - List entry types should be true globals. | Jouni Ahto | 2000-10-05 | 2 | -38/+40 |
| | |||||
* | @PHP 3 regression testing framework re-born (Stig) | Stig Bakken | 2000-08-27 | 8 | -0/+921 |
| | | | | | | | | Took the old PHP 3 regression testing framework and rewrote it in PHP. Should work on both Windows and UNIX, however I have not tested it on Windows. See tests/README for how to write tests. Added the PHP 3 tests and converted most of them. | ||||
* | Update .dsp | Zeev Suraski | 2000-08-24 | 1 | -2/+2 |
| | |||||
* | deleted a few unnecceasary defines and added the Release_TS_Inline path to ↵ | Daniel Beulshausen | 2000-08-24 | 1 | -4/+4 |
| | | | | the libpath |