|
Last change
on this file since 1045 was
1045,
checked in by moo, 10 months ago
|
|
refactor: bring back compatibility with Zend Optimizer
|
-
Property svn:eol-style set to
native
|
|
File size:
773 bytes
|
| Line | |
|---|
| 1 | #ifndef XC_EXTENSION_H_9885D3A6DE7C469D13E34AF331E02BB8 |
|---|
| 2 | #define XC_EXTENSION_H_9885D3A6DE7C469D13E34AF331E02BB8 |
|---|
| 3 | |
|---|
| 4 | #if _MSC_VER > 1000 |
|---|
| 5 | #pragma once |
|---|
| 6 | #endif /* _MSC_VER > 1000 */ |
|---|
| 7 | |
|---|
| 8 | #include "util/xc_stack.h" |
|---|
| 9 | #include "zend_extensions.h" |
|---|
| 10 | int xcache_zend_extension_prepend(zend_extension *new_extension); |
|---|
| 11 | int xcache_zend_extension_remove(zend_extension *extension); |
|---|
| 12 | int xcache_zend_extension_count_by_prefix(zend_llist *l, const char *extension_name_prefix); |
|---|
| 13 | void xcache_zend_extension_unlink_by_prefix(xc_stack_t *unlinked, zend_llist *l, const char *extension_name_prefix); |
|---|
| 14 | |
|---|
| 15 | void xcache_llist_prepend(zend_llist *l, zend_llist_element *element); |
|---|
| 16 | void xcache_llist_unlink(zend_llist *l, zend_llist_element *element); |
|---|
| 17 | |
|---|
| 18 | #endif /* XC_EXTENSION_H_9885D3A6DE7C469D13E34AF331E02BB8 */ |
|---|
Note: See
TracBrowser
for help on using the repository browser.