News Feed
Jobs Feed
Sections




News Archive
Till Klampaeckel's Blog:
PHAR and FreeBSD
November 08, 2011 @ 11:51:58

Till Klampaeckel has a new post about replacing the now-missing phar port on FreeBSD installations with a custom compile work-around.

I noticed that archivers/pecl-phar vanished from the ports tree on one of my FreeBSD servers. Problem? Reasons to remove the port were: the port is unmaintained, the port was based on the outdated phar extension from pec and that phar (in pecl) contains open security issues. The simple solution is to create a new port which of course will use the phar which is bundled in PHP's core.

He includes the simple five or six step process you'll need to follow to compile your own phar extension for your installation - grabbing the latest source, compiling (configure/make) and putting the resulting shared object (.so) in the right place for PHP to find it. All that's left then is to enable it in the php.ini. Phar is an archive creation tool that (normally) comes bundled with versions of PHP and can be used to both read and write to compressed packages.

0 comments voice your opinion now!
phar package freebsd compile archive


blog comments powered by Disqus

Similar Posts

PHP-Tools Blog: Analyzing aide (advanced intrusion detection environment) output with PHP

HowToForge.com: Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11.1

PHP-Security.net: Suhosin 0.9.34-DEV Installation HowTo

Tony Bibbs' Blog: HOWTO: Deploy Your Application Using PEAR

Elizabeth Smith's Blog: Edin's Treasure Trove - or how to actually get PHP 5.2 compiling on Windows


Community Events











Don't see your event here?
Let us know!


community development framework release functional unittest series interview opinion code application zendframework2 podcast tool language phpunit testing introduction conference example

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework