diff options
| author | Xinchen Hui <laruence@gmail.com> | 2015-05-27 16:36:15 +0800 |
|---|---|---|
| committer | Xinchen Hui <laruence@gmail.com> | 2015-05-27 16:36:15 +0800 |
| commit | 90df7e75e6b1ca301d053cbe6d1dee66c586ecb8 (patch) | |
| tree | 6a67cd0bbfe9f85253c59d695c42c119f3978c7a /sapi/phpdbg/phpdbg_utils.c | |
| parent | f972e219e477fa1f4137de2de24e05c0f5c515e1 (diff) | |
| parent | f68dc94aa727085040650b4c9354672f2f62ee6a (diff) | |
| download | php-git-90df7e75e6b1ca301d053cbe6d1dee66c586ecb8.tar.gz | |
Merge branch 'master' into merge-fastcgi
Conflicts:
sapi/fpm/fpm/fpm_main.c
Diffstat (limited to 'sapi/phpdbg/phpdbg_utils.c')
| -rw-r--r-- | sapi/phpdbg/phpdbg_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg_utils.c b/sapi/phpdbg/phpdbg_utils.c index 9d63fcf727..4cd8ce2782 100644 --- a/sapi/phpdbg/phpdbg_utils.c +++ b/sapi/phpdbg/phpdbg_utils.c @@ -384,7 +384,7 @@ int phpdbg_safe_class_lookup(const char *name, int name_length, zend_class_entry efree(str_name); } - return ce ? SUCCESS : FAILURE; + return *ce ? SUCCESS : FAILURE; } char *phpdbg_get_property_key(char *key) { |
