History log of /PHP-7.2/ext/interbase/interbase.c (Results 251 – 275 of 311)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7b1c4006 30-Jul-2001 Zeev Suraski

More TSRMLS_FETCH annihilation (Zend compatibility patch)


# 1c25b8dd 30-Jul-2001 Zeev Suraski

Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way


# d87cc976 28-Jul-2001 Zeev Suraski

Redesigned thread safety mechanism - nua nua


Revision tags: PRE_TSRM_MERGE_PATCH, PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4
# bdcff981 09-Jun-2001 Daniel Beulshausen

fix compilation


Revision tags: php-4.0.6RC3
# 81e2cf03 06-Jun-2001 Rasmus Lerdorf

Fix folding and clean up some extensions


Revision tags: php-4.0.6RC2
# f808add1 28-May-2001 Wez Furlong

Prepare for php_streams.
# Someone with interbase please test!


# 1beda9ee 24-May-2001 Stig Bakken

* include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)


Revision tags: php-4.0.6RC1
# d90ef12b 02-May-2001 Andi Gutmans

- Whitespace fix


# f1c801ac 02-May-2001 Andi Gutmans

- Commit interbase fixes


Revision tags: php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1
# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001


# a297dbd6 18-Feb-2001 Egon Schmid

Typos in protos.


# 8499b430 15-Feb-2001 Thies C. Arntzen

@- Fixed some modules to allow using output-buffering. (Thies)

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

@- Fixed some modules to allow using output-buffering. (Thies)

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.

show more ...


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2
# abcdb47f 04-Jan-2001 Jouni Ahto

Changing my email address...


Revision tags: php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3
# f1dcb32c 25-Oct-2000 Andrei Zmievski

Use zend_register_list_destructors_ex() instead.


# a953b5ae 21-Oct-2000 Daniel Beulshausen

i'm sure this should be ibase_query :)


# 7b4983c8 20-Oct-2000 Andrei Zmievski

Mega-patch to get better resource information for modules.
* Fixed a bug in zend_rsrc_list_get_rsrc_type()
* Switched register_list_destructors() to use
zend_register_list_destruc

Mega-patch to get better resource information for modules.
* 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)

show more ...


# 68b899ce 17-Oct-2000 Jouni Ahto

(ibase_execute) - Oops, trying to free a little bit too much. Maybe fixes
#6721, #7117, #7278.

# Shouldn't have 6 versions of interbase.c lying around. Can't always

(ibase_execute) - Oops, trying to free a little bit too much. Maybe fixes
#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... :(

show more ...


Revision tags: php-4.0.3
# f06ee6bd 05-Oct-2000 Jouni Ahto

- List entry types should be true globals.


Revision tags: php-4.0.3RC2, php-4.0.3RC1, php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE
# 1237a33c 17-Jul-2000 Zeev Suraski

- Made Interbase compile under Win32, cleaned warnings
@- Added Win32 project for the Interbase module (Zeev)


# af343ca8 09-Jul-2000 Jouni Ahto

- Left debugging accidentally on...


# ccb216ce 09-Jul-2000 Jouni Ahto

(ibase_blob_import) It's good to have link handle available, if you want to
use it...
(_php_ibase_exec) On error situations, only xsqlda was freed, not its

(ibase_blob_import) It's good to have link handle available, if you want to
use it...
(_php_ibase_exec) On error situations, only xsqlda was freed, not its
contents.

show more ...


# a63013bf 09-Jul-2000 Jouni Ahto

- I must be getting demented. Forgot to add and register list destructor
function when creating new list entry type. Several other modifications
too related to this. Blobs still not worki

- I must be getting demented. Forgot to add and register list destructor
function when creating new list entry type. Several other modifications
too related to this. Blobs still not working.

show more ...


# 99c6e63e 07-Jul-2000 Jouni Ahto

- Move away from encoding transaction number into link_id and use properly
resources instead for both.
- Some cleaning.


Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH
# ec62b2d1 05-Jul-2000 Jouni Ahto

- First try at getting interbase to compile and work in ZTS-mode. Compiles.


Revision tags: php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC
# 8f1ff9e8 24-Jun-2000 Jouni Ahto

- Close cursor immediately before reuse so that calling ibase_free_result is
not necessary anymore. Seems to also prevent a a situation where at request
shutdown cursor was first dropped

- Close cursor immediately before reuse so that calling ibase_free_result is
not necessary anymore. Seems to also prevent a a situation where at request
shutdown cursor was first dropped and tried to close it afterwards when
all the resources were not manually freed, and could occasionally segfault.

show more ...


1...<<111213