felipe Sat, 19 Nov 2011 12:16:47 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=319545
Log:
- Removed C++ comment style
Changed paths:
U php/php-src/branches/PHP_5_3/sapi/fpm/fpm/fpm_process_ctl.c
U php/php-src/branches/PHP_5_4/sapi/fpm/fpm/fpm_process_ctl.c
U php/php-src/trunk/sapi/fpm/fpm/fpm_process_ctl.c
Modified: php/php-src/branches/PHP_5_3/sapi/fpm/fpm/fpm_process_ctl.c
===================================================================
--- php/php-src/branches/PHP_5_3/sapi/fpm/fpm/fpm_process_ctl.c 2011-11-19
08:27:53 UTC (rev 319544)
+++ php/php-src/branches/PHP_5_3/sapi/fpm/fpm/fpm_process_ctl.c 2011-11-19
12:16:47 UTC (rev 319545)
@@ -507,7 +507,7 @@
wp->socket_event_set = 0;
-// zlog(ZLOG_DEBUG, "[pool %s] heartbeat running_children=%d",
wp->config->name, wp->running_children);
+/* zlog(ZLOG_DEBUG, "[pool %s] heartbeat running_children=%d",
wp->config->name, wp->running_children);*/
if (wp->running_children >= wp->config->pm_max_children) {
if (!wp->warn_max_children) {
Modified: php/php-src/branches/PHP_5_4/sapi/fpm/fpm/fpm_process_ctl.c
===================================================================
--- php/php-src/branches/PHP_5_4/sapi/fpm/fpm/fpm_process_ctl.c 2011-11-19
08:27:53 UTC (rev 319544)
+++ php/php-src/branches/PHP_5_4/sapi/fpm/fpm/fpm_process_ctl.c 2011-11-19
12:16:47 UTC (rev 319545)
@@ -507,7 +507,7 @@
wp->socket_event_set = 0;
-// zlog(ZLOG_DEBUG, "[pool %s] heartbeat running_children=%d",
wp->config->name, wp->running_children);
+/* zlog(ZLOG_DEBUG, "[pool %s] heartbeat running_children=%d",
wp->config->name, wp->running_children);*/
if (wp->running_children >= wp->config->pm_max_children) {
if (!wp->warn_max_children) {
Modified: php/php-src/trunk/sapi/fpm/fpm/fpm_process_ctl.c
===================================================================
--- php/php-src/trunk/sapi/fpm/fpm/fpm_process_ctl.c 2011-11-19 08:27:53 UTC
(rev 319544)
+++ php/php-src/trunk/sapi/fpm/fpm/fpm_process_ctl.c 2011-11-19 12:16:47 UTC
(rev 319545)
@@ -507,7 +507,7 @@
wp->socket_event_set = 0;
-// zlog(ZLOG_DEBUG, "[pool %s] heartbeat running_children=%d",
wp->config->name, wp->running_children);
+/* zlog(ZLOG_DEBUG, "[pool %s] heartbeat running_children=%d",
wp->config->name, wp->running_children);*/
if (wp->running_children >= wp->config->pm_max_children) {
if (!wp->warn_max_children) {
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php