diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-09-16 22:02:51 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-16 22:02:51 -0500 |
commit | e17dd7ed4922fe49bd6796d9f8a21c07c2c3764a (patch) | |
tree | def928d5eeeeb33c50c422eb89ae67987fbbf4ad /misc/fileinfo/README | |
parent | 409771f745aaecca1f361b9f9dce4bb4c2b6df3a (diff) | |
download | slackbuilds-e17dd7ed4922fe49bd6796d9f8a21c07c2c3764a.tar.gz |
misc/fileinfo: Removed (included with php)
From: Willy Sudiarto Raharjo <willysr@gmail.com>
To: "SlackBuilds.org Users List" <slackbuilds-users@slackbuilds.org>
Subject: [Slackbuilds-users] misc/fileinfo
Date: Sun, 16 Sep 2012 12:34:17 +0700
Reply-To: "SlackBuilds.org Users List" <slackbuilds-users@slackbuilds.org>
Sender: slackbuilds-users-bounces@slackbuilds.org
Fileinfo Extension is now bundled within PHP, so i guess it's safe to
delete this?
http://pecl.php.net/package/Fileinfo
Note: As of PHP 5.3.0 this extension is enabled by default and this
PECL extension is no longer maintained and will contain no more
releases.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'misc/fileinfo/README')
-rw-r--r-- | misc/fileinfo/README | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/misc/fileinfo/README b/misc/fileinfo/README deleted file mode 100644 index b14bfee79c..0000000000 --- a/misc/fileinfo/README +++ /dev/null @@ -1,12 +0,0 @@ -This PHP extension allows for the retrieval of information regarding -a vast majority of files. - -This information may include dimensions, quality, length, etc., - -Additionally it can also be used to retrieve the mime type for a -particular file and for text files proper language encoding. - -This package is deprecated but I do need it for an AvantFAX web -application install I'm putting together. The PECL install for this -particular extension doesn't work correctly so I've put together this -SlackBuild script and am sharing it with the community. |