|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-02-23 05:15 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 08 23:00:02 2025 UTC |
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