Development Notes
sudo pear update-channels sudo brew install pcre sudo pecl install apc
http://devzone.zend.com/1812/using-apc-with-php/
$results = file_get_contents($url) or die("server is not responding");
http://devzone.zend.com/1812/using-apc-with-php/
ReplyDelete$results = file_get_contents($url) or die("server is not responding");
ReplyDelete