formatting fix

This commit is contained in:
Timothy Warren 2012-01-25 13:13:07 -05:00
parent 683cb42444
commit 27807d50e2
1 changed files with 5 additions and 4 deletions

9
PHP.md
View File

@ -5,9 +5,10 @@
In order for PHP to be most useful, it should have as many of the modules installed as will be used. I recommend installing it using the FPM sapi, which manages php session spawning. In order for PHP to be most useful, it should have as many of the modules installed as will be used. I recommend installing it using the FPM sapi, which manages php session spawning.
Here are some recommended flags: Here are some recommended flags:
`mysql utf8 threads -readline libssh2 -cgi fpm xcache suhosin postgres -readline -cgi fpm mysql mysqli mysqlnd pdo postgres sqlite3 utf8
mysqlnd reflection session simplexml sockets spl pdo mbstring sqlite3 threads libssh2 reflection session simplexml sockets spl mbstring soap exif
mysqli soap exif` xcache suhosin
## PHP_TARGETS ## PHP_TARGETS
@ -43,7 +44,7 @@ So, if I'm running php 5.3, and I want to adjust cli settings, the file is `/etc
When compiling PHP with FPM, there is another config file, `php-fpm.conf`. When compiling PHP with FPM, there is another config file, `php-fpm.conf`.
When starting php, it will through an annoying message if you don't have the When starting php, it will throw an annoying message if you don't have the
`pm.start_servers` setting configured. `pm.start_servers` setting configured.
A good default is to set `pm.start_servers = 20` A good default is to set `pm.start_servers = 20`