[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/sapi/fpm/fpm/fpm_main.c branches/PHP_5_4/sapi/fpm/fpm/fpm_php.c trunk/sapi/fpm/fpm/fpm_main.c trunk/sapi/fpm/fpm/fpm_php.c

2011-07-17 Thread Jérôme Loyet
fat Mon, 18 Jul 2011 00:53:13 + Revision: http://svn.php.net/viewvc?view=revision&revision=313356 Log: - don't write directly to stderr, use the internal logger instead (zlog) Changed paths: U php/php-src/branches/PHP_5_4/sapi/fpm/fpm/fpm_main.c

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/sapi/fpm/fpm/fastcgi.c trunk/sapi/fpm/fpm/fastcgi.c

2011-07-17 Thread Jérôme Loyet
fat Mon, 18 Jul 2011 00:19:22 + Revision: http://svn.php.net/viewvc?view=revision&revision=313353 Log: remove unused variable Changed paths: U php/php-src/branches/PHP_5_4/sapi/fpm/fpm/fastcgi.c U php/php-src/trunk/sapi/fpm/fpm/fastcgi.c Modi

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/sapi/fpm/fpm/fastcgi.c branches/PHP_5_4/sapi/fpm/fpm/fastcgi.h branches/PHP_5_4/sapi/fpm/fpm/fpm_main.c trunk/sapi/fpm/fpm/fastcgi.c trunk/sapi/fpm/fpm/fa

2011-07-17 Thread Jérôme Loyet
fat Mon, 18 Jul 2011 00:09:30 + Revision: http://svn.php.net/viewvc?view=revision&revision=313351 Log: - remove is_fastcgi because FPM is always fastcgi Changed paths: U php/php-src/branches/PHP_5_4/sapi/fpm/fpm/fastcgi.c U php/php-src/branche

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/sapi/fpm/fpm/fastcgi.c branches/PHP_5_3/sapi/fpm/fpm/fpm_config.h branches/PHP_5_3/sapi/fpm/fpm/fpm_main.c branches/PHP_5_4/sapi/fpm/fpm/fastcgi.c branche

2011-07-17 Thread Jérôme Loyet
fat Sun, 17 Jul 2011 23:33:22 + Revision: http://svn.php.net/viewvc?view=revision&revision=313347 Log: - get rid of FPM_AUTOCONFIG_H which has never existed since FPM integration into core Changed paths: U php/php-src/branches/PHP_5_3/sapi/fpm/fpm/

Re: [PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ php_snmp.h snmp.c tests/snmp-object-properties.phpt

2011-07-17 Thread Antony Dovgal
On 07/17/2011 11:45 PM, Boris Lytochkin wrote: int enum_print; int oid_output_format; int snmp_errno; + int noOIDIncreasingCheck; char snmp_errstr[128]; @@ -159,6 +167,8 @@ bool(true) ["oid_output_format"]=> int(3) + ["noOIDIncreasingCheck"]=>

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ext/snmp/ php_snmp.h snmp.c tests/snmp-object-properties.phpt

2011-07-17 Thread Boris Lytochkin
lytboris Sun, 17 Jul 2011 19:47:24 + Revision: http://svn.php.net/viewvc?view=revision&revision=313342 Log: new propery noOIDIncreasingCheck allowing to skip OID increasing check (userful for bogus SNMP agents) Changed paths: _U php/php-src/branches/PHP_5

[PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ php_snmp.h snmp.c tests/snmp-object-properties.phpt

2011-07-17 Thread Boris Lytochkin
lytboris Sun, 17 Jul 2011 19:45:05 + Revision: http://svn.php.net/viewvc?view=revision&revision=313341 Log: new propery noOIDIncreasingCheck allowing to skip OID increasing check (userful for bogus SNMP agents) Changed paths: U php/php-src/trunk/ext/snmp

[PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ snmp.c tests/snmp-object-error.phpt tests/snmp-object.phpt

2011-07-17 Thread Boris Lytochkin
lytboris Sun, 17 Jul 2011 18:17:43 + Revision: http://svn.php.net/viewvc?view=revision&revision=313338 Log: swap non_repeaters and max_repetitions in walk query, max_repetitions whould be used more frequently Changed paths: _U php/php-src/trunk/ext/snmp/

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ext/snmp/ snmp.c tests/snmp-object-error.phpt tests/snmp-object.phpt

2011-07-17 Thread Boris Lytochkin
lytboris Sun, 17 Jul 2011 18:14:38 + Revision: http://svn.php.net/viewvc?view=revision&revision=313336 Log: swap non_repeaters and max_repetitions in walk query, max_repetitions whould be used more frequently Changed paths: U php/php-src/branches/PHP_5_

[PHP-CVS] svn: /php/php-src/trunk/ NEWS UPGRADING ext/snmp/snmp.c ext/snmp/tests/snmp_get_valueretrieval.phpt ext/snmp/tests/snmp_getvalue.phpt

2011-07-17 Thread Boris Lytochkin
lytboris Sun, 17 Jul 2011 17:27:00 + Revision: http://svn.php.net/viewvc?view=revision&revision=31 Log: fix FR #54502: allow user to change OID value output mode when SNMP_VALUE_OBJECT is used. Bug: https://bugs.php.net/54502 (Feedback) Add support for th

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ NEWS UPGRADING ext/snmp/snmp.c ext/snmp/tests/snmp_get_valueretrieval.phpt ext/snmp/tests/snmp_getvalue.phpt

2011-07-17 Thread Boris Lytochkin
lytboris Sun, 17 Jul 2011 17:18:31 + Revision: http://svn.php.net/viewvc?view=revision&revision=313331 Log: fix FR #54502: allow user to change OID value output mode when SNMP_VALUE_OBJECT is used. Bug: https://bugs.php.net/54502 (Assigned) Add support for th

[PHP-CVS] svn: /php/php-src/trunk/sapi/fpm/ fpm/fpm_conf.c fpm/fpm_conf.h fpm/fpm_main.c fpm/fpm_php.c fpm/fpm_php.h fpm/fpm_worker_pool.h php-fpm.conf.in

2011-07-17 Thread Jérôme Loyet
fat Sun, 17 Jul 2011 14:42:58 + Revision: http://svn.php.net/viewvc?view=revision&revision=313328 Log: backport r313186 from PHP_5_4 Changed paths: U php/php-src/trunk/sapi/fpm/fpm/fpm_conf.c U php/php-src/trunk/sapi/fpm/fpm/fpm_conf.h U

[PHP-CVS] svn: /php/php-src/trunk/sapi/fpm/ fpm/fpm_children.c fpm/fpm_conf.c fpm/fpm_conf.h php-fpm.conf.in

2011-07-17 Thread Jérôme Loyet
fat Sun, 17 Jul 2011 14:31:32 + Revision: http://svn.php.net/viewvc?view=revision&revision=313327 Log: backport r313323 and r313326 from PHP_5_4 Changed paths: U php/php-src/trunk/sapi/fpm/fpm/fpm_children.c U php/php-src/trunk/sapi/fpm/fpm/fp

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/sapi/fpm/fpm/ fpm.h fpm_children.c fpm_conf.c

2011-07-17 Thread Jérôme Loyet
fat Sun, 17 Jul 2011 14:28:31 + Revision: http://svn.php.net/viewvc?view=revision&revision=313326 Log: fix revision r313323 Changed paths: U php/php-src/branches/PHP_5_4/sapi/fpm/fpm/fpm.h U php/php-src/branches/PHP_5_4/sapi/fpm/fpm/fpm_childr

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ext/snmp/ snmp.c

2011-07-17 Thread Boris Lytochkin
lytboris Sun, 17 Jul 2011 14:06:05 + Revision: http://svn.php.net/viewvc?view=revision&revision=313325 Log: backport r313324 Changed paths: _U php/php-src/branches/PHP_5_4/ext/snmp/ U php/php-src/branches/PHP_5_4/ext/snmp/snmp.c Property changes o

[PHP-CVS] svn: /php/php-src/trunk/ext/snmp/ snmp.c

2011-07-17 Thread Boris Lytochkin
lytboris Sun, 17 Jul 2011 13:57:28 + Revision: http://svn.php.net/viewvc?view=revision&revision=313324 Log: update ARG_INFO_EX for walk and get methods, fix comments Changed paths: U php/php-src/trunk/ext/snmp/snmp.c Modified: php/php-src/trunk/ext/snmp

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ NEWS sapi/fpm/fpm/fpm.h sapi/fpm/fpm/fpm_children.c sapi/fpm/fpm/fpm_conf.c sapi/fpm/fpm/fpm_conf.h sapi/fpm/php-fpm.conf.in

2011-07-17 Thread Jérôme Loyet
fat Sun, 17 Jul 2011 11:41:57 + Revision: http://svn.php.net/viewvc?view=revision&revision=313323 Log: - Implemented FR #55166 (Added process.max to control the number of process FPM can fork) Bug: https://bugs.php.net/55166 (Assigned) Implement a global

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS

2011-07-17 Thread Stanislav Malyshev
stas Sun, 17 Jul 2011 07:03:19 + Revision: http://svn.php.net/viewvc?view=revision&revision=313316 Log: Register warning change Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/NEWS ==