summaryrefslogtreecommitdiff
path: root/phpdbg.c
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2014-01-17 23:09:07 +0100
committerBob Weinand <bobwei9@hotmail.com>2014-01-17 23:09:07 +0100
commitf4a7e50156fd494e16e9d434a63b628d060da73f (patch)
treedaef32fa674ca5b7682d787196e698b931be8cf5 /phpdbg.c
parentc205a6f3de9d8923c2be6e16b1edc332981313a3 (diff)
downloadphp-git-f4a7e50156fd494e16e9d434a63b628d060da73f.tar.gz
Update year
Diffstat (limited to 'phpdbg.c')
-rw-r--r--phpdbg.c7
1 files changed, 3 insertions, 4 deletions
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__,