mirror of
https://github.com/php/php-src.git
synced 2026-04-15 03:51:07 +02:00
The `<stdio.h>` header file is part of the standard C89 headers [1] and on current systems can be included unconditionally. Since PHP requires at least C89 or greater, the `HAVE_STDIO_H` symbol defined by Autoconf [2] can be ommitted and simplifed. Refs: [1] https://port70.net/~nsz/c/c89/c89-draft.html#4.1.2 [2] https://git.savannah.gnu.org/cgit/autoconf.git/tree/lib/autoconf/headers.m4
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.