History log of /PHP-7.0/ext/interbase/interbase.c (Results 176 – 200 of 305)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# feb8bb7d 12-Aug-2003 Ard Biesheuvel

Fix for failed tests except 005


# b2ef5039 12-Aug-2003 foobar

fix build


# 93bcd55e 12-Aug-2003 Ilia Alshanetsky

emalloc -> safe_emalloc


# 69252c3c 10-Aug-2003 Ard Biesheuvel

Added ibase_num_params() and ibase_param_info()
@- Added function ibase_num_params() (Ard)
@- Added function ibase_param_info() (Ard)


# 9972e05c 10-Aug-2003 Ard Biesheuvel

Win32 fixes


# 9510d999 10-Aug-2003 Ard Biesheuvel

Added ibase_affected_rows() and ibase_num_rows()
Fix for ibase_fetch_*() error after exhaustion of result
@- Added ibase_affected_row() (Ard)
@- Added ibase_num_rows() (Ard)


# b676e953 10-Aug-2003 Ard Biesheuvel

Changed ibase_query() to free transaction resource if SQL is COMMIT or
ROLLBACK


# b1db823a 08-Aug-2003 Ard Biesheuvel

Changes ibase_query() to support SET TRANSACTION statements
@- Added support for SET TRANSACTION statements in ibase_query() (Ard)


# 870ba563 08-Aug-2003 Ard Biesheuvel

Changed the names of some struct members for readability
Added function ibase_errcode()
@- Added function ibase_errcode() (Ard)


# f9ad8f23 08-Aug-2003 Ard Biesheuvel

Changed _php_ibase_trans_end() to allow committing of default transaction
of a non-default link


Revision tags: RELEASE_0_5_3, php-4.3.3RC3
# 712d7d56 07-Aug-2003 Ard Biesheuvel

Fixed crash in _php_ibase_error() after request shutdown


# fdb039db 07-Aug-2003 Ard Biesheuvel

K&R cosmetics

# Summary of the changes in recent revisions for the NEWS file
@- Changes to Interbase extension: (Ard)
@ . Support in ibase_trans() for multiple databases
@ . Ne

K&R cosmetics

# Summary of the changes in recent revisions for the NEWS file
@- Changes to Interbase extension: (Ard)
@ . Support in ibase_trans() for multiple databases
@ . New functions ibase_commit_ret() and ibase_rollback_ret(), which retain
@ the transaction context after execution
@ . Support in ibase_query() for CREATE DATABASE statements
@ . New function ibase_drop_db()
@ . New function ibase_name_result(), which assigns a name to a result for use
@ with SELECT ... FOR UPDATE statements

show more ...


Revision tags: RELEASE_0_5_2
# 00d42286 06-Aug-2003 Ard Biesheuvel

Added three new user functions

ibase_{commit|rollback}_ret()
Commit or rollback a transaction without losing the transaction context.

ibase_name_result()
Assign a name to a

Added three new user functions

ibase_{commit|rollback}_ret()
Commit or rollback a transaction without losing the transaction context.

ibase_name_result()
Assign a name to a result so {UPDATE|DELETE} ... WHERE CURRENT OF <name>
statements can be used.

show more ...


# 9f46081c 06-Aug-2003 Ard Biesheuvel

ibase_query() now returns a link resource if a CREATE DB was issued


# 966663d3 06-Aug-2003 Ard Biesheuvel

Minor Win32 fixes/cleanups


# 3ef8d366 05-Aug-2003 Ard Biesheuvel

Changed ibase_trans() to allow multi-DB transactions with distinct
trans_args for each connection.


Revision tags: RELEASE_1_2b5
# 605619ba 05-Aug-2003 foobar

Fix CS/WS


# f98251f3 05-Aug-2003 Ard Biesheuvel

Significant changes to layout of internal data structures
in order to accomodate and carry out the following changes:
* Removal of arbitrary 'transactions-per-link' limit,
* Transactions

Significant changes to layout of internal data structures
in order to accomodate and carry out the following changes:
* Removal of arbitrary 'transactions-per-link' limit,
* Transactions over multiple databases.

Leak fixes in ibase_query() and ibase_execute() by replacing
emalloc() with do_alloca()

Changes to ibase_query() to enable the use of CREATE DATABASE ...

Added ibase_drop_db()

show more ...


Revision tags: BEFORE_ARG_INFO, php-4.3.3RC2
# b645c60b 10-Jul-2003 foobar

- Fixed bug #11924 (ibase_query() and ibase_execute() mangled passed
parameter variables)


Revision tags: php-5.0.0b1, php-4.3.3RC1
# e5373373 16-Jun-2003 Daniela Mariaschi

proto fixes ibase_rollback and ibase_commit


# 244c706a 15-Jun-2003 Edin Kadribasic

Fixed ZTS build


# e8e4db85 14-Jun-2003 Daniela Mariaschi

Added IBASE_REC_VERSION/IBASE_REC_NO_VERSION transaction constants
required from bugs #8797 #23887
(added IBASE_WRITE, IBASE_WAIT, IBASE_CONCURRENCY just for clarity)


# 080eaaf5 12-Jun-2003 Andrey Hristov

proto fixes


# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


# 234e7a3f 02-Jun-2003 Daniela Mariaschi

Fixed numeric/decimal +/-(x,y) +/-(x,0)
for all platforms


12345678910>>...13