php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #51358 PHP vrs. 5.3.2 does not work with Interbase
Submitted: 2010-03-23 09:34 UTC Modified: 2010-03-23 10:01 UTC
From: joe dot kleinhenz at gmail dot com Assigned:
Status: Not a bug Package: InterBase related
PHP Version: 5.3.2 OS: Microsoft Vista Pro
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: joe dot kleinhenz at gmail dot com
New email:
PHP Version: OS:

 

 [2010-03-23 09:34 UTC] joe dot kleinhenz at gmail dot com
Description:
------------
PHP version 5.3.2 will not recognize any Interbase function. For example, ibase_query is returned with an error stating that the function is not recognized. The extension has been confirmed as enabled in php.ini and php_interbase.dll is confirmed as existing in the ext file folder.

Test script:
---------------
$query = "SELECT * FROM TR5 WHERE FK_TR4='$fk_tr4' ORDER BY TR5_O";
					$result = ibase_query($msiflex_connect, $query);
					while ($row=ibase_fetch_assoc($result))

Expected result:
----------------
Output of requested data from database.

Actual result:
--------------
Actual result is an error returned stating that the function is not recognized as stated above.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-03-23 10:01 UTC] pajoye@php.net
-Status: Open +Status: Bogus
 [2010-03-23 10:01 UTC] pajoye@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.


 [2010-03-24 06:09 UTC] joe dot kleinhenz at gmail dot com
I did a query and nothing came up for Interbase/PHP 5.3.2 Could you please send me a link to the bug report you're describing? If so I'd appreciate it. Also, if there is a page/report describing a way to fix this error please send that as well. Thank You.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 04:01:30 2024 UTC