fat Tue, 31 Aug 2010 14:49:16 +
Revision: http://svn.php.net/viewvc?view=revision&revision=302925
Log:
- add 'max children reached' to the FPM status page. It shows how many times
a pool has reached the max_children parameter.
Changed paths:
U php
uw Tue, 31 Aug 2010 14:43:02 +
Revision: http://svn.php.net/viewvc?view=revision&revision=302923
Log:
PHP has changed (undefined) behaviour from 5.3.2 to 5.3.3: ->{} = , which
seems to have been never an officially supported syntax and have never been a
thekid Tue, 31 Aug 2010 12:28:30 +
Revision: http://svn.php.net/viewvc?view=revision&revision=302918
Log:
- MFT: Add ".so" suffix to checks on libsybct[64] bundles
# See patch by royanee at yahoo dot com @ bug #45357
Bug: http://bugs.php.net/45357 (Duplicate
thekid Tue, 31 Aug 2010 12:27:29 +
Revision: http://svn.php.net/viewvc?view=revision&revision=302917
Log:
- Add ".so" suffix to checks on libsybct[64] bundles
# See patch by royanee at yahoo dot com @ bug #45357
Bug: http://bugs.php.net/45357 (Duplicate) syb
fat Tue, 31 Aug 2010 09:41:04 +
Revision: http://svn.php.net/viewvc?view=revision&revision=302913
Log:
- Add libevent version to the startup debug log in FPM.
Changed paths:
U php/php-src/branches/PHP_5_3/sapi/fpm/fpm/fpm_events.c
U php/php-sr
fat Tue, 31 Aug 2010 09:33:53 +
Revision: http://svn.php.net/viewvc?view=revision&revision=302912
Log:
- Changed listen.backlog in the FPM configuration file to default to 128
instead of -1 (except on FreeBSD and OpenBSD). This is the same value
as the