PHP Classes

Final way to opcode

Recommend this page to a friend!

      PHP Classes blog  >  Top 10 Wrong Ideas Ab...  >  All threads  >  Final way to opcode  >  (Un) Subscribe thread alerts  
Subject:Final way to opcode
Summary:How to get a PHP project in byte code?
Messages:3
Author:Said Bakr
Date:2011-08-18 22:46:23
Update:2011-08-19 08:11:59
 

  1. Final way to opcode   Reply   Report abuse  
Picture of Said Bakr Said Bakr - 2011-08-18 23:37:05
Hi,
It is another one of your valuable articles Manuel. However, I need to know a direct and simple way, in-which I can turn a PHP project folder into byte code that it able to run under any Apache web server in any shared hosting. Of course, this way should be free.

  2. Re: Final way to opcode   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2011-08-19 06:08:52 - In reply to message 1 from Said Bakr
There are some commercial solutions for that. I am not sure if there are any Open Source solutions that work exactly the way you want.

  3. Re: Final way to opcode   Reply   Report abuse  
Picture of Artur Graniszewski Artur Graniszewski - 2011-08-19 08:11:59 - In reply to message 1 from Said Bakr
Just use a mix of two APC functions:

php.net/manual/en/function.apc-bin- ...

and

php.net/manual/en/function.apc-bin- ...