Bug 115224 - New port: archivers/pecl-phar A PECL extension which allows running applications out of .phar files
Summary: New port: archivers/pecl-phar A PECL extension which allows running applicati...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-05 20:30 UTC by Ditesh Shashikant Gathani
Modified: 2007-08-21 10:11 UTC (History)
0 users

See Also:


Attachments
file.shar (2.26 KB, text/plain)
2007-08-05 20:30 UTC, Ditesh Shashikant Gathani
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ditesh Shashikant Gathani 2007-08-05 20:30:01 UTC
The phar extension provides the phar stream wrapper and the Phar class for manipulating self-contained PHP Archive (phar) files. The Phar class can be used to create and to extract contents of phar files as well as iterating over their contents.

PHP Archive files (Phars) are special collections of files that can be transparently run right out of the file, similar to Java's jar archive files. Using a phar archive, it is possible to distribute a complete PHP application in a single file that will run out of the file without modification or extraction.

Fix: shar file as attached.

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-08-05 20:30:08 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants to have pecl- PRs
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2007-08-21 10:11:11 UTC
State Changed
From-To: open->closed

New port added. Thanks!