Note: You are currently viewing documentation for Moodle 1.9. 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
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
----


'''Important Note:''' Don't forget to enable this variable in your php.ini (or .htaccess)  file:
'''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
     magic_quotes_sybase = On
else, all your data will be escaped following MySQL rules, that are incorrect for Oracle

Revision as of 12:02, 14 March 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