mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
9 lines
159 B
C
9 lines
159 B
C
#ifndef PHP_REGISTRY_H
|
|
#define PHP_REGISTRY_H
|
|
|
|
|
|
void UpdateIniFromRegistry(char *path TSRMLS_DC);
|
|
char *GetIniPathFromRegistry();
|
|
|
|
#endif /* PHP_REGISTRY_H */
|