File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 19
19
+----------------------------------------------------------------------+
20
20
*/
21
21
22
- #include "zend_API.h"
23
- #include "zend_constants.h"
24
- #include "zend_inheritance.h"
25
22
#include "zend_accelerator_util_funcs.h"
26
- #include "zend_persist .h"
27
- #include "zend_shared_alloc .h"
23
+ #include "ZendAccelerator .h"
24
+ #include "zend_inheritance .h" // for zend_try_early_bind()
28
25
#include "zend_observer.h"
29
26
30
27
#ifdef __SSE2__
Original file line number Diff line number Diff line change 22
22
#ifndef ZEND_ACCELERATOR_UTIL_FUNCS_H
23
23
#define ZEND_ACCELERATOR_UTIL_FUNCS_H
24
24
25
- #include "zend.h"
26
- #include "ZendAccelerator.h"
25
+ #include "zend_portability.h" // for BEGIN_EXTERN_C
26
+
27
+ #include <stdint.h>
28
+
29
+ typedef struct _zend_op_array zend_op_array ;
30
+ typedef struct _zend_persistent_script zend_persistent_script ;
31
+ typedef struct _zend_script zend_script ;
32
+ typedef struct _zend_array HashTable ;
27
33
28
34
BEGIN_EXTERN_C ()
29
35
You can’t perform that action at this time.
0 commit comments