felipe          Sun Mar  9 16:07:46 2008 UTC

  Modified files:              
    /php-src/sapi/nsapi nsapi.c 
  Log:
  Fix typo (#44381)
  
http://cvs.php.net/viewvc.cgi/php-src/sapi/nsapi/nsapi.c?r1=1.85&r2=1.86&diff_format=u
Index: php-src/sapi/nsapi/nsapi.c
diff -u php-src/sapi/nsapi/nsapi.c:1.85 php-src/sapi/nsapi/nsapi.c:1.86
--- php-src/sapi/nsapi/nsapi.c:1.85     Mon Dec 31 07:12:20 2007
+++ php-src/sapi/nsapi/nsapi.c  Sun Mar  9 16:07:46 2008
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: nsapi.c,v 1.85 2007/12/31 07:12:20 sebastian Exp $ */
+/* $Id: nsapi.c,v 1.86 2008/03/09 16:07:46 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.85 
$");
+       php_info_print_table_row(2, "NSAPI Module Revision", "$Revision: 1.86 
$");
        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" );
@@ -856,7 +856,7 @@
 
        daemon_atrestart(&php6_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

Reply via email to