1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 07:58:20 +02:00
Files
archived-php-src/ext
Gustavo André dos Santos Lopes 44d0082823 - 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
..
2010-03-08 15:16:51 +00:00
2010-12-20 23:00:11 +00:00
2010-12-22 10:25:33 +00:00
2010-04-26 23:53:30 +00:00
2010-10-25 16:38:19 +00:00
2010-09-08 01:46:23 +00:00
2010-12-20 14:38:08 +00:00
2010-11-01 22:40:29 +00:00
2010-12-23 14:38:15 +00:00
2010-09-29 00:55:43 +00:00
2010-10-22 15:46:26 +00:00
2010-07-29 23:46:49 +00:00
2010-10-24 21:51:54 +00:00
2010-11-21 12:28:10 +00:00
2010-09-16 19:15:26 +00:00
2010-11-22 22:27:06 +00:00