Quantcast
Channel: BitNami Answers - latest questions
Viewing all articles
Browse latest Browse all 2052

PHP5-FPM || ReCompiling or Not Recompiling?

$
0
0

Hi everyone, I have a cloud instance of a bitnami app(1). I'm planning to test a NGINX+PHP5-FPM+REDIS arquitecture for my project. Now i realise that the PHP5 is not FPM enable from the binary bundled in the stack, so here my question:

What is better?

A) Download the last package of php5 and recompiling with --enable-fpm flag. Then Put the new binary on /opt/bitnami folder and replace the existing one.

BENEFIT: keep the basic structure of the stack. Maybe I wouldn't break the phppgadmin app.

DOWNSIDE: At this point I see that I don't have the original script that bitnami has used for compiling the php5.4.14 package bundled.

B) Use a ppa with php5.4 support for ubuntu12.04

BENEFIT: i don't have to recompile the package, i could avoid introducing possible errors by mistaking a flag.

DOWNSIDE: get out of the stack structure, i could introduce inconsistences with the enviroment variables set by bitnami to the php libs of the stack, with the new libs and bins shipped with the .deb in repository.

Thank's In Advance! Claudio.--

(1) Redmine, i mention it but it doesn't has to do with my question. Most of the packages i needed were included in the stack, also i needed administer my project with this tool so that´s why i'd choosen this stack.


Viewing all articles
Browse latest Browse all 2052

Trending Articles