diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2014-01-17 23:09:07 +0100 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2014-01-17 23:09:07 +0100 |
commit | f4a7e50156fd494e16e9d434a63b628d060da73f (patch) | |
tree | daef32fa674ca5b7682d787196e698b931be8cf5 /phpdbg.c | |
parent | c205a6f3de9d8923c2be6e16b1edc332981313a3 (diff) | |
download | php-git-f4a7e50156fd494e16e9d434a63b628d060da73f.tar.gz |
Update year
Diffstat (limited to 'phpdbg.c')
-rw-r--r-- | phpdbg.c | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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__, |