summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg.c
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2014-04-24 21:14:57 +0800
committerXinchen Hui <laruence@gmail.com>2014-04-24 21:14:57 +0800
commite86b287c83894dd869fc94ff710b7f54aceb0970 (patch)
tree8855c0a90c76f49bd17ba001c6adb13787fd56cd /sapi/phpdbg/phpdbg.c
parent9fe853130951cff085907c0ac136edd31ec52288 (diff)
parent65e2ed6e50d210adb50de47ef7ac3b75af069f62 (diff)
downloadphp-git-e86b287c83894dd869fc94ff710b7f54aceb0970.tar.gz
Merge branch 'refactoring2' of github.com:zendtech/php into refactoring2
Diffstat (limited to 'sapi/phpdbg/phpdbg.c')
-rw-r--r--sapi/phpdbg/phpdbg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg.c b/sapi/phpdbg/phpdbg.c
index 64babced64..f20ad3f222 100644
--- a/sapi/phpdbg/phpdbg.c
+++ b/sapi/phpdbg/phpdbg.c
@@ -613,7 +613,6 @@ const char phpdbg_ini_hardcoded[] =
/* overwriteable ini defaults must be set in phpdbg_ini_defaults() */
#define INI_DEFAULT(name, value) \
- Z_SET_REFCOUNT(tmp, 0); \
ZVAL_STRINGL(&tmp, value, sizeof(value) - 1); \
zend_hash_str_update(configuration_hash, name, sizeof(name) - 1, &tmp);