thegooglecodearchive / minify

Automatically exported from code.google.com/p/minify
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Add set_magic_quotes_runtime(false); #155

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If the magic runtime/sybase settings are On, file reads with quotes will be
mangled. 

* Try to turning them off in /min/index.php
* Add test for these settings in test_environment.php

Low priority because enabled settings are rare in PHP5 and even deprecated now.

Original issue reported on code.google.com by mrclay....@gmail.com on 7 Jan 2010 at 5:15