php-src/ext/zlib
Gabriel Caruso fef879a2d6 Use bool instead of boolean while throwing a type error
PHP requires boolean typehints to be written "bool" and disallows
"boolean" as an alias. This changes the error messages to match
the actual type name and avoids confusing messages like "must be
of type boolean, boolean given".

This a followup to ce1d69a1f6, which
implements the same change for integer->int.
2018-02-04 23:09:40 +01:00
..
tests Use bool instead of boolean while throwing a type error 2018-02-04 23:09:40 +01:00
config0.m4 converted ext/zlib with static tsrm ls cache 2014-10-15 11:27:20 +02:00
config.w32 fix shared compilation 2015-03-23 15:09:03 +01:00
CREDITS * implement new output API, fixing some bugs and implementing some feature 2010-05-31 10:29:43 +00:00
php_zlib.def extend zlib export required for the recent libpng 2017-04-23 21:33:14 +02:00
php_zlib.h year++ 2018-01-02 12:57:58 +08:00
zlib_filter.c year++ 2018-01-02 12:57:58 +08:00
zlib_fopen_wrapper.c year++ 2018-01-02 12:57:58 +08:00
zlib_win32_howto.txt typo fixes - https://github.com/vlajos/misspell_fixer 2014-11-23 14:52:47 -08:00
zlib.c Trailing whitespaces 2018-01-03 14:38:00 +01:00