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 wrote: > My webcode written in

Re: [PHP] Compiler for the PHP code

2013-03-19 Thread Adam Nicholls
hink 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 Date: Tue, 19 Mar 2013 09:52:14 To: Kevin Peterson Cc: Subject: Re: [PHP] Compiler for th

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 wrote: > My webcode written in PHP and it is running in the interpreted way. My > problem is it is not giving the des

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 > My webcode written in PHP and it is running in the