mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
- Hopefully got most of them. We also need a chdir_file function like
for Apache.
This commit is contained in:
parent
9df7df3293
commit
9c3d6304dd
13 changed files with 30 additions and 28 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue