Return to php_registry.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / win32 |
1.1 ! misho 1: #ifndef PHP_REGISTRY_H ! 2: #define PHP_REGISTRY_H ! 3: ! 4: ! 5: void UpdateIniFromRegistry(char *path TSRMLS_DC); ! 6: char *GetIniPathFromRegistry(); ! 7: ! 8: #endif /* PHP_REGISTRY_H */