]> granicus.if.org Git - php/commitdiff
MFB: Fixed bug #43580 (removed bogus declaration of a non-existent
authorIlia Alshanetsky <iliaa@php.net>
Thu, 13 Dec 2007 00:27:43 +0000 (00:27 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 13 Dec 2007 00:27:43 +0000 (00:27 +0000)
php_is_url() function)

main/fopen_wrappers.h

index a760ab9b1791c090bed3db159076dd12ddb7c7b4..98336a130b6765a3ab855745b00e27a24d25d188 100644 (file)
@@ -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);