Re: [PHP] Compiler for the PHP code

2013-03-27 Thread czirzow
As suggested look at APC, although I expect the problem is not with php but how 
you wrote things, it could be database related.

If you need to compile php to make things faster, you have a problem outside of 
php

Curt.

On Mar 19, 2013, at 4:46 AM, Kevin Peterson qh.res...@gmail.com wrote:

 My webcode written in PHP and it is running in the interpreted way. My 
 problem is it is not giving the desired performance so want to try the 
 compiler if any. 
 Please suggest if we have any compiler option available for the PHP code and 
 more important is this new option.
 

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] Compiler for the PHP code

2013-03-19 Thread Camille Hodoul
Googling compile php code gave me this :
http://stackoverflow.com/questions/1408417/can-you-compile-php-code
It looks like you have some options but I haven't tried any yet, so I can't
help you with the installation


2013/3/19 Kevin Peterson qh.res...@gmail.com

 My webcode written in PHP and it is running in the interpreted way. My
 problem is it is not giving the desired performance so want to try the
 compiler if any.
 Please suggest if we have any compiler option available for the PHP code
 and more important is this new option.




-- 
Camille Hodoul
http://camille-hodoul.com/


Re: [PHP] Compiler for the PHP code

2013-03-19 Thread Vincent Tumwijukye
Dear Kevin, please install and use the PECL bcompiler extension. You will
need to use the approprate version for your php

regards

On Tue, Mar 19, 2013 at 11:46 AM, Kevin Peterson qh.res...@gmail.comwrote:

 My webcode written in PHP and it is running in the interpreted way. My
 problem is it is not giving the desired performance so want to try the
 compiler if any.
 Please suggest if we have aany compiler option available for the PHP code
 and more important is this new option.




-- 
Tumwijukye Vincent
Chief Executive Officer
Future Link Technologies
Plot 78 Kanjokya Street,
P. O. BOX 75408,
KAMPALA - UGANDA
Tel: +256(0)774638790
Off:+256(0)41531274
Website: www.fl-t.com, www.savingsplus.info


Re: [PHP] Compiler for the PHP code

2013-03-19 Thread Adam Nicholls
Checkout HipHop by the Facebook guys, it turns PHP into C code and compiles 
down to binary. 

...although I don't think it's for the faint hearted.

Have you tried other optimisation techniques first - eg Caching, and 
Profiling?? If this is a production environment you might wanna think about 
increasing resources or introducing a load balancer (in the case of PHP based 
websites)

Cheers
Ads.


Sent from my BlackBerry® wireless device

-Original Message-
From: Camille Hodoul camille.hod...@gmail.com
Date: Tue, 19 Mar 2013 09:52:14 
To: Kevin Petersonqh.res...@gmail.com
Cc: php-general@lists.php.net
Subject: Re: [PHP] Compiler for the PHP code
Googling compile php code gave me this :
http://stackoverflow.com/questions/1408417/can-you-compile-php-code
It looks like you have some options but I haven't tried any yet, so I can't
help you with the installation


2013/3/19 Kevin Peterson qh.res...@gmail.com

 My webcode written in PHP and it is running in the interpreted way. My
 problem is it is not giving the desired performance so want to try the
 compiler if any.
 Please suggest if we have any compiler option available for the PHP code
 and more important is this new option.




-- 
Camille Hodoul
http://camille-hodoul.com/