History log of /PHP-5.3/ext/interbase/ibase_query.c (Results 26 – 50 of 50)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.2.1RC1
# c69555b9 30-Nov-2006 Ilia Alshanetsky

Thread safety fixes.


Revision tags: php-5.2.0, php-5.2.0RC6, php-5.2.0RC5, php-5.2.0RC4, php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1, php-4.4.3RC2, BEFORE_NEW_OUTPUT_API, php-4.4.3RC1, php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2, RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# 5bd93221 01-Jan-2006 foobar

bump year and license version


Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0
# 23e671a5 03-Aug-2005 foobar

- Bumber up year


Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1, RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4, RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2, php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1
# bb5ce07f 10-Nov-2004 Ard Biesheuvel

Fixed return value of ibase_execute()


Revision tags: PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8
# 1b4e0b81 06-Jul-2004 Ard Biesheuvel

Don't copy ini items to module globals
(fixed unregistered bug with mangled default_db setting)


# d5fc8152 04-Jul-2004 Ilia Alshanetsky

Eliminate potentially dangerous alloca().


# 16e2d614 28-Jun-2004 Ard Biesheuvel

MFB Fixed bug #28897 (-1 returned as -0.000 for 64-bit scaled int)


# c84c5640 12-Jun-2004 Ard Biesheuvel

Revert


# 39a69032 12-Jun-2004 Ard Biesheuvel

Added export macros


Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7
# 39edbe51 01-Jun-2004 Ard Biesheuvel

Don't be too strict if the number of binding arguments provided exceeds the expected number


# b027552c 01-Jun-2004 Ard Biesheuvel

Removed debugging code


# ff3a363d 01-Jun-2004 Ard Biesheuvel

Use constant IBASE_CREATE instead of just 0


# 3be22062 31-May-2004 Ard Biesheuvel

Fix typo in error message


# e9125d63 31-May-2004 Ard Biesheuvel

Improved handling of 'CREATE DATABASE ...' by ibase_query()
Improved param handling of ibase_query() and ibase_execute()


# fda04a0e 30-May-2004 Ard Biesheuvel

Restrict 'CREATE DATABASE' in sql safe mode


# 17da85ba 30-May-2004 Ard Biesheuvel

Fix Win32 build
Added missing 'break'


# 18fa7884 30-May-2004 Ard Biesheuvel

Fix unregistered bug (segfault on uninitialised pointer)
Return string("0 ") from ibase_query() if query succeeded but did not affect any rows


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


12