php-src/ext/zip
Christoph M. Becker d65a520b1d Raise E_WARNING on PHP related errors
If Zip operations fails due to PHP error conditions before libzip even
has been called, there is no meaningful indication what failed; the
functions just return false, and the Zip status indicated that no error
did occur.  Therefore we raise `E_WARNING` in these cases.

Closes GH-6356.
2020-11-06 11:00:43 +01:00
..
examples Apply tidy formatting 2020-02-03 13:41:31 +01:00
tests Raise E_WARNING on PHP related errors 2020-11-06 11:00:43 +01:00
config.m4 Merge branch 'PHP-7.4' 2020-06-18 17:14:03 +02:00
config.w32 Support libzip 1.6 on Windows 2020-05-29 13:43:51 +02:00
CREDITS
php_zip_arginfo.h for consistency use for all *Name methods 2020-09-23 09:31:44 +02:00
php_zip.c Raise E_WARNING on PHP related errors 2020-11-06 11:00:43 +01:00
php_zip.h bump zip extension version 2020-09-29 16:17:23 +02:00
php_zip.stub.php for consistency use for all *Name methods 2020-09-23 09:31:44 +02:00
zip_stream.c Fix [-Wundef] warning in ZIP extension 2020-05-18 00:37:18 +02:00