rfc:streamline-phar-api

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
rfc:streamline-phar-api [2008/03/28 15:42] – Adding proposal for SplFileObject lstrojnyrfc:streamline-phar-api [2017/09/22 13:28] (current) – external edit 127.0.0.1
Line 28: Line 28:
 === Adding isWritable() method === === Adding isWritable() method ===
 == Proposal == == Proposal ==
-Add an isWritable() method to determine whether an archive can be written or not. Not being able to write an archive either means it is disabled in the php.ini (see Phar::canWrite()) or that PHP can't write to the requested location of the phar archive.+Add an isWritable() method to determine whether an archive can be written or not. Not being able to write an archive either means it is disabled in the php.ini (see Phar::canWrite()) or that PHP can't write to the requested location of the phar archive. PharFileInfo must overload the method in order to accomplish that.
 == Code == == Code ==
 <code php> <code php>
rfc/streamline-phar-api.1206718969.txt.gz · Last modified: 2017/09/22 13:28 (external edit)