Joined: 11 Apr 2010 |
Posts: 90 |
Location: Prague, Czech Republic |
|
|
Posted: Sun May 30, 2010 3:54 pm |
|
|
|
|
|
Hello. You probably missed an information, that phpEd is an IDE and as such it has its own PHP compiler for both 5.2 and 5.3. By changing setting in phpEd, you are just setting the behavior of the IDE (i.e. phpEd), not the behavior of your web server (WAMP). This means, that by changing setting in phpEd, you are just telling the IDE in what PHP you want to develop, what syntax it should check and what assistance it should offer. But once you are running your PHP code on your server (WAMP), you are running it on the PHP installed on that server - PHP 5.3 as is seems. So simply put, you need to get another WAMP installation with PHP 5.2, if you want a PHP 5.2 setup, because phpEd is just a development tool, not a server itself.
|
|