Re: [PHP-DEV] Re: phar API

2008-03-29 Thread Elizabeth M Smith
Hi Marcus, warning I smashed those two replies together into this > You are right about Phar::canWrite() however there is also > Phar::isWriteable(). All we have to do is overload it correctly so that it > returns SplFileInfo::isWriteable() && Phar::canWrite(). Sounds good - one gripe fixed ;) >

Re: [PHP-DEV] Re: phar API

2008-03-29 Thread Marcus Boerger
Hello Elizabeth, Friday, March 28, 2008, 2:21:01 PM, you wrote: > First of all Greg, thanks for all your hard work on phar - however I do > agree that some of the API choices are going to cause confusion with > "casual" phar users. >> 1) if you want to know writability without Phar::canWrite(),