From c35249d45ed773cdc45de20e7b07e1da25dee6e4 Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Thu, 13 Dec 2007 00:33:26 +0000 Subject: [PATCH] MFB Fixed bug #43580 (removed bogus declaration of a non-existent php_is_url() function) --- NEWS | 2 ++ main/fopen_wrappers.h | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 00cf11231a..9779af9071 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ PHP NEWS ?? ??? 2008, PHP 5.2.6 - Fixed weired behavior in CGI parameter parsing. (Dmitry, Hannes Magnusson) +- Fixed bug #43580 (removed bogus declaration of a non-existent php_is_url() + function). (Ilia) - Fixed bug #43533 (escapeshellarg('') returns null). (Ilia) - Fixed bug #43522 (stream_get_line() eats additional characters). (Felipe, Ilia) diff --git a/main/fopen_wrappers.h b/main/fopen_wrappers.h index 96be409019..e369075168 100644 --- a/main/fopen_wrappers.h +++ b/main/fopen_wrappers.h @@ -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 int php_is_url(char *path); PHPAPI char *php_strip_url_passwd(char *path); END_EXTERN_C() -- 2.40.0