ID: 11902
Updated by: jmoore
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Bug Type: Unknown/Other Function
Operating System: SunOS oradev 5.7 Generic_106541-
PHP Version: 4.0.5
New Comment:

what server and sapi are you using?

Previous Comments:
------------------------------------------------------------------------

[2001-07-05 07:14:06] [EMAIL PROTECTED]

if(defined("LINK_ID"))
  print("ERROR");
$link_id = OCILogon(.....);
define("LINK_ID" , $link_id);

If I run this script it will print ERROR on the second call (refresh) but not the 3rd, 
then again on the 4th.
It seems not to like me assign the resource id in this form. If I use 
define("LINK_ID" , "$link_id");
it works and I can use the constant but this is hardly as documentated.
All other defined variables even those with simple strings or numerals carry over as 
well when I use the first method. Not nice :)
Since I already have a work around this is not a hot issue, but I would like to know 
if this is a problem with me or with php.
If you need more info please feel free to contact me.

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



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


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to