#
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
|
Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b |
|
#
82d513ee |
| 14-May-2003 |
Daniela Mariaschi |
better fix bug #20641. Overflow numeric/decimal datatype on NT
|
#
46b1372d |
| 05-May-2003 |
Daniela Mariaschi |
- removed error message in dtor (causing segfault when user doesn't free statement) - removed erroneous controls as for bug #23436
|
Revision tags: SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init |
|
#
fcb43b70 |
| 16-Mar-2003 |
foobar |
WS & CS fixes + some TSRM_FETCH() removals + pval -> zval
|
#
d4a72592 |
| 16-Mar-2003 |
foobar |
- Fixed bug #22709 (crash within interbase when database unavailable)
|
#
b07507f0 |
| 14-Mar-2003 |
foobar |
No c++ comments!
|
#
08267e4a |
| 13-Mar-2003 |
Daniela Mariaschi |
Numeric/decimal datatype overflow on Win32. Fixed bug #20641
|
Revision tags: php-4.3.2RC1 |
|
#
3c9155e0 |
| 07-Mar-2003 |
foobar |
Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change.
|
Revision tags: php-4.3.1, PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix |
|
#
e2868b57 |
| 18-Jan-2003 |
Ilia Alshanetsky |
Removed pointless memory allocation checks.
|
#
1351f42e |
| 15-Jan-2003 |
Ilia Alshanetsky |
More build fixes.
|
#
ea0f37fc |
| 15-Jan-2003 |
Ilia Alshanetsky |
Build fixes.
|
#
dbe5972a |
| 15-Jan-2003 |
Ilia Alshanetsky |
Fixed typos.
|