History log of /php-src/ext/phar/config.w32 (Results 26 – 39 of 39)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 7babdcfe 04-Jan-2008 Greg Beaver

fix windows build (hopefully :)

Revision tags: php-4.4.8
# 652d39c3 31-Dec-2007 Greg Beaver

add zip-based phar support. not quite working is webPhar(), not sure why yet

# 245ca069 21-Dec-2007 Greg Beaver

same fix we used in linux to make all extension deps optional

Revision tags: php-4.4.8RC1
# 4bcb68a4 25-Nov-2007 Greg Beaver

fix errors found in delMetaData(), add get/delMetaData() to MetaData read test

# e34be4f8 24-Nov-2007 Greg Beaver

preliminary work on using gnupg to verify/create signatures - no implementation, just phpinfo() output and build rules

# 0034b47c 24-Nov-2007 Greg Beaver

experimental support for optional bz2 extension - should make windows users a whole lot happier (forgot w32)

Revision tags: RELEASE_1_2_3, php-5.2.5, php-5.2.5RC2, php-5.2.5RC1, BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2, RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND, BEFORE_IMPORT_OF_MYSQLND, php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1, php-4.4.6, php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1
# 1c690cb9 04-Feb-2007 Marcus Boerger

- Add path sanitizer for new paths
- Add test for a few things we check with the sanitizer
# We might want to use the sanitizer for opening as well

Revision tags: php-4.4.5RC2, php-5.2.1RC4
# 3066cfb3 21-Jan-2007 Marcus Boerger

- Disable most of class Phar and all of class PharFileInfo if SPL is not present

Revision tags: php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2, php-5.2.1RC1, php-5.2.0, php-5.2.0RC6, php-5.2.0RC5, php-5.2.0RC4, php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1, php-4.4.3RC2, BEFORE_NEW_OUTPUT_API, php-4.4.3RC1, php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2
# a3fcdf4f 28-Feb-2006 Marcus Boerger

- Add OO interface to handling phar archieves and entries
- Add support for HEAD
- Cleanup

Revision tags: RELEASE_0_9_4, RELEASE_1_0_4
# 42e3644d 12-Jan-2006 Marcus Boerger

- Add bzip2 decompression support

Revision tags: php-4.4.2
# 8166072e 11-Jan-2006 Marcus Boerger

- Change to use streams filters which simplifies decompression a lot and
easily allows to use other compression algos too

Revision tags: php-5.1.2RC2, php-4.4.2RC2, php-5.1.2RC1
# 48f4c97b 11-Dec-2005 Edin Kadribasic

Use php5 built-in zlib. Unfortunatelly we don't export zError() there
so I habe generic "compression error" will suffice.

Revision tags: RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0
# 852eec49 05-Dec-2005 Greg Beaver

add ability to detect zlib library when zlib ext is disabled

# 9d4036ea 04-Dec-2005 Greg Beaver

initial import

# file handling needs to use streams, handle safe_mode/open_basedir

12