summaryrefslogtreecommitdiff
path: root/Zend/zend_globals.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2016-11-18 12:53:49 +0300
committerDmitry Stogov <dmitry@zend.com>2016-11-18 12:53:49 +0300
commitfff9f2b21a6df253cf676f4c98066d595b1d4ed8 (patch)
tree50d3cc7b1f18e02dad5e82c7bf45894767c1ae0a /Zend/zend_globals.h
parent6515966b019e5681cf6b89728c232e3b5b0321cc (diff)
parenta911df5d2270b2d331d241001c806851e4b47b50 (diff)
downloadphp-git-fff9f2b21a6df253cf676f4c98066d595b1d4ed8.tar.gz
Merge branch 'PHP-7.1'
* PHP-7.1: Revert "Introduced zend.enable_dtrace INI directive to enable/disable PHP call tracing"
Diffstat (limited to 'Zend/zend_globals.h')
-rw-r--r--Zend/zend_globals.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Zend/zend_globals.h b/Zend/zend_globals.h
index 3ea49a5967..7662e263b1 100644
--- a/Zend/zend_globals.h
+++ b/Zend/zend_globals.h
@@ -215,10 +215,6 @@ struct _zend_executor_globals {
zend_bool active;
zend_bool valid_symbol_table;
-#if HAVE_DTRACE
- zend_bool dtrace_enable;
-#endif
-
zend_long assertions;
uint32_t ht_iterators_count; /* number of allocatd slots */