]> granicus.if.org Git - php/commitdiff
- Typo
authorMarcus Boerger <helly@php.net>
Sun, 3 Feb 2008 14:48:22 +0000 (14:48 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 3 Feb 2008 14:48:22 +0000 (14:48 +0000)
main/php_ini.h

index b5b2b65677622dde022b82b5b65ef577297ebbc0..70f3bfca2fbbdf841ec0cceac209cd63f085569f 100644 (file)
@@ -36,7 +36,7 @@ PHPAPI int php_parse_user_ini_file(char *dirname, char *ini_filename, HashTable
 PHPAPI void php_ini_activate_config(HashTable *source_hash, int modify_type, int stage TSRMLS_DC);
 PHPAPI void php_ini_activate_per_dir_config(char *path, uint path_len TSRMLS_DC);
 PHPAPI void php_ini_activate_per_host_config(char *host, uint host_len TSRMLS_DC);
-PHPAPI HashTable* php_in_get_configuration_hash(void);
+PHPAPI HashTable* php_ini_get_configuration_hash(void);
 END_EXTERN_C()
 
 #define PHP_INI_USER   ZEND_INI_USER