Note: This documentation is for Moodle 2.7. For up-to-date documentation see Installing Oracle for PHP.

Installing Oracle for PHP: Difference between revisions

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


'''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)
(else, all your data will be escaped following MySQL rules, that are incorrect for Oracle)


     magic_quotes_sybase = On
     magic_quotes_sybase = On

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