Browse Source

MFB: Fixed bug #43580 (removed bogus declaration of a non-existent


			
			
				experimental/first_unicode_implementation
			
			
		
Ilia Alshanetsky 19 years ago
parent
commit
0b6a51e539
  1. 1
      main/fopen_wrappers.h

1
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);

Loading…
Cancel
Save