1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 16:38:25 +02:00
Files
archived-php-src/ext/phar
Greg Beaver c0d82e966f refactor compress/convertToTar/convertToPhar/convertToZip/convertToExecutable/convertToData
into 2 methods:
convertToExecutable/convertToData.  Both methods accept 3 optional parameters
1 archive type, Phar::PHAR, Phar::TAR, or Phar::ZIP
2 compression Phar::NONE, Phar::GZ, or Phar::BZ2
3 file extension.  Default is <format>.<compression> where .phar.tar is executable .tar
convertToExecutable always returns a Phar object
convertToData always returns a PharData object
also added Phar::PHAR, Phar::TAR, and Phar::ZIP class constants
[DOC]
2008-04-11 04:20:15 +00:00
..
2008-03-22 01:48:45 +00:00
2008-03-21 05:05:23 +00:00
2008-01-08 19:40:23 +00:00
ws
2008-02-01 14:40:57 +00:00
2008-01-18 20:12:45 +00:00
2008-03-10 19:11:16 +00:00
2008-03-26 03:55:37 +00:00