Installing Oracle for PHP: Skillnad mellan sidversioner

Från MoodleDocs
Hoppa till:navigering, sök
mIngen redigeringssammanfattning
 
Ingen redigeringssammanfattning
Rad 2: Rad 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:
    magic_quotes_sybase = On
else, all your data will be escaped following MySQL rules, that are incorrect for Oracle

Versionen från 14 mars 2007 kl. 12.02

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:

   magic_quotes_sybase = On

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