Hi

ocibindbyname() example says, that this syntax should be used:
...
OCIBindByName($stmt,":empno",&$empno,32);
etc. etc.
...
But it's time to mention, that to use &$empno here you MUST set 
allow_call_time_pass_reference to true in your php.ini.
And/or maybe it would be better just to rewrite this example, using proper syntax.
Somebody with enough karma - please fix it.

Should I create a bug report?

---
WBR,
Antony Dovgal aka tony2001
[EMAIL PROTECTED]

Reply via email to