History log of /PHP-5.5/ext/interbase/interbase.c (Results 101 – 125 of 273)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# cb8da7b0 04-Sep-2003 Ard Biesheuvel

Fix inter-op with IB < 6
Fixes for 64-bit archs


# 6f998688 04-Sep-2003 Ard Biesheuvel

Fixed fetching of arrays
# Untested for multidimensional arrays


# 912a8347 04-Sep-2003 Ard Biesheuvel

No scaling for double type
Added missing array types
Precompute scale factors


# b3b68834 03-Sep-2003 Ard Biesheuvel

Fix binding of 16-bit NUMERIC parameters


# d6741596 02-Sep-2003 Ard Biesheuvel

Nuke far pointers
# Unfortunately, this does break compatibility with Windows 3.x :-)


# f19dcfe8 02-Sep-2003 Ard Biesheuvel

CS fixes
# Boy, these guys are worse than -ansi -pedantic


# 4545ea46 02-Sep-2003 Ard Biesheuvel

Make ibase_{param|field}_info() return typenames that actually mean something


# 0f1b506f 02-Sep-2003 Ard Biesheuvel

Can't ignore variadic DEBUG macro for compilers
that don't support them. Revert.


# dbdd5b41 02-Sep-2003 Ard Biesheuvel

Changed some formatting/macro/debugging/variadic stuff


# 6ee5a0db 28-Aug-2003 Ard Biesheuvel

Prototype fixes
Return number of affected rows by ibase_query() and ibase_execute() if > 0
# Second change was actually introduced in 1.149, but never
# mentioned in the CVS log


# 50006652 28-Aug-2003 Ard Biesheuvel

Fixed some format strings


# fd89b9a7 28-Aug-2003 Ard Biesheuvel

Removed TSRMLS_FETCH from _php_ibase_module_error()


# 2db5c7de 27-Aug-2003 Ard Biesheuvel

Do not reuse data structure for ibase_execute() results.
Invalidate the results whose statement handle has been invalidated.
# EXEC PROCEDURE results don't need a statement handle, so
# t

Do not reuse data structure for ibase_execute() results.
Invalidate the results whose statement handle has been invalidated.
# EXEC PROCEDURE results don't need a statement handle, so
# the result doesn't have to be invalidated.
Fixed some add_{index|assoc}_*() bogosity

show more ...


Revision tags: php-4.3.3
# 84f99590 20-Aug-2003 Ard Biesheuvel

Fix false warning on zero-size BLOB fetch


# 27582c48 20-Aug-2003 Ard Biesheuvel

Reuse result data structure and resource id for consecutive executions
of a prepared query
# As previous resources are invalidated anyway because their statement
# handle is reused, we do

Reuse result data structure and resource id for consecutive executions
of a prepared query
# As previous resources are invalidated anyway because their statement
# handle is reused, we don't have to allocate a new result for every
# execution of a prepared query

show more ...


# d70f744a 20-Aug-2003 Ard Biesheuvel

Moved transaction defaults to header file


# 8f869998 20-Aug-2003 Ard Biesheuvel

Cleaned up _php_ibase_var_zval()


# 55152681 20-Aug-2003 Ard Biesheuvel

Fix Win32 build


# 1b8e0440 20-Aug-2003 Ard Biesheuvel

Moved some local vars to stack


# d7c734ed 20-Aug-2003 Ard Biesheuvel

Nuke link handle from BLOB id
# Now BLOB ids can survive disconnect/reconnect
Added link argument to ibase_blob_{open|info|echo}()


Revision tags: php-4.3.3RC4
# f96efcbf 18-Aug-2003 Ard Biesheuvel

Nuke bogus BLOB ids
# User-space BLOB id no longer contains transaction handle, so BLOB ids
# now remain valid throughout multiple transactions.
# Oh, and they look better too :-)


# a4bb353f 17-Aug-2003 Ard Biesheuvel

Simplify previous fix


# 008115b9 17-Aug-2003 Ard Biesheuvel

Fixed leak in _php_ibase_bind()


# 0e694440 17-Aug-2003 Ard Biesheuvel

Fix possible leak in _php_ibase_fetch_hash()


# 1967ceed 17-Aug-2003 Ard Biesheuvel

Apply fix for ibase_blob_get() to ibase_fetch_*()
Apply fix for ibase_blob_add() to ibase_query()/ibase_execute()


1234567891011