As far as I can tell, the advice seems to be setting limits in php.ini where
you have access to it, otherwise in .htaccess
php_value memory_limit [new memory limit]
This is fine as long as your host allows it. Some hosts may have setup PHP so that you can't do it and other hosts might not see this as a very friendly thing for you to do. Just be sure not to do anything that's gonna make your host angry at you (or be against your TOS).
--
Dan Coulter
http://www.dancoulter.com/
http://www.phpflickr.com/
Hey, I got nothing to do today but smile
-Simon and Garfunkel
_______________________________________________ wp-testers mailing list [email protected] http://lists.automattic.com/mailman/listinfo/wp-testers
