From: Ilia Alshanetsky Date: Thu, 13 Dec 2007 00:27:43 +0000 (+0000) Subject: MFB: Fixed bug #43580 (removed bogus declaration of a non-existent X-Git-Tag: RELEASE_2_0_0a1~1200 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b6a51e5399bf0d5f72d31a97c39c6ac81dc3bc0;p=php MFB: Fixed bug #43580 (removed bogus declaration of a non-existent php_is_url() function) --- diff --git a/main/fopen_wrappers.h b/main/fopen_wrappers.h index a760ab9b17..98336a130b 100644 --- a/main/fopen_wrappers.h +++ b/main/fopen_wrappers.h @@ -34,7 +34,6 @@ PHPAPI int php_check_specific_open_basedir(const char *basedir, const char *path 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 ZEND_INI_MH(OnUpdateBaseDir);