diff options
| author | Dmitry Stogov <dmitry@php.net> | 2006-04-24 07:04:25 +0000 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@php.net> | 2006-04-24 07:04:25 +0000 |
| commit | a4f216529500a3b5280814a1349f4338f7e7bca8 (patch) | |
| tree | 053e20f1db7135f040271dfdc92ae30b2228c19e /ext/soap/soap.c | |
| parent | b657d087256a0b5205b92524e42ec4f5b60450b3 (diff) | |
| download | php-git-a4f216529500a3b5280814a1349f4338f7e7bca8.tar.gz | |
Fixed win32 build
Diffstat (limited to 'ext/soap/soap.c')
| -rw-r--r-- | ext/soap/soap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/soap/soap.c b/ext/soap/soap.c index aa582911c7..14c73b9a89 100644 --- a/ext/soap/soap.c +++ b/ext/soap/soap.c @@ -395,7 +395,7 @@ ZEND_GET_MODULE(soap) # define OnUpdateLong OnUpdateInt #endif -ZEND_API ZEND_INI_MH(OnUpdateCacheEnabled) +ZEND_INI_MH(OnUpdateCacheEnabled) { long *p; #ifndef ZTS |
