Hello folks.
I am facing a really strange errors over here with our friend PHP.
I have a php script, wich include several others(base class files). Suddenly, I start to get a parse error on line XXX where line XXX does not contain nothing(or error is totally out of mind).
When i put other print/echo sometimes i get a parse error( in a strange line) sometimes not.
I am thinking this maybe a compiler bug (is not being able to parse my file) but I don“t have sure. It is a big script(after all includes) and perhaps this maybe the problem. Is there any limit or something like this on PHP ?
Best regards all.
Thanks in advance.