Browse Source

MFH

experimental/5.2-WITH_DRCP
Antony Dovgal 20 years ago
parent
commit
5941c1d28c
  1. 3
      main/fopen_wrappers.c

3
main/fopen_wrappers.c

@ -304,6 +304,9 @@ PHPAPI int php_fopen_primary_script(zend_file_handle *file_handle TSRMLS_DC)
SG(request_info).path_translated = filename;
}
}
#if defined(ZTS) && defined(HAVE_GETPWNAM_R) && defined(_SC_GETPW_R_SIZE_MAX)
efree(pwbuf);
#endif
}
} else
#endif

Loading…
Cancel
Save