Installing Oracle for PHP: Skillnad mellan sidversioner
Från MoodleDocs
Ingen redigeringssammanfattning |
mIngen 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: | '''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 | ||
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: (else, all your data will be escaped following MySQL rules, that are incorrect for Oracle)
magic_quotes_sybase = On