summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* correct revision 297702 to make phpinfo output as text only when called from ↵experimental/5.3-FPMJérôme Loyet2010-04-091-1/+1
| | | | command line (-i switch), html otherwise
* cleanup unused php.ini variableJérôme Loyet2010-04-091-12/+0
|
* make sure the actual length of the argument passed matches theAntony Dovgal2010-04-081-3/+9
| | | | | | length of the argument declared this fixes things like `php --zend-exten=1` or `php-fpm --fpm-con=conf`
* output phpinfo() as text, no need for HTML hereAntony Dovgal2010-04-081-0/+1
|
* merge 295848 by Philip's requestAntony Dovgal2010-04-023-1/+5
|
* As discuss with tony, change the fpm.conf directive to fpm.config which is ↵Jérôme Loyet2010-03-291-4/+4
| | | | much more explicit.
* Add fpm.conf directive to global php.ini configuration file. It's used to ↵Jérôme Loyet2010-03-291-1/+4
| | | | | | | specify where to find the FPM configuration file. By default it's not set and the -y runtime switch has priority. If neither fpm.conf or -y is used, FPM will try the default path PHP_SYSCONFDIR/php-fpm.conf. TODO: add "; fpm.conf = PHP_SYSCONFDIR/php-fpm.conf" to php.ini with additional documentation. It has to be done when FPM will be included into the trunk.
* revert wrong slowlog fix, zend MM is already shut down at the momentAntony Dovgal2010-01-291-4/+4
|
* fcgi_init() must be executed in the parent, so that every child would notAntony Dovgal2010-01-281-0/+2
| | | | | initialize itself anew
* fix slowlogAntony Dovgal2010-01-271-2/+3
|
* fix invalid read and possible crashAntony Dovgal2010-01-271-3/+3
|
* bug: don't free shm_status on child cleanupJérôme Loyet2010-01-111-1/+1
|
* revert commit 293414Jérôme Loyet2010-01-112-67/+0
|
* INSTALL_ROOT was not set correctly for fpm binaryJérôme Loyet2010-01-113-1/+68
|
* fix CS/WSAntony Dovgal2010-01-114-36/+46
|
* rewrite code to make use of private event base instead of the global oneAntony Dovgal2010-01-1113-70/+81
|
* fix pid pathAntony Dovgal2010-01-091-1/+1
|
* fix leak (merge from trunk)Antony Dovgal2009-12-231-0/+3
|
* Add html and json syntax to status pageJérôme Loyet2009-12-224-16/+93
|
* limit status pages only to GET requestsJérôme Loyet2009-12-221-2/+2
|
* fix typoAntony Dovgal2009-12-221-1/+1
|
* status and ping online featureJérôme Loyet2009-12-2114-4/+412
|
* make error messages more consistentJérôme Loyet2009-12-192-4/+7
|
* typoJérôme Loyet2009-12-191-1/+1
|
* fix dynamic process manager (max_children limit could be ignored)Jérôme Loyet2009-12-191-1/+14
|
* check if the file exists, return 404 otherwise (Jerome Loyet)Antony Dovgal2009-12-161-17/+25
|
* exit event loop first, then reinitialize libevent (Jerome Loyet)Antony Dovgal2009-12-161-1/+1
|
* cleanup arguments and help (patch by Jerome Loyet)Antony Dovgal2009-12-161-24/+17
|
* add JeromeAntony Dovgal2009-12-161-1/+1
|
* re-initialize libevent in order to reopen epoll fdAntony Dovgal2009-12-161-0/+1
|
* make error messages more consistent Antony Dovgal2009-12-169-63/+68
|
* use $PHP_LIBDIR and don't cache libevent check resultsAntony Dovgal2009-12-151-10/+11
|
* add CREDITSAntony Dovgal2009-12-151-0/+2
|
* use --localstatedir instead of separate options for pid and log filesAntony Dovgal2009-12-154-75/+34
|
* rewrite configure stuff to use $sbindir and $sysconfdir correctlyAntony Dovgal2009-12-155-57/+25
| | | | | (with a lot of help from Jani)
* merge from the main treeAntony Dovgal2009-12-151-0/+3
|
* add experimental dynamic process spawning support (patch by Jerome Loyet)Antony Dovgal2009-12-1414-44/+251
|
* drop conf/ and man/Antony Dovgal2009-12-145-18/+5
| | | | | | simplify config.m4 a bit fix exec_prefix issue
* get rid of `find` completelyAntony Dovgal2009-12-141-5/+25
|
* set log_level always (patch by Jerome Loyet)Antony Dovgal2009-12-141-1/+1
|
* fix non-POSIX find usageAntony Dovgal2009-12-141-1/+1
|
* fix ws (patch by Jerome Loyet)Antony Dovgal2009-12-143-17/+17
|
* show debugging info onle when log_level is set to 'debug' (patch by Jerome ↵Antony Dovgal2009-12-141-1/+5
| | | | Loyet)
* add missing variablesAntony Dovgal2009-12-093-54/+16
| | | | | | use "php-fpm" as binary name delete nginx config example
* MF5_3Antony Dovgal2009-12-081-1/+1
|
* fix build without --prefix and make sure fpm_conf is recompiled everyAntony Dovgal2009-12-082-1/+7
| | | | | time one changes --prefix
* add missing includes, fix compile warningsAntony Dovgal2009-12-081-0/+8
|
* add missing FPM-specific codeAntony Dovgal2009-12-071-0/+7
|
* now this thing really works!Antony Dovgal2009-12-041-0/+9
|
* less options, more working stuffAntony Dovgal2009-12-042-39/+22
|