[imp] Oracle and array keys
Liam Hoekenga
liamr@umich.edu
Sun, 20 Jan 2002 11:46:38 -0500 (EST)
> > Have you updated PHP itself recently? You'll need the
> > array_change_key_case() function, which only exists in PHP 4 cvs.
>
> Try adding something like this to the Prefs/sql.php driver:
>
> $this->db->setOption('optimize', 'portability');
>
> Add that after the call to DB::connect().
So.... will I need to update the the CVS version of PHP? Or will setting
the "optimize portability" option be sufficient?
Liam