ID: 28894 Updated by: [EMAIL PROTECTED] Reported By: bbalint at 3dga dot hu -Status: Open +Status: Bogus Bug Type: InterBase related Operating System: all PHP Version: 4.3.7 New Comment:
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Thank you for your interest in PHP. The note in the manual is for PHP 5. PHP 4 only has IBASE_TEXT. Previous Comments: ------------------------------------------------------------------------ [2004-06-23 16:17:35] bbalint at 3dga dot hu 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 this bug report at http://bugs.php.net/?id=28894&edit=1