X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=php-sapi-ini-file.patch;h=0ed4d799f2bd6d7085e67c244c3bc9817847dd29;hb=712278527b67351baf8b4b873b489c19d491b6ab;hp=d18142ab802495cad128c0668fc049f9a583ca17;hpb=dccfdb642699a3ed67e7237de27992afdee1f86d;p=packages%2Fphp.git 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 { + } +