|
Last change
on this file since 1026 was
1026,
checked in by moo, 11 months ago
|
|
refactor: split extension init to sub module. TODO: compatibility regression
|
-
Property svn:eol-style set to
native
|
|
File size:
454 bytes
|
| Rev | Line | |
|---|
| [1026] | 1 | #ifndef XC_INI_H_E208B8E597E7FAD950D249BE9C6B6F53 |
|---|
| 2 | #define XC_INI_H_E208B8E597E7FAD950D249BE9C6B6F53 |
|---|
| 3 | |
|---|
| 4 | #if _MSC_VER > 1000 |
|---|
| 5 | #pragma once |
|---|
| 6 | #endif // _MSC_VER > 1000 |
|---|
| 7 | |
|---|
| 8 | #include "php.h" |
|---|
| 9 | #include "php_ini.h" |
|---|
| 10 | |
|---|
| 11 | PHP_INI_MH(xcache_OnUpdateDummy); |
|---|
| 12 | PHP_INI_MH(xcache_OnUpdateULong); |
|---|
| 13 | PHP_INI_MH(xcache_OnUpdateBool); |
|---|
| 14 | PHP_INI_MH(xcache_OnUpdateString); |
|---|
| 15 | #ifndef ZEND_ENGINE_2 |
|---|
| 16 | #define OnUpdateLong OnUpdateInt |
|---|
| 17 | #endif |
|---|
| 18 | |
|---|
| 19 | #endif /* XC_INI_H_E208B8E597E7FAD950D249BE9C6B6F53 */ |
|---|
Note: See
TracBrowser
for help on using the repository browser.