Note: You are currently viewing documentation for Moodle 3.7. Up-to-date documentation for the latest stable version of Moodle may be available here: Installing Oracle for PHP.

Installing Oracle for PHP: Difference between revisions

From MoodleDocs
No edit summary
mNo edit summary
Line 2: Line 2:


* http://www.oracle.com/technology/pub/notes/technote_php_instant.html
* http://www.oracle.com/technology/pub/notes/technote_php_instant.html
* http://moodle.org/mod/forum/discuss.php?d=65488#p308002 (with attached html document)
* http://es.php.net/oci8


----
----

Revision as of 23:28, 12 April 2007

Note: This page is a work-in-progress. Feedback and suggested improvements are welcome. Please join the discussion on moodle.org or use the page comments.




Important Note: Don't forget to enable this variable in your php.ini (or .htaccess) file:

(else, all your data will be escaped following MySQL rules, that are incorrect for Oracle)

   magic_quotes_sybase = On