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

NEWS
main/fopen_wrappers.h

diff --git a/NEWS b/NEWS
index 00cf11231aae727270d2b1dc32bc678658f8bdf3..9779af9071224e32954ea7166e310783ad951b44 100644 (file)
--- 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)
index 96be40901935d6e0f9cab0d33da143d95752c8b4..e3690751683461a9e72c17f30c1e7e986fbec8a4 100644 (file)
@@ -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()