Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: Installing Oracle for PHP.

Installing Oracle for PHP: Difference between revisions

From MoodleDocs
mNo edit summary
mNo edit summary
Line 12: Line 12:


     magic_quotes_sybase = On
     magic_quotes_sybase = On
== Related links ==
[[Installing MSSQL for PHP]]

Revision as of 22:26, 8 August 2007

Note: This article is a work in progress. Please use the page comments or an appropriate moodle.org forum for any recommendations/suggestions for improvement.



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


Related links

Installing MSSQL for PHP