mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
- Change macros from V_ to VCWD_ because of AIX name clash
This commit is contained in:
parent
96330d36bc
commit
4c823e8a89
42 changed files with 152 additions and 152 deletions
|
@ -205,7 +205,7 @@ static PHP_INI_MH(OnTypelibFileChange)
|
|||
#endif
|
||||
|
||||
|
||||
if (!new_value || (typelib_file=V_FOPEN(new_value, "r"))==NULL) {
|
||||
if (!new_value || (typelib_file=VCWD_FOPEN(new_value, "r"))==NULL) {
|
||||
return FAILURE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue