Re: [PHP-DOC] ocibindbyname() example should be fixed

2003-10-16 Thread Mehdi Achour
Hi :) 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 rewri

RE: [PHP-DOC] ocibindbyname() example should be fixed

2003-10-16 Thread Ford, Mike [LSS]
On 16 October 2003 13:48, Antony Dovgal wrote: > 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 yo

[PHP-DOC] ocibindbyname() example should be fixed

2003-10-16 Thread Antony Dovgal
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 thi