Re: [PHP] "use strict" or similar in PHP?

2009-02-26 Thread Spam Recipient
I have no ideea why my response from half an hour ago was not sent, but here it is again: 1. Error reporting set to show notices, warnings and errors. See http://www.php.net/manual/en/function.error-reporting.php 2. For caching you can use memcache. See http://www.php.net/memcache 3. These are c

Re: [PHP] Re: Vote for PHP support in Google App Engine

2008-04-10 Thread Spam Recipient
function sign_petition() { throw new Exception('I WANT PHP may use your email address to personalize your experience on their website.'); } try { sign_petition(); } catch (Exception $e) { echo 'No thank you: ', $e->getMessage(), "\n"; } -- Homer: You know what? Grampa: What? Homer: