History log of /PHP-5.4/ext/interbase/ibase_query.c (Results 51 – 58 of 58)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1
# c6773a06 21-May-2004 Ard Biesheuvel

Removed strcpy() call from most common case
Added test for hash index generation


# 27c3c301 21-May-2004 Ard Biesheuvel

Added test for duplicate field names when returning rows as hashes or objects
# This change should be in 5.0.0, as it might break BC


# 8428d008 12-May-2004 Ard Biesheuvel

Fixed a couple of inconsistencies in param binding
# Previously, empty strings were either rejected (for scaled integers)
# or silently converted to 0 (unscaled integers & floats). Also, in s

Fixed a couple of inconsistencies in param binding
# Previously, empty strings were either rejected (for scaled integers)
# or silently converted to 0 (unscaled integers & floats). Also, in some
# cases, null zvals were converted to empty strings, which were
# consequently rejected as unconvertible values.
# In the new situation, empty strings will be handled as NULLs for
# fields that cannot distinguish between the two (numeric/date/time).
# Additionally, all range and value checking is now carried out by the
# database, so there is a consistent interface for error handling.

show more ...


# afc9cb15 12-May-2004 Ard Biesheuvel

Dropped support for ancient Interbase versions (< 6)
# This has no consequences for Firebird, as its initial release was based on IB 6


# bfcc12ef 07-May-2004 Ard Biesheuvel

Fix unregistered bug in zval pointer/array juggling
# Thinko: element of a **zval[] is usually not a *zval[]
# I can't believe this has gone undetected for 4+ years!


# 18d9462a 05-May-2004 Ard Biesheuvel

Fixed unregistered bug: array count is incorrect when binding array ids
Fixed unregistered bug: empty numeric/datetime param argument is coerced to
a string that cannot be handled by

Fixed unregistered bug: array count is incorrect when binding array ids
Fixed unregistered bug: empty numeric/datetime param argument is coerced to
a string that cannot be handled by the IB API layer

show more ...


# d6838a86 04-May-2004 Ard Biesheuvel

ibase_query(): Be careful not to return true on error conditions


Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2
# 18fa4611 05-Apr-2004 Ard Biesheuvel

More divide & conquer


123