X-Git-Url: https://git.tld-linux.org/?p=packages%2Fphp.git;a=blobdiff_plain;f=php-sapi-ini-file.patch;h=0ed4d799f2bd6d7085e67c244c3bc9817847dd29;hp=d18142ab802495cad128c0668fc049f9a583ca17;hb=c5549919419b5888c219c98b421cf560bffb2455;hpb=a52c3e6b87b405761c9e3b61d02c44420594c460 diff --git a/php-sapi-ini-file.patch b/php-sapi-ini-file.patch index d18142a..0ed4d79 100644 --- a/php-sapi-ini-file.patch +++ b/php-sapi-ini-file.patch @@ -88,7 +88,7 @@ https://github.com/pld-linux/php/commit/762ec2e ZVAL_NEW_STR(&tmp, zend_string_init(fh.filename, strlen(fh.filename), 1)); zend_hash_str_update(&configuration_hash, "cfg_file_path", sizeof("cfg_file_path")-1, &tmp); if (opened_path) { - zend_string_release(opened_path); + zend_string_release_ex(opened_path, 0); - } else { + } +