Browse Source

MFH

PECL_OPENSSL
Antony Dovgal 20 years ago
parent
commit
646cfe11e1
  1. 2
      main/php_open_temporary_file.c

2
main/php_open_temporary_file.c

@ -206,7 +206,7 @@ PHPAPI const char* php_get_temporary_directory(void)
PHPAPI int php_open_temporary_fd(const char *dir, const char *pfx, char **opened_path_p TSRMLS_DC)
{
int fd;
char *temp_dir = php_get_temporary_directory();
const char *temp_dir = php_get_temporary_directory();
if (!pfx) {
pfx = "tmp.";

Loading…
Cancel
Save