Page 1 of 1

php setting?

PostPosted: September 3rd, 2010, 9:59 am
by dozarte
What are right settings for:
php: 4 or 5?
register globals?
allow url fopen?
curl?
sqlite?

...and plus: does Quick Cache has some preferences about the permalink settings?

Thanks!

Re: php setting?

PostPosted: September 7th, 2010, 3:49 pm
by Jason Caldwell
Thanks for the great questions.
dozarte wrote:What are right settings for:
php: 4 or 5?
register globals?
allow url fopen?
curl?
sqlite?

...and plus: does Quick Cache has some preferences about the permalink settings?

Quick Cache requires PHP 5.2+, running WP 3.0+.

For best performance/compatibility, I recommend:
register_globals = off
allow_url_fopen = on
cURL enabled


I don't recommend sqlite. Stick with MySQL, that's what WordPress® is designed to run with.