#
7b606b98 |
| 01-Feb-2004 |
Ard Biesheuvel |
Remove extension internals from php_interbase.h
|
#
69d53a76 |
| 01-Feb-2004 |
Ard Biesheuvel |
Added backup/restore functions Split interbase.c into several files # It was becoming too big to handle
|
Revision tags: RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1 |
|
#
ccfc46b0 |
| 08-Jan-2004 |
foobar |
- Happy new year and PHP 5 for rest of the files too.. # Should the LICENSE and Zend/LICENSE dates be updated too?
|
Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1, php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1 |
|
#
c40234b4 |
| 26-Sep-2003 |
Ard Biesheuvel |
Let client library pick its own transaction param defaults
|
#
f48f7253 |
| 23-Sep-2003 |
Ard Biesheuvel |
Added ibase_gen_id() # Lightweight shortcut to SELECT GEN_ID() ... function
|
Revision tags: RELEASE_0_7 |
|
#
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
|
#
d6741596 |
| 02-Sep-2003 |
Ard Biesheuvel |
Nuke far pointers # Unfortunately, this does break compatibility with Windows 3.x :-)
|
#
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 |
|
#
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
|
#
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 :-)
|
#
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)
|