Monday 20 February 2012

install php apc on mac

 sudo pear update-channels
 sudo brew install pcre
 sudo pecl install apc

2 comments:

  1. http://devzone.zend.com/1812/using-apc-with-php/

    ReplyDelete
  2. $results = file_get_contents($url) or die("server is not responding");

    ReplyDelete