diff options
| author | Andi Gutmans <andi@php.net> | 1999-09-28 17:37:14 +0000 |
|---|---|---|
| committer | Andi Gutmans <andi@php.net> | 1999-09-28 17:37:14 +0000 |
| commit | 59d5462a6a69655176d671eaee184a76d5371642 (patch) | |
| tree | ed5a3225b6a46d650f4b346e9ec2b7a306b07856 /Zend/zend_execute_API.c | |
| parent | cf6c92949c8b310ddf1023aa1e28de76754b6891 (diff) | |
| download | php-git-59d5462a6a69655176d671eaee184a76d5371642.tar.gz | |
- Stop using the locking mechanism and start using refcount.
Now we know when we need to free but we still need to support it
Diffstat (limited to 'Zend/zend_execute_API.c')
| -rw-r--r-- | Zend/zend_execute_API.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Zend/zend_execute_API.c b/Zend/zend_execute_API.c index 01d8128a9a..9b6f1d04db 100644 --- a/Zend/zend_execute_API.c +++ b/Zend/zend_execute_API.c @@ -32,14 +32,6 @@ #include "zend_extensions.h" -#define AI_USE_PTR(ai) \ - if ((ai).ptr_ptr) { \ - (ai).ptr = *((ai).ptr_ptr); \ - (ai).ptr_ptr = &((ai).ptr); \ - } else { \ - (ai).ptr = NULL; \ - } - ZEND_API void (*zend_execute)(zend_op_array *op_array ELS_DC); |
