projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d3a53a
)
update version
author
krakjoe
<joe.watkins@live.co.uk>
Fri, 27 Dec 2013 18:10:58 +0000
(18:10 +0000)
committer
krakjoe
<joe.watkins@live.co.uk>
Fri, 27 Dec 2013 18:10:58 +0000
(18:10 +0000)
phpdbg.c
patch
|
blob
|
history
diff --git
a/phpdbg.c
b/phpdbg.c
index d025294f1fe1b6c09cbda996a23d7ec5c30213e9..481a1815db18853ba700c603e47acdcc83a5705d 100644
(file)
--- a/
phpdbg.c
+++ b/
phpdbg.c
@@
-1038,11
+1038,10
@@
phpdbg_main:
sapi_startup(phpdbg);
phpdbg->startup(phpdbg);
printf(
- "phpdbg %s (built: %s %s)\n
Copyright (c) 2013 %s\n
PHP %s, Copyright (c) 1997-2013 The PHP Group\n%s",
+ "phpdbg %s (built: %s %s)\nPHP %s, Copyright (c) 1997-2013 The PHP Group\n%s",
PHPDBG_VERSION,
__DATE__,
__TIME__,
- PHPDBG_AUTHORS,
PHP_VERSION,
get_zend_version()
);