philip                                   Thu, 30 Jun 2011 23:50:56 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=312743

Log:
Updated name to 'PHP Development Server', and CTRL-C to Ctrl-C, as per PHP bug 
#55071

Bug: https://bugs.php.net/55071 (Open) Change in-built web server description
      
Changed paths:
    U   php/php-src/branches/PHP_5_4/sapi/cli/php_cli_server.c
    U   php/php-src/trunk/sapi/cli/php_cli_server.c

Modified: php/php-src/branches/PHP_5_4/sapi/cli/php_cli_server.c
===================================================================
--- php/php-src/branches/PHP_5_4/sapi/cli/php_cli_server.c      2011-06-30 
23:03:02 UTC (rev 312742)
+++ php/php-src/branches/PHP_5_4/sapi/cli/php_cli_server.c      2011-06-30 
23:50:56 UTC (rev 312743)
@@ -2081,7 +2081,7 @@
        }
        sapi_module.phpinfo_as_text = 0;

-       printf("Server is listening on %s:%d in %s ... Press CTRL-C to 
quit.\n", server.host, server.port, document_root);
+       printf("PHP Development Server is listening on %s:%d in %s ... Press 
Ctrl-C to quit.\n", server.host, server.port, document_root);

 #if defined(HAVE_SIGNAL_H) && defined(SIGINT)
        signal(SIGINT, php_cli_server_sigint_handler);

Modified: php/php-src/trunk/sapi/cli/php_cli_server.c
===================================================================
--- php/php-src/trunk/sapi/cli/php_cli_server.c 2011-06-30 23:03:02 UTC (rev 
312742)
+++ php/php-src/trunk/sapi/cli/php_cli_server.c 2011-06-30 23:50:56 UTC (rev 
312743)
@@ -2081,7 +2081,7 @@
        }
        sapi_module.phpinfo_as_text = 0;

-       printf("Server is listening on %s:%d in %s ... Press CTRL-C to 
quit.\n", server.host, server.port, document_root);
+       printf("PHP Development Server is listening on %s:%d in %s ... Press 
Ctrl-C to quit.\n", server.host, server.port, document_root);

 #if defined(HAVE_SIGNAL_H) && defined(SIGINT)
        signal(SIGINT, php_cli_server_sigint_handler);

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to