|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-11-24 10:33 UTC] thies at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 06 07:00:02 2025 UTC |
PHP 3.0.12 Apache 1.3.9 Oracle 8.0.4 Solaris 2.6 ORACLE_HOME is being set in the httpd.conf file for Apache and is available to all PHP scripts as a global variable. However, it isn't recognized by the OCI functions. I still have to call putenv before using any of the OCI functions: putenv("ORACLE_HOME=".getenv("ORACLE_HOME")); This seems a little odd.