- Hopefully got most of them. We also need a chdir_file function like

for Apache.
This commit is contained in:
Andi Gutmans 2000-03-30 22:56:34 +00:00
parent 9df7df3293
commit 9c3d6304dd
13 changed files with 30 additions and 28 deletions

View file

@ -161,7 +161,7 @@ static PHP_INI_MH(OnTypelibFileChange)
#endif
if (!new_value || (typelib_file=fopen(new_value, "r"))==NULL) {
if (!new_value || (typelib_file=PHP_FOPEN(new_value, "r"))==NULL) {
return FAILURE;
}