helly           Fri May 30 22:31:11 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php4/sapi/cli      php_cli.c 
  Log:
  Reapply this one, too.
  
Index: php4/sapi/cli/php_cli.c
diff -u php4/sapi/cli/php_cli.c:1.51.2.24 php4/sapi/cli/php_cli.c:1.51.2.25
--- php4/sapi/cli/php_cli.c:1.51.2.24   Fri May 30 22:20:08 2003
+++ php4/sapi/cli/php_cli.c     Fri May 30 22:31:10 2003
@@ -634,7 +634,11 @@
                                if (php_request_startup(TSRMLS_C)==FAILURE) {
                                        goto err;
                                }
+#if ZEND_DEBUG
+                               php_printf("PHP %s (%s) (built: %s %s) 
(DEBUG)\nCopyright (c) 1997-2003 The PHP Group\n%s", PHP_VERSION, sapi_module.name, 
__DATE__, __TIME__, get_zend_version());
+#else
                                php_printf("PHP %s (%s) (built: %s %s)\nCopyright (c) 
1997-2003 The PHP Group\n%s", PHP_VERSION, sapi_module.name, __DATE__, __TIME__, 
get_zend_version());
+#endif
                                php_end_ob_buffers(1 TSRMLS_CC);
                                exit_status=1;
                                goto out;



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

Reply via email to