mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-07-31 19:30:21 +02:00
Add 4.0.0 release information.
Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
set_time_limit(0);
|
||||
|
||||
require_once 'PEAR/PackageFileManager2.php';
|
||||
require_once 'PEAR/PackageFileManager/File.php';
|
||||
PEAR::setErrorHandling(PEAR_ERROR_PRINT);
|
||||
$pkg = new PEAR_PackageFileManager2;
|
||||
|
||||
@@ -17,6 +18,8 @@ $pkg->setOptions(
|
||||
'ignore' => array(
|
||||
'HTMLPurifier.standalone.php',
|
||||
'HTMLPurifier.path.php',
|
||||
'*.tar.gz',
|
||||
'*.tgz',
|
||||
'standalone/'
|
||||
),
|
||||
)
|
||||
|
Reference in New Issue
Block a user