nginx getting easier in php5.4
-
just saw this article on sitepoint that i thought might be of interest:
http://www.sitepoint.com/blogs/2010/05/04/php-with-nginx-is-about-to-become-a-lot-easier/
cheers
Posted 2 years ago # -
nice Simon, thank you.
Posted 2 years ago # -
update: PHP-FPM has been moved to PHP's core now (for PHP 5.4) but isn't yet considered stable .. moving in the right direction tho :)
Posted 1 year ago # -
Hey _guv,
The sitepoint article you linked to references "--enable-fpm" as a configure option, and the PHP-FPM wiki (http://php-fpm.org/wiki/Documentation) also lists it. Other sources typically have it prefaced with "--enable-fastcgi".
The stack script runs ./configure with a "--with-fpm" option. I just wanted to double check that this syntax is correct since I can't find any references to this ./configure option.
Posted 1 year ago # -
Re-reading the PHP-FPM wiki, "--with-fpm" was a PHP 5.2 option, and it looks like it has been changed to "--enable-fpm" for PHP 5.3.
Posted 1 year ago # -
Update: I installed PHP 5.3.2 w/ the latest (experimental) PHP-FPM, using --enable-fpm instead of --with-fpm.
It didn't make a difference. The PHP-FPM still needs to be restarted php files are changed.
Posted 1 year ago # -
Continuing my tradition of talking to myself on this forum, another update:
Turned off xcache.cacher in php.ini and the problem is resolved.
Posted 1 year ago # -
Gents,
Nginx guru brianmercer has provided us with .deb packages for installing PHP5-FPM and fcgiwrap for 10.04 using good ol' aptitude. Lots of good info and links at:
http://groups.drupal.org/node/66898enjoy!
Posted 1 year ago # -
LOL Nicholas .. sorry, has been a crazy time for me.
top link Lee. i'm on the php-fpm mailing list and have seen a lot of activity on the integration into 5.3 in the last few weeks. i want to update the FPM tuts but have put off until the dust settles a bit. won't be long (can't be long!)
Posted 1 year ago #
Reply
You must log in to post.
Want HTML?
a blockquote code em strong ul ol liPlace code between backticks `codeHere`
You've got it.
