Parse error

November 4, 2006 - 07:54
Parse error
Posts: 2
Joined: 2006-11-04

Whenever i paste the configuration stuff from the install page into my php.ini
i get an Parse error apache on lines that have nothing to do with it( for example 758, i move down the code, and suddenly an error at 1048). When i remove it, everything works fine,

Specs:
XAMPP
Apache on winxp
php 5.1.6



November 5, 2006 - 04:24
Posts: 406
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 ";"