Hey, I was wondering if there is/are any drawbacks/limitations of php over other web languages? Thanx
Perhaps the biggest drawback is that there is no garbage collection. Someone inexperienced in using PHP can easily run into memory issues because of this.
Its when there is I belive a memory timeout/error and it lets the user download the PHP file that is being proccessed by the server. It will throw up the php file to be downloaded.
Some say that it's too loose and gives programmers bad habbits. I don't blame PHP but the programmers themself. One problem is lack of namespaces in the current version, apparently this will be fixed in the new version, though