php-src/ext/interbase
Lars Westermann b599957076 [DOC] prototype for ibase_query() should be changed to:
PHP4:
  resource ibase_query ( [resource $link_identifier,] string $query [, mixed $bind_arg [, ...]] )
PHP5:
  resource ibase_query ( [resource $link_identifier,] [resource $transaction_identifier,] string $query [, mixed $bind_arg [, ...]] )

prototype for ibase_prepare() should be changed to:
PHP4:
  resource ibase_prepare ( [resource $link_identifier,] string $query )
PHP5:
  resource ibase_prepare ( [resource $link_identifier,] [resource $transaction_identifier,] string $query )

prototype for ibase_execute() should be changed to:
  mixed ibase_execute ( resource $query, [, mixed $bind_arg [, ...]] )

- Fixed bug #30690: (Resource handle from ibase_execute becomes invalid after return)
- Fixed bug #30907: (ibase_query() crashes (in fact the same bug as #32143)
- Fixed bug #32143: (ibase_query() causing IBserver 7 crash with NULL param as link-id)
- Fixed bug #39056: (Interbase NUMERIC data type error)
- Fixed bug #39397: (invalid statement handle in Unknown on line 0)
- Fixed bug #39700: (NUMERIC error when result precision are 7,8 or 12-14)
- Fixed bug #42284: (duplicate of #39700)
2007-11-08 19:16:27 +00:00
..
tests Use constant IBASE_CREATE instead of just 0 2004-06-01 08:38:33 +00:00
config.m4 MFH: Fix some lib vs $PHP_LIBDIR issues 2007-07-31 13:02:00 +00:00
config.w32 Dropped support for ancient Interbase versions (< 6) 2004-05-12 14:29:42 +00:00
CREDITS Added myself 2003-08-11 00:49:08 +00:00
ibase_blobs.c - Avoid sprintf, even when checked copy'n'paste or changes lead to errors 2007-02-24 02:17:47 +00:00
ibase_events.c MFH: Bump year. 2007-01-01 09:36:18 +00:00
ibase_query.c [DOC] prototype for ibase_query() should be changed to: 2007-11-08 19:16:27 +00:00
ibase_service.c fix broken snprintf code 2007-03-06 00:24:00 +00:00
interbase.c Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:00:48 +00:00
interbase.dsp ... back from the dead 2004-06-08 10:04:09 +00:00
interbase.rc Update copyright year 2007-01-01 19:32:10 +00:00
php_ibase_includes.h MFH: Bump year. 2007-01-01 09:36:18 +00:00
php_ibase_udf.c malloc() -> pemalloc() 2007-03-12 23:21:41 +00:00
php_interbase.h MFH: Bump year. 2007-01-01 09:36:18 +00:00