History log of /PHP-7.0/ext/interbase/interbase.c (Results 126 – 150 of 305)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 95b0fc58 12-Sep-2003 Ard Biesheuvel

Pointer size fix


# 7ff3a3e4 11-Sep-2003 Ard Biesheuvel

Add client library info to phpinfo() function
Small inter-op fix for IB6


# c5b69dcb 11-Sep-2003 Ard Biesheuvel

Changed unsigned ISC_LONG to ISC_LONG
# Build fix for FB 1.5


# 6c0e21fc 07-Sep-2003 Ard Biesheuvel

Add version info to Windows DLL


# 28151693 05-Sep-2003 Ard Biesheuvel

Be more relaxed about dimensions of array arguments


# e73be1cb 04-Sep-2003 Ard Biesheuvel

Added support for binding arrays


# f4511d4a 04-Sep-2003 Ard Biesheuvel

Don't rely on sizeof(int) == 4


# 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


12345678910>>...13