diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2007-12-13 00:33:26 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2007-12-13 00:33:26 +0000 |
| commit | c35249d45ed773cdc45de20e7b07e1da25dee6e4 (patch) | |
| tree | 5646a252c4575ea308dc3bb5204ed91842796b17 /main | |
| parent | 0e70b8fea065c771ad4c4b5b94673d85cba910ce (diff) | |
| download | php-git-c35249d45ed773cdc45de20e7b07e1da25dee6e4.tar.gz | |
MFB Fixed bug #43580 (removed bogus declaration of a non-existent php_is_url()
function)
Diffstat (limited to 'main')
| -rw-r--r-- | main/fopen_wrappers.h | 1 |
1 files changed, 0 insertions, 1 deletions
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() |
