summaryrefslogtreecommitdiff
path: root/ext/interbase/interbase.c
Commit message (Expand)AuthorAgeFilesLines
* - No OnUpdateLong in this branch.foobar2003-07-241-3/+3
* - MFH: Sync to HEAD (TSRMLS_FETCH() nukes, pval -> zval, php_error_docref)foobar2003-07-241-404/+373
* MFH: Fixed bug #11924 (ibase_query() and ibase_execute() mangled passed param...foobar2003-07-101-0/+4
* proto fixes ibase_rollback and ibase_commitDaniela Mariaschi2003-06-161-3/+3
* MFH: Added IBASE_REC_VERSION/IBASE_REC_NO_VERSION transaction constantsDaniela Mariaschi2003-06-141-14/+27
* proto fixesAndrey Hristov2003-06-121-30/+33
* MFH: Fixed numeric/decimal +/-(x,y) +/-(x,0)Daniela Mariaschi2003-06-021-23/+39
* MFH: better fix bug #20641.Daniela Mariaschi2003-05-141-2/+2
* MFHDaniela Mariaschi2003-05-051-18/+28
* MFH: - Fixed bug #22709 (crash within interbase when database unavailable)foobar2003-03-161-0/+10
* MFH: no c++ commentsfoobar2003-03-141-13/+13
* Numeric/decimal datatype overflow on Win32Daniela Mariaschi2003-03-131-2/+2
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
* 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-121-0/+2
* 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
* Add control on the IB version. ibase_add_user(),ibase_modify_user()Daniela Mariaschi2002-06-061-9/+12
* fix bug #17040 ibase_close again.....Daniela Mariaschi2002-05-121-2/+2
* 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 floating number incorrectly rendered (as mentioned by giancarlo@niccola...Daniela Mariaschi2002-03-191-5/+6
* fix build problem for interbaseWez Furlong2002-03-161-2/+1
* New PHP streams...Wez Furlong2002-03-151-26/+5
* added new ibase_fetch_assoc() php functionDaniela Mariaschi2002-03-151-15/+21
* - Fix for bug #12383 and #14755: 105.05$ becomes 105.5$ (Patch by: GiancarloDerick Rethans2002-03-061-5/+16
* - Add support for returning NULL values from Interbase resultsets (Patch byDerick Rethans2002-03-011-2/+8
* add ibase_add_user(), ibase_modify_user(), ibase_delete_use()fabrice aeschbacher2002-01-271-1/+186
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-17/+17
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-108/+108
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* Interbase extension fixes by Jeremy BettisRasmus Lerdorf2001-09-041-12/+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-301-2/+0
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-48/+20
* 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