diff options
| author | Anatol Belski <ab@php.net> | 2014-10-12 19:22:40 +0200 |
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2014-10-12 19:22:40 +0200 |
| commit | 8a55159258fcdb4d74145a14a0a0669e77569c79 (patch) | |
| tree | 22e72c441abacee9831b5f2992bd043235dbcea3 /Zend/zend_API.h | |
| parent | ea7604fc9e481318d9219bcc8b29125079965895 (diff) | |
| parent | c96a6b44931ec54b95619d534be13a952189c4dc (diff) | |
| download | php-git-8a55159258fcdb4d74145a14a0a0669e77569c79.tar.gz | |
Merge branch 'PHP-5.6'
* PHP-5.6:
DLL export several APIs needed for phpdbg
Diffstat (limited to 'Zend/zend_API.h')
| -rw-r--r-- | Zend/zend_API.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_API.h b/Zend/zend_API.h index b73dcd4c65..b23b5b32f0 100644 --- a/Zend/zend_API.h +++ b/Zend/zend_API.h @@ -229,7 +229,7 @@ typedef struct _zend_fcall_info_cache { #define ZEND_FCI_INITIALIZED(fci) ((fci).size != 0) -int zend_next_free_module(void); +ZEND_API int zend_next_free_module(void); BEGIN_EXTERN_C() ZEND_API int zend_get_parameters(int ht, int param_count, ...); |
