History log of /PHP-7.2/ext/interbase/interbase.c (Results 276 – 300 of 311)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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)


# 0d383d93 02-May-2000 Sascha Schumann

Replace the various get_module() functions with a uniform
ZEND_GET_MODULE(name) macro.


# 430bfdd8 30-Apr-2000 Jouni Ahto

Moving module to the high-performance API & fixing it for PHP4.


# 1dc32c2d 18-Apr-2000 Jouni Ahto

# Reaching alpha status with this module...


# a7c8bfb9 06-Apr-2000 Colin Viebrock

phpinfo() prettying


# 2cb6745c 06-Apr-2000 Colin Viebrock

a better way, i've been told (thanks)


# 5115342c 06-Apr-2000 Colin Viebrock

More phpinfo() prettying.

Can someone check my code for the interbase
support, and I need someone else to decode the LDAP stuff ... it's beyond
me.


Revision tags: PHP-4.0-RC1
# bd1140e7 12-Mar-2000 Jouni Ahto

# Compiles. Doesn't work yet. Unless leaking memory counts as 'working'.
# Trying to finish before RC1...


# d02fe90b 06-Mar-2000 Stig Bakken

Change extension names in all extensions' zend_module_entry to their
directory name.


# 86c96359 23-Feb-2000 Egon Schmid

More protos.


Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1
# 9b621d1c 19-Feb-2000 Zeev Suraski

Get the license right... (this won't make it to RC1 of B4)


Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000, BEFORE_SAPIFICATION_FEB_10_2000, BEFORE_PRE_SHUTDOWN_REVERSE_PATCH
# 43ae2bff 01-Jan-2000 Sascha Schumann

Happy Y2K patch! Happy new year (or the new millennium, depending on whether
you start counting at 0 or 1).


Revision tags: PRE_ISSET_TYPE, PRE_LIBZEND_TO_ZEND
# 396bccfb 17-Dec-1999 Zeev Suraski

More php3_ cleanup


1...<<111213