History log of /PHP-7.2/ext/interbase/interbase.c (Results 226 – 250 of 311)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.3.0dev, php5_5_0
# 70184d32 06-Jun-2002 Daniela Mariaschi

Add control on the IB version. ibase_add_user(),ibase_modify_user()
and ibase_delete_user() are available with IB6 or later


Revision tags: RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10, RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1
# 87148b6e 12-May-2002 Daniela Mariaschi

fix bug #17040 ibase_close again.....
User can't close a connection if there are blobs opened.
He must close them before to not loose data....


# cbb2dbb2 09-May-2002 Daniela Mariaschi

corrected parameter


# f7d5d103 09-May-2002 Daniela Mariaschi

fix test 5 to pass


Revision tags: php-4.2.1RC2, php-4.2.1RC1, php-4.2.0, php-4.2.0RC4, php-4.2.0RC3
# c02a5dcc 04-Apr-2002 Daniela Mariaschi

Fixed sigfault in ibase_close(). Bug #15419 #15992
@- Fixed sigfault in ibase_close() if user doesn't free resultset
@ (Bug #15419, #15992) (daniela)


Revision tags: php-4.2.0RC2, php-4.2.0RC1
# c3daa181 19-Mar-2002 Daniela Mariaschi

fixed floating number incorrectly rendered (as mentioned by giancarlo@niccolai.ws in BUG #14755)


# b85096ff 16-Mar-2002 Wez Furlong

fix build problem for interbase


# 0f65280c 15-Mar-2002 Wez Furlong

New PHP streams...


# 716e6a03 15-Mar-2002 Daniela Mariaschi

added new ibase_fetch_assoc() php function


Revision tags: help
# d716e02a 06-Mar-2002 Derick Rethans

- Fix for bug #12383 and #14755: 105.05$ becomes 105.5$ (Patch by: Giancarlo
Niccolai <giancarlo@niccolai.org>)


# 6f6c4ec7 01-Mar-2002 Derick Rethans

- Add support for returning NULL values from Interbase resultsets (Patch by
Daniela Mariaschi <mariaschi@libero.it>)


Revision tags: php-4.1.2, BEFORE_NEW_OBJECT_MODEL, PRE_ISSET_PATCH
# ece15242 27-Jan-2002 fabrice aeschbacher

add ibase_add_user(), ibase_modify_user(), ibase_delete_use()


Revision tags: php-4.1.1, PRE_FUNC_RETURNS_OBJECT_PATCH, ChangeLog
# 38933514 11-Dec-2001 Sebastian Bergmann

Update headers.


Revision tags: php-4.1.0, php-4.1.0RC5, php-4.1.0RC4, php-4.1.0RC3, php-4.1.0RC2, POST_PARAMETER_PARSING_API, PRE_PARAMETER_PARSING_API, php-4.1.0RC1
# 68925208 11-Oct-2001 Stig Bakken

* zend_module_entry change: apino, debug and zts are moved first,
see README.EXTENSIONS file for upgrade help.
@Introduced extension version numbers (Stig)


Revision tags: php4, php-4.0.7RC3, POST_SUBST_Z_MACROS
# 6cfba2a3 25-Sep-2001 Jeroen van Wolffelaar

2nd phase in back-substitution those macro's

I've got pretty much everything now...


# c0332885 25-Sep-2001 Jeroen van Wolffelaar

Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.


Revision tags: PRE_SUBST_Z_MACROS
# 78747bd2 09-Sep-2001 Derick Rethans

- Don't wrap lines... this is annoying while coding.


Revision tags: php-4.0.7RC2
# 7101179c 04-Sep-2001 Rasmus Lerdorf

Interbase extension fixes by Jeremy Bettis
(.dsp patch looked funky, but these ones look ok)


Revision tags: php-4.0.7RC1
# 4d11d908 13-Aug-2001 Rasmus Lerdorf

Track down a few more functions that don't check for 0 args and use
faster mechanism


# 8c497f05 13-Aug-2001 Rasmus Lerdorf

We don't consistently check for args passed to functions that don't
take any args. In some cases we probably want to skip the check for
performance reasons, but in other cases where performa

We don't consistently check for args passed to functions that don't
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.

show more ...


Revision tags: BEFORE_EXP_MERGE
# f6f6c4d7 11-Aug-2001 Zeev Suraski

Whitespace


Revision tags: PRE_METHOD_DEREFERENCE_PATCH, BEFORE_PARAM_PARSING_CHANGE, PRE_ENGINE2_SPLIT
# 23b9300f 06-Aug-2001 Sascha Schumann

more tsrm cleanup


# 9be8c979 31-Jul-2001 Zeev Suraski

Some more TSRMLS_FETCH work


# aa1772ca 31-Jul-2001 Zeev Suraski

More TSRMLS_FETCH annihilation


# 797a079a 30-Jul-2001 Zeev Suraski

More TSRMLS_FETCH work, and a bit of cleanup


12345678910>>...13