Azu Posted September 2, 2007 Share Posted September 2, 2007 Hello Can somebody please tell me if there is a way to edit the core to remove the automatic error checking? So that the parser won't look for errors and stuff and try to fix them (E.G. undeclared variables)? I think that removing it could get rid of a lot of overhead but I don't know how. Quote Link to comment https://forums.phpfreaks.com/topic/67639-automatic-error-checking/ Share on other sites More sharing options...
btherl Posted September 10, 2007 Share Posted September 10, 2007 I doubt it will help much. Checking for errors occurs naturally as a by-product of parsing. If you want to avoid parsing overhead, I would go with a PHP compiler. Quote Link to comment https://forums.phpfreaks.com/topic/67639-automatic-error-checking/#findComment-345178 Share on other sites More sharing options...
Azu Posted September 10, 2007 Author Share Posted September 10, 2007 Thanks! I don't know of any that word on Windows XP Professional 64bit Service Pack 2 that don't demand money, though.. Could you please link me one? I would greatly appreciate it! Quote Link to comment https://forums.phpfreaks.com/topic/67639-automatic-error-checking/#findComment-345480 Share on other sites More sharing options...
btherl Posted September 11, 2007 Share Posted September 11, 2007 Er, I don't know of any either Ones that don't demand money, that is. Some things in life just aren't free. The approach at my workplace is just to buy more hardware to make the scripts go faster.. Quote Link to comment https://forums.phpfreaks.com/topic/67639-automatic-error-checking/#findComment-345668 Share on other sites More sharing options...
Azu Posted September 11, 2007 Author Share Posted September 11, 2007 It's not really a matter of commercial usage, I just want to make my site as possible. I want to see if I can get the average response time for my pages to be similar to plain HTML (non-scripting) response times. And I don't really have any money.. Well, thanks anyways ^^ I guess I'll search for a few more days and see if I can find anything.. if I do I'll post it here.. Quote Link to comment https://forums.phpfreaks.com/topic/67639-automatic-error-checking/#findComment-345769 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.