Re: [PHP-WIN] PHP randomly is not parsing a valid script

2003-09-22 Thread Svensson, B.A.T. (HKG)
In that case; has anybody changes the server settings? You might want to review all relevant settings of the server. Kind regards, //Anders On Mon, 2003-09-22 at 14:08, Francesco wrote: > Unfortunately it cannot be a data problem, because PHP finds syntax errrors > every time in some o

RE: [PHP-WIN] PHP randomly is not parsing a valid script

2003-09-22 Thread Mike Brum
o: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] PHP randomly is not parsing a valid script Unfortunately it cannot be a data problem, because PHP finds syntax errrors every time in some other part of the code. And not just in one script, also in many others. Also in a distributed application (an eva

Re: [PHP-WIN] PHP randomly is not parsing a valid script

2003-09-22 Thread Francesco
Unfortunately it cannot be a data problem, because PHP finds syntax errrors every time in some other part of the code. And not just in one script, also in many others. Also in a distributed application (an evaluation versione of WebEdition CMS) I got those "false" syntax errors. Every time, it is s

Re: [PHP-WIN] PHP randomly is not parsing a valid script

2003-09-22 Thread Svensson, B.A.T. (HKG)
There might be a lot of reasons, but a some brains storm ideas might be: a) New type of data (well formed or not) is feed to the script, and it cant handle this type of format. b) New functionality has been added and these function can't handle either valid or invalid data formats c) Old f