1
0
mirror of https://github.com/php/php-src.git synced 2026-04-02 05:32:28 +02:00
Files
archived-php-src/ext/zip
Christoph M. Becker f4b0b32e2d 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-10-26 11:40:06 +01:00
..
2020-02-03 13:41:31 +01:00
2020-06-18 17:14:03 +02:00
2020-05-29 13:43:51 +02:00
2020-09-29 16:17:23 +02:00