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

Greg Beaver's Blog: problem with PHP_Archive-based phars tracked to odd unpack() bug

Stuart Herbert's Blog: Dealing With PEAR Dependency Quirks

WorkingSoftware.com.au: Configuring PHP4 and PHP5 to run concurrently on FreeBSD

Rob Morgan's Blog: Howto Publish a Pear Package on Pearhub

Tony Bibbs' Blog: Zend Framework's Official PEAR Channel?


Community Events









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


phpunit composer testing community example unittest object functional development api opinion code release database zendframework2 framework event language introduction interview

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