nozavroni / csvelte

🕺🏻 CSV and Tabular Data library for PHP
http://phpcsv.com/
Other
6 stars 0 forks source link

Make sure "magic quotes" are handled properly #35

Closed deni-zen closed 8 years ago

deni-zen commented 8 years ago

PHP has a "magic quotes" setting in php.ini that automatically escapes quotes when using certain functions. Make sure that it doesn't interfere with anything and that it is handled properly.

http://php.net/manual/en/info.configuration.php#ini.magic-quotes-runtime

deni-zen commented 8 years ago

Also test magic_quotes_sybase

deni-zen commented 8 years ago

UPDATE: The feature was deprecated in 5.3 and removed in 5.4 so I will have to run it on an older version of PHP to test. Then again, I require at least 5.4 so I can scratch this whole thing. YAY!