mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Fix linkage of symbols.
This commit is contained in:
parent
eba65486ad
commit
d403ed4bc3
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@
|
||||||
|
|
||||||
php_stream *php_stream_url_wrap_http(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC);
|
php_stream *php_stream_url_wrap_http(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC);
|
||||||
php_stream *php_stream_url_wrap_ftp(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC);
|
php_stream *php_stream_url_wrap_ftp(php_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC);
|
||||||
PHPAPI php_stream_wrapper php_stream_http_wrapper;
|
extern PHPAPI php_stream_wrapper php_stream_http_wrapper;
|
||||||
PHPAPI php_stream_wrapper php_stream_ftp_wrapper;
|
extern PHPAPI php_stream_wrapper php_stream_ftp_wrapper;
|
||||||
extern php_stream_wrapper php_stream_php_wrapper;
|
extern php_stream_wrapper php_stream_php_wrapper;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue