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 :-)
|
#
6561a054 |
| 16-Aug-2003 |
Ard Biesheuvel |
Some general cleaning up Some preliminary changes for extensions to array functions
|
#
78a3fe8f |
| 16-Aug-2003 |
Ard Biesheuvel |
Removed ibase_num_rows() Converted some MACRO-isms
|
#
dfbed2aa |
| 15-Aug-2003 |
Ard Biesheuvel |
Added ibase_free_event_handler()
|
#
d5de1ad4 |
| 15-Aug-2003 |
Ard Biesheuvel |
Added ibase_set_event_handler()
|
#
970371ef |
| 14-Aug-2003 |
Ard Biesheuvel |
Added ibase_wait_event()
|
#
05db0878 |
| 13-Aug-2003 |
Ard Biesheuvel |
Allow the use of EXECUTE PROCEDURE statements
|
#
b220a551 |
| 12-Aug-2003 |
Ard Biesheuvel |
.... and again
|
#
c552c34b |
| 12-Aug-2003 |
Ard Biesheuvel |
Re-commit of failed patch
|
#
72000ab8 |
| 12-Aug-2003 |
foobar |
Revert previous patch.
|
#
b58fa703 |
| 12-Aug-2003 |
Ard Biesheuvel |
Allow prepared execution of any non-query statement except CREATE DB (fixes bug #7014)
|
#
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)
|
#
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)
|
#
870ba563 |
| 08-Aug-2003 |
Ard Biesheuvel |
Changed the names of some struct members for readability Added function ibase_errcode() @- Added function ibase_errcode() (Ard)
|
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
|
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 ...
|
#
966663d3 |
| 06-Aug-2003 |
Ard Biesheuvel |
Minor Win32 fixes/cleanups
|
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 |
|
#
676d4fca |
| 10-Jul-2003 |
foobar |
Revert bad fix.
|
#
3396cb34 |
| 10-Jul-2003 |
foobar |
Fix crashes in certain situations (whenever there is an error, basically..)
|
Revision tags: php-5.0.0b1, php-4.3.3RC1 |
|
#
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)
|
#
f68c7ff2 |
| 10-Jun-2003 |
James Cox |
updating license information in the headers.
|
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
|
Revision tags: SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init, php-4.3.2RC1, php-4.3.1, PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix |
|
#
b506f5c8 |
| 31-Dec-2002 |
Sebastian Bergmann |
Bump year.
|