From f4a7e50156fd494e16e9d434a63b628d060da73f Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Fri, 17 Jan 2014 23:09:07 +0100 Subject: Update year --- phpdbg.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'phpdbg.c') diff --git a/phpdbg.c b/phpdbg.c index a2e1e75b23..e7f841c0bc 100644 --- a/phpdbg.c +++ b/phpdbg.c @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2013 The PHP Group | + | Copyright (c) 1997-2014 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | @@ -137,9 +137,8 @@ static void php_phpdbg_destroy_bp_condition(void *data) /* {{{ */ static void php_phpdbg_destroy_registered(void *data) /* {{{ */ { - TSRMLS_FETCH(); - zend_function *function = (zend_function*) data; + TSRMLS_FETCH(); destroy_zend_function( function TSRMLS_CC); @@ -1041,7 +1040,7 @@ phpdbg_main: sapi_startup(phpdbg); phpdbg->startup(phpdbg); printf( - "phpdbg %s (built: %s %s)\nPHP %s, Copyright (c) 1997-2013 The PHP Group\n%s", + "phpdbg %s (built: %s %s)\nPHP %s, Copyright (c) 1997-2014 The PHP Group\n%s", PHPDBG_VERSION, __DATE__, __TIME__, -- cgit v1.2.1