I installed PHP 5.1.6.6 on Windows 2003 Ent. Edition. Shows my pages, but when I try to use a login script, the posts do not work
Its not my scripts, because they worked before on PHP4. 68.35.40.41 has all info on my php.It isn't necessarily a version problem. More likely it's some difference in the configuration. Without seeing the code and what errors, if any, are received, it's all guesswork on our part, though. (My first guess though would be that your code [incorrectly] depends on register_globals being turned on, but it is [correctly] turned off in your newer installation.)Actually sessions are handled differently in PHP 5 than they are in PHP 4. More specifically, the order session shut down occurs compared to object destruction is different. If the session in your PHP 4 script depends on objects to write & close down the session, then it likely will not work in PHP 5 if you don't explicitly shut down the session yourself or shut it down in the object's __destructor.Now I am having trouble with it working. I added php-cgi.exe to both the Web Service Extension as well as the application configeration and it is not working...It also says something about the ACL
Its not my scripts, because they worked before on PHP4. 68.35.40.41 has all info on my php.It isn't necessarily a version problem. More likely it's some difference in the configuration. Without seeing the code and what errors, if any, are received, it's all guesswork on our part, though. (My first guess though would be that your code [incorrectly] depends on register_globals being turned on, but it is [correctly] turned off in your newer installation.)Actually sessions are handled differently in PHP 5 than they are in PHP 4. More specifically, the order session shut down occurs compared to object destruction is different. If the session in your PHP 4 script depends on objects to write & close down the session, then it likely will not work in PHP 5 if you don't explicitly shut down the session yourself or shut it down in the object's __destructor.Now I am having trouble with it working. I added php-cgi.exe to both the Web Service Extension as well as the application configeration and it is not working...It also says something about the ACL