×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles

    EAccelerator: Difference between revisions

    Content added Content deleted
    imported>mutante
    m (New page: ''"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 th...)
     
    imported>mutante
    m (tutorial link)
     
    (2 intermediate revisions by the same user not shown)
    Line 1: Line 1:
    ''"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."''
    ''"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."''


    * http://eaccelerator.net/
    * http://eaccelerator.net/
    Line 15: Line 15:
    Zend Extension Api No: 220060519
    Zend Extension Api No: 220060519
    ....
    ....
    dpkg-deb: building package `php5-eaccelerator' in `../php5-eaccelerator_5.2.0-8+etch4_i386.deb'.
    </pre>
    </pre>

    dpkg-deb: building package `php5-eaccelerator' in `../[http://s23.org/php5-eaccelerator_5.2.0-8+etch4_i386.deb php5-eaccelerator_5.2.0-8+etch4_i386.deb]'.

    and then install it via ''dpkg -i php5-eaccelerator_5.2.0-8+etch4_i386.deb''
    and then install it via ''dpkg -i php5-eaccelerator_5.2.0-8+etch4_i386.deb''

    * [http://blog.jonnay.net/archives/402-Installing-php-eAccelerator-on-Debian.html Tutorial for installing from source on Debian]


    [[Category:Software]]
    [[Category:Software]]

    Latest revision as of 17:08, 5 January 2008

    "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."

    In Debian stable unfortunately you wont find it apt-get'able but you can use the debianize script from dotdeb to create a .deb file for you from the source code.

    root:~#./debianize eaccelerator-0.9.5.1
    Creating php5-eaccelerator...
       PHP version : 5.2.0-8+etch4
       PHP Api : 20041225
    Configuring for:
    PHP Api Version:         20041225
    Zend Module Api No:      20060613
    Zend Extension Api No:   220060519
    ....
    

    dpkg-deb: building package `php5-eaccelerator' in `../php5-eaccelerator_5.2.0-8+etch4_i386.deb'.

    and then install it via dpkg -i php5-eaccelerator_5.2.0-8+etch4_i386.deb

    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.