projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37159e7
)
- Shouldn't be needed
author
Andi Gutmans
<andi@php.net>
Sat, 9 Oct 1999 20:37:08 +0000
(20:37 +0000)
committer
Andi Gutmans
<andi@php.net>
Sat, 9 Oct 1999 20:37:08 +0000
(20:37 +0000)
Zend/zend_execute.c
patch
|
blob
|
history
diff --git
a/Zend/zend_execute.c
b/Zend/zend_execute.c
index fbf149bf05829a6969e9d6d2e341c2ffae27d957..f3d3ba194347dbb0dfad5c7fe12c024770d71d23 100644
(file)
--- a/
Zend/zend_execute.c
+++ b/
Zend/zend_execute.c
@@
-81,7
+81,6
@@
static void zend_extension_fcall_end_handler(zend_extension *extension, zend_op_
\
if ((ptr_ptr = (s)) \
&& ((*ptr_ptr)->type == IS_OBJECT) \
- && (!(*ptr_ptr)->value.obj.ce->handle_function_call) \
&& (!(*ptr_ptr)->is_ref) \
&& ((*ptr_ptr)->refcount>2)) { /* 2 because it's also locked */ \
zval *ptr = *ptr_ptr; \