Re: [PHP-DEV] phar enabled by default as of now

2008-05-18 Thread Marcus Boerger
Hello Gregory, aren't we simply using streams here only? If so we can still build phar statically with I'd prefer very much. And the streams stuff would be found if present. The optional dependency would then ensure correct load order. marcus Friday, May 16, 2008, 2:05:35 AM, you wrote: Hi,

[PHP-DEV] phar enabled by default as of now

2008-05-15 Thread Gregory Beaver
Hi, I just committed to ext/phar's config.m4/w32 to make phar enabled by default as a shared extension. This is a better default setting than building phar in statically, as phar has optional dependencies on the zlib and bz2 extensions to enable compressed phar archives. If phar is built