summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_watch.c
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-04-26 00:17:09 +0200
committerAnatol Belski <ab@php.net>2014-04-26 00:17:09 +0200
commit5dbe7c98e43f9347fd970e9258af41492a0f96dc (patch)
tree1c4fe0e27a77368164f4f3c7e1ac0422f0241679 /sapi/phpdbg/phpdbg_watch.c
parente5b8fd2cc73b9e2c2f6f99f72bc225564b15b935 (diff)
parenta10dc3aa4f1571bde0db7edf8a6e4780026ea63a (diff)
downloadphp-git-5dbe7c98e43f9347fd970e9258af41492a0f96dc.tar.gz
Merge branch 'PHP-5.6'
* PHP-5.6: removed /EHa as __try/__catch syntax is used anyway fix ZEND_DEBUG usage fix CFLAGS_PHPDBGS and some formatting
Diffstat (limited to 'sapi/phpdbg/phpdbg_watch.c')
-rw-r--r--sapi/phpdbg/phpdbg_watch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg_watch.c b/sapi/phpdbg/phpdbg_watch.c
index 9ee580ca0b..0359b5a7de 100644
--- a/sapi/phpdbg/phpdbg_watch.c
+++ b/sapi/phpdbg/phpdbg_watch.c
@@ -702,7 +702,7 @@ remove_ht_watch:
}
case WATCH_ON_HASHTABLE:
-#ifdef ZEND_DEBUG
+#if ZEND_DEBUG
if (watch->addr.ht->inconsistent) {
phpdbg_notice("Watchpoint %s was unset, removing watchpoint", watch->str);
zend_hash_del(&PHPDBG_G(watchpoints), watch->str, watch->str_len);