History log of /PHP-5.5/ext/interbase/interbase.c (Results 226 – 250 of 273)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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 ...


# 0c032536 24-Jun-2000 Sascha Schumann

Stop including dl/phpdl.h.


# bcec04f1 11-Jun-2000 Egon Schmid

Added argument type.


Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH
# 3701bc42 05-Jun-2000 Andi Gutmans

- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch


# 4686a3b5 23-May-2000 Sascha Schumann

Use #ifdef COMPILE_DL_EXTNAME solely.


Revision tags: php-4.0.0
# e043439f 18-May-2000 Zeev Suraski

Update the license with the new clause 6


# 08838fe7 14-May-2000 Jouni Ahto

Default to the highest SQL version supported by libs.
Fixed associative array values returned by ibase_field_info.
Fixed compatibility problems with old versions of InterBase.


# 4132ec82 12-May-2000 Jouni Ahto

Changed ibase_num_fields to use high-performance api (which fixed a *very*
obscure bug).


# fc5daee4 12-May-2000 Jouni Ahto

Fixed all (?) remaining issues with InterBase 6 datatypes, especially
with timestamp, date and time.
Incombatible change: renamed constant IBASE_TIMESTAMP to IBASE_UNIXTIME.
Incompatible

Fixed all (?) remaining issues with InterBase 6 datatypes, especially
with timestamp, date and time.
Incombatible change: renamed constant IBASE_TIMESTAMP to IBASE_UNIXTIME.
Incompatible change: renamed configuration directive ibase.timeformat
to ibase.timestampformat.
Added constants IBASE_TIMESTAMP, IBASE_DATE, IBASE_TIME.
Added configuration directives ibase.dateformat and ibase.timeformat.
ibase_timefmt() now takes an optional second argument specifying which
format to change, default is IBASE_TIMESTAMP (for even a little backwards
compatibility).

show more ...


# 59ddaefd 11-May-2000 Jouni Ahto

SQL_INT64 binding support in prepared and executed queries.
Fixed a (probably) longtime bug with binding to DECIMAL/NUMERIC stored as
scaled integer.
# Be lazy on documentation, then nobo

SQL_INT64 binding support in prepared and executed queries.
Fixed a (probably) longtime bug with binding to DECIMAL/NUMERIC stored as
scaled integer.
# Be lazy on documentation, then nobody ever uses the features there are,
# and you never get caught for bugs...

show more ...


# b826d6a4 09-May-2000 Jouni Ahto

Support (partially) the new datatypes in InterBase 6.


Revision tags: php-4.0RC2
# aef06da0 04-May-2000 Jouni Ahto

Fix (?) #4314.


# 4802fbb8 04-May-2000 Jouni Ahto

If using a persistent connection, check if it's still there and reopen if
needed.


# fe50664d 02-May-2000 Sascha Schumann

#if COMPILE_DL

becomes

#if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)


1234567891011