projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be2f097
)
compiler warning
author
krakjoe
<joe.watkins@live.co.uk>
Sun, 24 Nov 2013 21:07:53 +0000
(21:07 +0000)
committer
krakjoe
<joe.watkins@live.co.uk>
Sun, 24 Nov 2013 21:07:53 +0000
(21:07 +0000)
phpdbg_prompt.c
patch
|
blob
|
history
diff --git
a/phpdbg_prompt.c
b/phpdbg_prompt.c
index c26446cde1f474ee44c54a34c094df347f5d8909..ac95e69977418e6188856a11896ed3badfb4b7cb 100644
(file)
--- a/
phpdbg_prompt.c
+++ b/
phpdbg_prompt.c
@@
-856,7
+856,7
@@
PHPDBG_COMMAND(quit) /* {{{ */
/* don't allow this to loop, ever ... */
if (!(PHPDBG_G(flags) & PHPDBG_IS_QUITTING)) {
- phpdbg_destroy_input(&input TSRMLS_CC);
+ phpdbg_destroy_input(
(phpdbg_input_t**)
&input TSRMLS_CC);
PHPDBG_G(flags) |= PHPDBG_IS_QUITTING;
zend_bailout();