php_registry.h 159 B

12345678
  1. #ifndef PHP_REGISTRY_H
  2. #define PHP_REGISTRY_H
  3. void UpdateIniFromRegistry(char *path TSRMLS_DC);
  4. char *GetIniPathFromRegistry();
  5. #endif /* PHP_REGISTRY_H */