php-src/ext/zip
Gustavo André dos Santos Lopes e7d5c4a8fd - Fixed bug #53603 (ZipArchive should quiet stat errors).
#It is unclear if url_stat handlers should emit a warning in case
#PHP_STREAM_URL_STAT_QUIET is not specified and the resource does
#not exist. Most url_stat handlers never emit messages; the plain
#one does only so in the extraordinary event of an open_basedir
#restriction.
#But in case, php_stat uses PHP_STREAM_URL_STAT_QUIET for the
#FS_EXISTS, which suggests that mere checks on file existence are
#supposed to use this flag (arguably).
#The downside is that important diagnostic messages might be
#omitted.
2010-12-24 22:38:36 +00:00
..
examples - sync with PECL HEAD 2008-05-21 09:27:41 +00:00
lib - Fixed bug #53568 (swapped memset arguments in struct initialization). 2010-12-17 23:05:26 +00:00
tests - Fixed bug #53603 (ZipArchive should quiet stat errors). 2010-12-24 22:38:36 +00:00
config.m4 - add missing files for 0.9 2008-08-08 09:47:15 +00:00
config.w32 - MFH: update to 0.9 (torrentzip support, files open only when necessary), windows fixes 2008-08-07 23:24:11 +00:00
CREDITS This commit was manufactured by cvs2svn to create branch 'PHP_5_2'. 2006-07-24 16:58:59 +00:00
php_zip.c - Fixed bug #53603 (ZipArchive should quiet stat errors). 2010-12-24 22:38:36 +00:00
php_zip.h Merge safe_mode changes into extensions that are in sync in both branches 2010-04-26 23:55:03 +00:00
TODO - MFH: 2006-11-03 16:46:19 +00:00
zip_stream.c Fixed bug#53579 (stream_get_contents() segfaults on ziparchive streams) 2010-12-20 11:00:27 +00:00