diff options
author | Xinchen Hui <laruence@php.net> | 2015-07-27 11:17:23 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2015-07-27 11:17:23 +0800 |
commit | 9f56cfa9a18c3684306af501436c1bbcd1621820 (patch) | |
tree | 58357417459e87208d04a3299ed94e0ba6c4a3ed /sapi/phpdbg/phpdbg_sigsafe.h | |
parent | 6aeee47b2cd47915ccfa3b41433a3f57aea24dd5 (diff) | |
parent | 70c6a6f624ec07be37ce90424d0765e3c78d1bf5 (diff) | |
download | php-git-9f56cfa9a18c3684306af501436c1bbcd1621820.tar.gz |
Merge branch 'master' of git.php.net:php-src
Diffstat (limited to 'sapi/phpdbg/phpdbg_sigsafe.h')
-rw-r--r-- | sapi/phpdbg/phpdbg_sigsafe.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sapi/phpdbg/phpdbg_sigsafe.h b/sapi/phpdbg/phpdbg_sigsafe.h index e5d0f34b43..e27b12c76c 100644 --- a/sapi/phpdbg/phpdbg_sigsafe.h +++ b/sapi/phpdbg/phpdbg_sigsafe.h @@ -1,10 +1,7 @@ #ifndef PHPDBG_SIGSAFE_H #define PHPDBG_SIGSAFE_H -//#include "zend_mm_structs.h" - -#define PHPDBG_SIGSAFE_MEM_SIZE ZEND_MM_CHUNK_SIZE -//(1 << 20) +#define PHPDBG_SIGSAFE_MEM_SIZE ZEND_MM_CHUNK_SIZE // (1 << 20) #include "zend.h" |