I am running version 1.3.0.1, on a server with PHP 5.1.6, and MySQL 5.0.24a, with magic_quotes turned completely off in my php.ini.

ezPages seems to be going a bit crazy on escaping input strings. After tracing through the code, it seems to pass it through mysql_real_escape_string() at least twice, and it doesn't pass it through stripslashes() on most output calls.

This is resulting in large piles of backslashes after just a few page saves.

If you need any other information, or want me to try any troubleshooting, let me know.