mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
![]() Autoconf 2.59d (released in 2006) [1] started promoting several macros as not relevant for newer systems anymore, including the `AC_HEADER_STDC`. This macro checks if given system has C89 compliant header files such as `<string.h>`, `<stdlib.h>`, `<stdarg.h>`, `<float.h>`,... and defines the `STDC_HEADERS` symbol [2]. Case is that current systems should be well supported with at least C89 standard headers [3]. Given headers are still additionally checked with the `AC_PROG_CC` macro, yet not needed anyway. Additionally, the HAVE_MEMCPY check has been removed. The memcpy function is standardized by C89 and later. Refs: [1] http://git.savannah.gnu.org/cgit/autoconf.git/tree/NEWS [2] https://www.gnu.org/software/autoconf/manual/autoconf-2.69/autoconf.html [3] https://port70.net/~nsz/c/c89/c89-draft.html#4.1.2 |
||
---|---|---|
.. | ||
filters | ||
mbfl | ||
nls | ||
AUTHORS | ||
config.h.in | ||
config.h.w32 | ||
DISCLAIMER | ||
LICENSE | ||
NEWS | ||
README |
This is libmbfl, a streamable multibyte character code filter and converter library. The original version of libmbfl is developed and distributed at https://github.com/moriyoshi/libmbfl under the LGPL 2.1 license. The libmbfl library is bundled with PHP as a fork of the original repository and is not in sync with the upstream at https://github.com/moriyoshi/libmbfl. As such, the libmbfl directory is directly modified in the php-src repository. See LICENSE and DISCLAIMER for licensing information.