php-src/ext/mbstring
Peter Kokot 77118fc925 Remove HAVE_ASSERT_H
The `<assert.h>` header file is part of the standard C89 headers [1] and
on older systems there needed to be also a manual check if header is
present.

Since PHP requires at least C89 manual check and the `HAVE_ASSERT_H`
symbol defined by Autoconf in configure.ac can be both removed [2].

This patch also removes unused <assert.h> includes where c files don't
use the `assert()` macro.

Refs:
[1] https://port70.net/~nsz/c/c89/c89-draft.html#4.2
[2] https://git.savannah.gnu.org/cgit/autoconf.git/tree/lib/autoconf/headers.m4
2018-09-09 09:43:03 +02:00
..
libmbfl Remove HAVE_ASSERT_H 2018-09-09 09:43:03 +02:00
oniguruma Merge branch 'PHP-7.3' 2018-09-03 12:26:42 +02:00
tests Merge branch 'PHP-7.3' 2018-08-05 00:13:40 +02:00
ucgendat Make PHP development tools files and scripts executable 2018-08-29 20:58:17 +02:00
config.m4 Remove AC_FUNC_MEMCMP 2018-09-04 12:02:47 +02:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS
mb_gpc.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
mb_gpc.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
mbstring.c Fix #76706: mbstring.http_output_conv_mimetypes is ignored 2018-08-04 23:24:04 +02:00
mbstring.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
oniguruma.patch Update to Oniguruma 6.7.1 2018-03-10 01:07:00 +01:00
php_mbregex.c Fix typos in code comments 2018-07-25 11:57:11 +02:00
php_mbregex.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_onig_compat.h - MFH: Added a new configure option --with-onig=[DIR] that allows the extension 2008-07-16 02:30:49 +00:00
php_unicode.c Fixed bug #76319 2018-05-25 11:33:13 +02:00
php_unicode.h Fixed bug #76319 2018-05-25 11:33:13 +02:00
unicode_data.h Update data tables for Unicode 11 2018-06-11 20:25:37 +02:00