1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 01:48:26 +02:00
Files
archived-php-src/ext
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
..
MFH
2007-11-08 11:39:40 +00:00
2007-11-02 19:41:12 +00:00
2007-11-05 01:14:31 +00:00
2007-11-01 20:25:11 +00:00
2007-11-01 19:13:39 +00:00
2007-11-06 10:00:39 +00:00
2007-11-08 17:29:42 +00:00
2007-11-08 12:40:43 +00:00
2007-10-30 16:31:41 +00:00
2007-10-08 17:55:40 +00:00
2007-11-05 12:33:40 +00:00
2007-10-11 01:03:19 +00:00
2007-11-07 08:36:44 +00:00
2007-11-02 19:41:12 +00:00
MFH
2007-11-08 13:34:41 +00:00
2007-11-07 09:18:52 +00:00
2007-10-07 08:33:38 +00:00
MFH
2007-10-25 13:01:09 +00:00
2007-11-08 10:03:52 +00:00
;
2004-05-16 12:10:35 +00:00