php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #28894 missing constant: IBASE_FETCH_BLOBS
Submitted: 2004-06-23 16:17 UTC Modified: 2004-06-28 12:49 UTC
From: bbalint at 3dga dot hu Assigned:
Status: Not a bug Package: InterBase related
PHP Version: 4.3.7 OS: all
Private report: No CVE-ID: None
 [2004-06-23 16:17 UTC] 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


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-06-28 12:49 UTC] abies@php.net
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.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 03:01:28 2024 UTC