From:             bbalint at 3dga dot hu
Operating system: all
PHP version:      4.3.7
PHP Bug Type:     InterBase related
Bug description:  missing constant: IBASE_FETCH_BLOBS

Description:
------------
PHP Manual (http://www.php.net/ibase) says:
Constant           Description
IBASE_FETCH_BLOBS  Also available as IBASE_TEXT for backward
compatibility. Causes BLOB contents to be fetched inline, instead of being
fetched as BLOB identifiers.

but the source code (ext/interbase/interbase.c) differs from this:
there's nothing about IBASE_FETCH_BLOBS, only the "old" constant,
IBASE_TEXT


-- 
Edit bug report at http://bugs.php.net/?id=28894&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=28894&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=28894&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=28894&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=28894&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=28894&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=28894&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=28894&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=28894&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=28894&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=28894&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=28894&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=28894&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=28894&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=28894&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=28894&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=28894&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=28894&r=float

Reply via email to