summaryrefslogtreecommitdiff
path: root/Zend/zend_API.h
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-10-12 19:22:40 +0200
committerAnatol Belski <ab@php.net>2014-10-12 19:22:40 +0200
commit8a55159258fcdb4d74145a14a0a0669e77569c79 (patch)
tree22e72c441abacee9831b5f2992bd043235dbcea3 /Zend/zend_API.h
parentea7604fc9e481318d9219bcc8b29125079965895 (diff)
parentc96a6b44931ec54b95619d534be13a952189c4dc (diff)
downloadphp-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.h2
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, ...);