]> TLD Linux GIT Repositories - packages/php.git/blobdiff - php-sapi-ini-file.patch
- updated to 7.3.0, merged some patches from PLD, not tested yet
[packages/php.git] / php-sapi-ini-file.patch
index d18142ab802495cad128c0668fc049f9a583ca17..0ed4d799f2bd6d7085e67c244c3bc9817847dd29 100644 (file)
@@ -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 {
 +                      }
 +