You can't simply copy and paste the configuration from most of the pages here.
Try editing each line.
For example, the following line is incorrect:
eaccelerator.shm_only="0" (testing 1 this seem noticeably faster?)
CHANGE TO:
eaccelerator.shm_only="0"
OR:
eaccelerator.shm_only="0" ;(testing 1 this seem noticeably faster?)
Sorry in most articles on SiteBuddy.com, I often simply add my personal notes. To be a valid php comment needs to be preceded with ";"
Joined: 2006-01-02
You can't simply copy and paste the configuration from most of the pages here.
Try editing each line.
For example, the following line is incorrect:
eaccelerator.shm_only="0" (testing 1 this seem noticeably faster?)
CHANGE TO:
eaccelerator.shm_only="0"
OR:
eaccelerator.shm_only="0" ;(testing 1 this seem noticeably faster?)
Sorry in most articles on SiteBuddy.com, I often simply add my personal notes. To be a valid php comment needs to be preceded with ";"