summaryrefslogtreecommitdiff
path: root/ext/interbase
Commit message (Collapse)AuthorAgeFilesLines
* Test that libgds actually exists.foobar2003-02-031-2/+10
|
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-8/+3
|
* More build fixes.Ilia Alshanetsky2003-01-151-2/+2
|
* Build fixes.Ilia Alshanetsky2003-01-151-6/+6
|
* Fixed typos.Ilia Alshanetsky2003-01-151-2/+2
|
* Kill compile warning.Ilia Alshanetsky2003-01-151-1/+1
|
* Newer parameter parsing API.Ilia Alshanetsky2003-01-151-26/+26
|
* Bump year.Sebastian Bergmann2002-12-312-2/+2
|
* syntax to avoid error while reading data from file in ibase_blob_importDaniela Mariaschi2002-10-021-3/+2
|
* Make these all work with persistent streams too.Wez Furlong2002-09-251-2/+1
|
* - Fixed linker error when HAVE_STRFTIME was not setDerick Rethans2002-09-122-0/+4
|
* Unify error messagesDerick Rethans2002-07-191-72/+68
|
* Fix code which makes wrong assumptions about the return value of snprintf.Sascha Schumann2002-06-261-3/+2
| | | | | The AOLserver module did not use the return value, so simply drop it.
* Add control on IB version. ibase_add_user(), ibase_modify_user()Daniela Mariaschi2002-06-061-2/+2
| | | | | and ibase_delete_user() are available with IB6 or later
* Add control on the IB version. ibase_add_user(),ibase_modify_user()Daniela Mariaschi2002-06-061-9/+12
| | | | | and ibase_delete_user() are available with IB6 or later
* fix bug #17040 ibase_close again.....Daniela Mariaschi2002-05-121-2/+2
| | | | | | User can't close a connection if there are blobs opened. He must close them before to not loose data....
* corrected parameterDaniela Mariaschi2002-05-091-1/+1
|
* fix test 5 to passDaniela Mariaschi2002-05-091-9/+13
|
* Fixed sigfault in ibase_close(). Bug #15419 #15992Daniela Mariaschi2002-04-041-2/+11
| | | | | | @- Fixed sigfault in ibase_close() if user doesn't free resultset @ (Bug #15419, #15992) (daniela)
* Fixed include of interbase.incLudovico Magnocavallo2002-03-196-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 Mariaschi2002-03-191-5/+6
| | | | giancarlo@niccolai.ws in BUG #14755)
* fix build problem for interbaseWez Furlong2002-03-161-2/+1
|
* the 'setup' script was removed more than two years ago.jim winstead2002-03-161-7/+0
| | | | | these can be safely removed from the 4.2 branch, too.
* New PHP streams...Wez Furlong2002-03-151-26/+5
|
* added new ibase_fetch_assoc() php functionDaniela Mariaschi2002-03-152-15/+22
|
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-7/+1
|
* - Fix for bug #12383 and #14755: 105.05$ becomes 105.5$ (Patch by: GiancarloDerick Rethans2002-03-061-5/+16
| | | | | Niccolai <giancarlo@niccolai.org>)
* - Add support for returning NULL values from Interbase resultsets (Patch byDerick Rethans2002-03-011-2/+8
| | | | | Daniela Mariaschi <mariaschi@libero.it>)
* testing checkinjim winstead2002-01-281-1/+0
|
* add ibase_add_user(), ibase_modify_user(), ibase_delete_use()fabrice aeschbacher2002-01-272-1/+190
|
* Update headers.Sebastian Bergmann2001-12-112-4/+4
|
* Unified the configure messages.foobar2001-11-301-0/+2
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-17/+17
| | | | | I've got pretty much everything now...
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-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 Rethans2001-09-091-2/+2
|
* ok, hand-patched this one inRasmus Lerdorf2001-09-041-1/+1
|
* Interbase extension fixes by Jeremy BettisRasmus Lerdorf2001-09-042-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 useRasmus Lerdorf2001-08-131-2/+3
| | | | | faster mechanism
* We don't consistently check for args passed to functions that don'tRasmus Lerdorf2001-08-131-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.
* 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 ↵Zeev Suraski2001-07-302-6/+4
| | | | the way
* 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
|