#
654aa13c |
| 16-Aug-2003 |
Ard Biesheuvel |
Added comment about ibase_num_rows()
|
#
dfbed2aa |
| 15-Aug-2003 |
Ard Biesheuvel |
Added ibase_free_event_handler()
|
#
d348c643 |
| 15-Aug-2003 |
Ard Biesheuvel |
Moved TRMLS_FETCH to correct scope
|
#
d5de1ad4 |
| 15-Aug-2003 |
Ard Biesheuvel |
Added ibase_set_event_handler()
|
#
970371ef |
| 14-Aug-2003 |
Ard Biesheuvel |
Added ibase_wait_event()
|
#
e86d5324 |
| 13-Aug-2003 |
foobar |
Disable the debugging to prevent the tests from failing.
|
#
05db0878 |
| 13-Aug-2003 |
Ard Biesheuvel |
Allow the use of EXECUTE PROCEDURE statements
|
#
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)
|
#
5a30b61e |
| 12-Aug-2003 |
Ard Biesheuvel |
Fixed bug #23936 (fail to select and fetch)
|
#
dd5b4979 |
| 12-Aug-2003 |
Ard Biesheuvel |
Added comment in code :-)
|
#
9e445746 |
| 12-Aug-2003 |
Ard Biesheuvel |
Revert ugly workaround for erroneous results of ibase_num_rows() (see comment in code)
|
#
d6477e1b |
| 12-Aug-2003 |
Ard Biesheuvel |
Fix for missing errmsg in test 005
|
#
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
|