sniper          Thu Oct 31 12:34:10 2002 EDT

  Modified files:              
    /php4/sapi/cli      php_cli.c 
  Log:
  Added built date and time to -v output.
  
  
Index: php4/sapi/cli/php_cli.c
diff -u php4/sapi/cli/php_cli.c:1.45 php4/sapi/cli/php_cli.c:1.46
--- php4/sapi/cli/php_cli.c:1.45        Sat Oct 26 15:33:15 2002
+++ php4/sapi/cli/php_cli.c     Thu Oct 31 12:34:10 2002
@@ -594,7 +594,7 @@
                                        SG(headers_sent) = 1;
                                        SG(request_info).no_headers = 1;
                                }
-                               php_printf("PHP %s (%s), Copyright (c) 1997-2002 The 
PHP Group\n%s", PHP_VERSION, sapi_module.name, get_zend_version());
+                               php_printf("PHP %s (%s) (built: %s %s), Copyright (c) 
+1997-2002 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, 
+get_zend_version());
                                php_end_ob_buffers(1 TSRMLS_CC);
                                exit(1);
                                break;



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

Reply via email to