RE: [PHP] PHP Equivalent to Java Jar or Python Eggs

2009-11-30 Thread Bob McConnell
From: c4...@comcast.net

> Has anyone done any work towards packaging of PHP in
> a manner similar to jar or eggs? I was working on a
> project the other day with a lot of class files and
> thought this would be a cool, simple way to deploy
> the app. 

Nope, too much like work. We just wrap it up in an RPM which is
installed in a local repository. Then we use yum to install it on each
server in the cluster.

Bob McConnell


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP Equivalent to Java Jar or Python Eggs

2009-11-26 Thread Greg Maruszeczka
On Thu, 26 Nov 2009 13:09:48 +1030
James McLean  wrote:

> On Thu, Nov 26, 2009 at 11:50 AM,   wrote:
> >
> > Has anyone done any work towards packaging of PHP in a manner
> > similar to jar or eggs? I was working on a project the other day
> > with a lot of class files and thought this would be a cool, simple
> > way to deploy the app.
> 
> Yes; Greg Beaver has done a lot of work with PHAR, which is very
> similar. See http://au2.php.net/phar
> 
> Cheers
> 


...it's even bundled with PHP 5.3+

GM

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP Equivalent to Java Jar or Python Eggs

2009-11-25 Thread James McLean
On Thu, Nov 26, 2009 at 11:50 AM,   wrote:
>
> Has anyone done any work towards packaging of PHP in a manner similar to jar 
> or eggs? I was working on a project the other day with a lot of class files 
> and thought this would be a cool, simple way to deploy the app.

Yes; Greg Beaver has done a lot of work with PHAR, which is very
similar. See http://au2.php.net/phar

Cheers

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php