ID: 22354 Updated by: [EMAIL PROTECTED] Reported By: tobi at blackswan dot ch -Status: Open +Status: Bogus Bug Type: OCI8 related Operating System: windows 2000 PHP Version: 4.3.1 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. Check your php.ini. Previous Comments: ------------------------------------------------------------------------ [2003-02-21 08:32:22] tobi at blackswan dot ch hello i have a problem with the php cli (command line interface) in php (webbrowser) my script works perfect... when i test the script in cli i get the following error --> error ----- <b>Fatal error</b>: Call to undefined function: ocilogon() in <b>D:\apps\Apache2\htdocs\test\scanner\test.php</b> on line <b>9</b><br /> script ------ <?php $host = "(DESCRIPTION=(ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = server)(PORT = 1521)))(CONNECT_DATA=(SID=test)))"; $conn = ocilogon("user","pass",$host); ?> configuration ------------- php 4.3.1 apache 2.0.43 oracle client 9.2.0.1.0 %PATH% is set to D:\Program\ora92\bin phpinfo --> oci enable thx & g tobi ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=22354&edit=1