diff options
author | Xinchen Hui <laruence@gmail.com> | 2014-04-24 21:14:57 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2014-04-24 21:14:57 +0800 |
commit | e86b287c83894dd869fc94ff710b7f54aceb0970 (patch) | |
tree | 8855c0a90c76f49bd17ba001c6adb13787fd56cd /sapi/phpdbg/phpdbg.c | |
parent | 9fe853130951cff085907c0ac136edd31ec52288 (diff) | |
parent | 65e2ed6e50d210adb50de47ef7ac3b75af069f62 (diff) | |
download | php-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.c | 1 |
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); |