From 972e9c1b4684c8db0428d1623c3dfe59747b42f4 Mon Sep 17 00:00:00 2001 From: Brett Bieber Date: Mon, 19 Oct 2009 18:11:04 +0000 Subject: [PATCH] Bug #48257 add note about phar.require_hash not affecting plain tar files. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289759 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/phar/ini.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reference/phar/ini.xml b/reference/phar/ini.xml index 5b32454277..fc83e5ac90 100644 --- a/reference/phar/ini.xml +++ b/reference/phar/ini.xml @@ -96,6 +96,10 @@ enabled in php.ini, a script may harmlessly "re-enable" the INI variable, but may not disable it. + + This setting does not affect reading plain tar files with the + PharData class. +