Re: [PHP-DEV] Re: par/phar/jar (was zend_stream_fixup)

2005-03-15 Thread Jeff Moore
On Mar 15, 2005, at 7:41 PM, cshmoove wrote: read my reply to Christian. as i mentioned, i'm working on another project which already has infrastucture for dealing with similar issues. i simply noticed that it could be adapted for the PAR/PHAR idea. IOW, the extension will be written whether

Re: [PHP-DEV] Re: par/phar/jar (was zend_stream_fixup)

2005-03-15 Thread cshmoove
[EMAIL PROTECTED]> To: "l0t3k" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, March 15, 2005 7:10 PM Subject: Re: [PHP-DEV] Re: par/phar/jar (was zend_stream_fixup) On Mar 10, 2005, at 9:59 PM, l0t3k wrote: In about a month or so, i'll start work on an extension implementing a

Re: [PHP-DEV] Re: par/phar/jar (was zend_stream_fixup)

2005-03-15 Thread Jeff Moore
On Mar 10, 2005, at 9:59 PM, l0t3k wrote: In about a month or so, i'll start work on an extension implementing a file format which allows for bundling all resources related to a app (including PHP source, localized strings, gifs, byte-code from BCompiler etc). the format has an heirarchical int

[PHP-DEV] Re: par/phar/jar (was zend_stream_fixup)

2005-03-11 Thread cshmoove
"Christian Schneider" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > The advantage of a proven format and being able to use standard tools are > priority #1 IMHO. > >> manipulate them. The advantage over other formats is that the resources >> can be used in-place using a custom P

[PHP-DEV] Re: par/phar/jar (was zend_stream_fixup)

2005-03-11 Thread Christian Schneider
L0t3k wrote: In about a month or so, i'll start work on an extension implementing a file format which allows for bundling all resources related to a app (including I'd very much recommend using an already existing file format, e.g. PEAR::PHP_Archive (uses tar) or something based on zip. The dis

[PHP-DEV] Re: par/phar/jar (was zend_stream_fixup)

2005-03-10 Thread l0t3k
In about a month or so, i'll start work on an extension implementing a file format which allows for bundling all resources related to a app (including PHP source, localized strings, gifs, byte-code from BCompiler etc). the format has an heirarchical internal structure and allows for introspectio