mirror of
https://github.com/php/php-src.git
synced 2024-11-24 18:34:21 +08:00
Fixed bug #43580 (removed bogus declaration of a non-existent php_is_url()
function)
This commit is contained in:
parent
f5d0e57bcc
commit
863a7c6a64
@ -35,7 +35,6 @@ PHPAPI int php_check_safe_mode_include_dir(const char *path TSRMLS_DC);
|
|||||||
|
|
||||||
PHPAPI FILE *php_fopen_with_path(const char *filename, const char *mode, const char *path, char **opened_path TSRMLS_DC);
|
PHPAPI FILE *php_fopen_with_path(const char *filename, const char *mode, const char *path, char **opened_path TSRMLS_DC);
|
||||||
|
|
||||||
PHPAPI int php_is_url(char *path);
|
|
||||||
PHPAPI char *php_strip_url_passwd(char *path);
|
PHPAPI char *php_strip_url_passwd(char *path);
|
||||||
END_EXTERN_C()
|
END_EXTERN_C()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user