Edit report at http://bugs.php.net/bug.php?id=51358&edit=1

 ID:               51358
 Comment by:       joe dot kleinhenz at gmail dot com
 Reported by:      joe dot kleinhenz at gmail dot com
 Summary:          PHP vrs. 5.3.2 does not work with Interbase
 Status:           Bogus
 Type:             Bug
 Package:          InterBase related
 Operating System: Microsoft Vista Pro
 PHP Version:      5.3.2

 New Comment:

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.


Previous Comments:
------------------------------------------------------------------------
[2010-03-23 10:01:51] paj...@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-23 09:34:30] 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.


------------------------------------------------------------------------



-- 
Edit this bug report at http://bugs.php.net/bug.php?id=51358&edit=1

Reply via email to