Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Installing Oracle for PHP: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
Cap resum de modificació
mCap resum de modificació
Línia 2: Línia 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

Revisió del 12:02, 14 març 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