felipe Sun Mar 9 16:06:33 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-src/sapi/nsapi nsapi.c
Log:
Fix typo (#44381)
http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi.c?r1=1.69.2.3.2.7&r2=1.69.2.3.2.8&diff_format=u
Index: php-src/sapi/nsapi/nsapi.c
diff -u php-src/sapi/nsapi/nsapi.c:1.69.2.3.2.7
php-src/sapi/nsapi/nsapi.c:1.69.2.3.2.8
--- php-src/sapi/nsapi/nsapi.c:1.69.2.3.2.7 Mon Dec 31 07:20:16 2007
+++ php-src/sapi/nsapi/nsapi.c Sun Mar 9 16:06:33 2008
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: nsapi.c,v 1.69.2.3.2.7 2007/12/31 07:20:16 sebastian Exp $ */
+/* $Id: nsapi.c,v 1.69.2.3.2.8 2008/03/09 16:06:33 felipe Exp $ */
/*
* PHP includes
@@ -308,7 +308,7 @@
PHP_MINFO_FUNCTION(nsapi)
{
php_info_print_table_start();
- php_info_print_table_row(2, "NSAPI Module Revision", "$Revision:
1.69.2.3.2.7 $");
+ php_info_print_table_row(2, "NSAPI Module Revision", "$Revision:
1.69.2.3.2.8 $");
php_info_print_table_row(2, "Server Software", system_version());
php_info_print_table_row(2, "Sub-requests with nsapi_virtual()",
(nsapi_servact_service)?((zend_ini_long("zlib.output_compression",
sizeof("zlib.output_compression"), 0))?"not supported with
zlib.output_compression":"enabled"):"not supported on this platform" );
@@ -860,7 +860,7 @@
daemon_atrestart(&php5_close, NULL);
- log_error(LOG_INFORM, pblock_findval("fn", pb), sn, rq, "Initialized
PHP Module (%d threads exspected)", threads);
+ log_error(LOG_INFORM, pblock_findval("fn", pb), sn, rq, "Initialized
PHP Module (%d threads expected)", threads);
return REQ_PROCEED;
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php