Php5-eaccelerator - How to Download and Install on Mac OS X
Sunday the 22nd of November, 2009

    php5-eaccelerator  most recent diff


    version

      View the most recent changes for the php5-eaccelerator port at: php5-eaccelerator.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for php5-eaccelerator.
      The raw portfile for php5-eaccelerator is located here:
      http://php5-eaccelerator.darwinports.com/dports/php/php5-eaccelerator/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/php5-eaccelerator


      The php5-eaccelerator Portfile 57375 2009-09-10 08:16:41Z ryandesign macports.org $

      PortSystem 1.0
      PortGroup php5extension 1.0

      php5extension.setup eaccelerator 0.9.6-rc1

      Category: php www devel
      Platform: darwin freebsd openbsd
      Maintainers: alakazam
      Homepage: http://eaccelerator.net/
      Description: php5 extension for PHP acceleration, optimization, and dynamic content caching
      Long Description: eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic content cache. It increases the performance of PHP scripts by caching them in their compiled state, so that the overhead of compiling is almost completely eliminated. It also optimizes scripts to speed up their execution. eAccelerator typically reduces server load and increases the speed of your PHP code by 1-10 times.

      Master Sites: http://bart.eaccelerator.net/source/0.9.6/

      Checksums: md5 af078c6cfb57fcd4fafaccbdd14cc05c sha1 af003d14887308450ac921bd197dab151ed39e53 rmd160 36025799835f3e21b50a1e1a286143e71f88cd3a

      use_bzip2 yes
      configure.args --with-php-config=${prefix}/bin/php-config

      Variant: shared_memory description {Enable shared memory access functions [only enable in trusted environments]} {
      configure.args-append --with-eaccelerator-shared-memory
      }

      Variant: sessions description {Enable session handler [only enable in trusted environments]} {
      configure.args-append --with-eaccelerator-sessions
      }

      Variant: content_caching description {Enable content caching support [may be obsoleted in a future version of eAccelerator]} {
      configure.args-append --with-eaccelerator-content-caching
      }

      Variant: doc_comment_caching description {Enable PHP doc comment caching} {
      configure.args-append --with-eaccelerator-doc-comment-inclusion
      }

      Variant: disassembler description {Include a disassembler} {
      configure.args-append --with-eaccelerator-disassembler
      }

      livecheck.type regex
      livecheck.url ${homepage}
      livecheck.regex "Release-((\\d\\.?)+(-rc1)?)"

    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/php5-eaccelerator
      % sudo port install php5-eaccelerator
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching php5-eaccelerator
      ---> Verifying checksum for php5-eaccelerator
      ---> Extracting php5-eaccelerator
      ---> Configuring php5-eaccelerator
      ---> Building php5-eaccelerator with target all
      ---> Staging php5-eaccelerator into destroot
      ---> Installing php5-eaccelerator
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using php5-eaccelerator with these commands:
      %  man php5-eaccelerator
      % apropos php5-eaccelerator
      % which php5-eaccelerator
      % locate php5-eaccelerator

     Where to find more information:

    Darwin Ports



    Lightbox this page.