Edit report at http://bugs.php.net/bug.php?id=51358&edit=1
ID: 51358 Updated by: paj...@php.net Reported by: joe dot kleinhenz at gmail dot com Summary: PHP vrs. 5.3.2 does not work with Interbase -Status: Open +Status: Bogus Type: Bug Package: InterBase related Operating System: Microsoft Vista Pro PHP Version: 5.3.2 New Comment: 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. Previous Comments: ------------------------------------------------------------------------ [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