Peter Kokot
7 years ago
committed by
Joe Watkins
No known key found for this signature in database
GPG Key ID: F9BA0ADA31CBD89E
25 changed files with
0 additions and
58 deletions
ext/mbstring/libmbfl/config.h.in
ext/mbstring/libmbfl/config.h.w32
ext/mbstring/libmbfl/mbfl/mbfilter.c
ext/mbstring/libmbfl/mbfl/mbfilter_8bit.c
ext/mbstring/libmbfl/mbfl/mbfilter_pass.c
ext/mbstring/libmbfl/mbfl/mbfilter_wchar.c
ext/mbstring/libmbfl/mbfl/mbfl_allocators.c
ext/mbstring/libmbfl/mbfl/mbfl_convert.c
ext/mbstring/libmbfl/mbfl/mbfl_encoding.c
ext/mbstring/libmbfl/mbfl/mbfl_ident.c
ext/mbstring/libmbfl/mbfl/mbfl_language.c
ext/mbstring/libmbfl/mbfl/mbfl_memory_device.c
ext/mbstring/libmbfl/mbfl/mbfl_string.c
ext/mbstring/libmbfl/nls/nls_de.c
ext/mbstring/libmbfl/nls/nls_en.c
ext/mbstring/libmbfl/nls/nls_hy.c
ext/mbstring/libmbfl/nls/nls_ja.c
ext/mbstring/libmbfl/nls/nls_kr.c
ext/mbstring/libmbfl/nls/nls_neutral.c
ext/mbstring/libmbfl/nls/nls_ru.c
ext/mbstring/libmbfl/nls/nls_tr.c
ext/mbstring/libmbfl/nls/nls_ua.c
ext/mbstring/libmbfl/nls/nls_uni.c
ext/mbstring/libmbfl/nls/nls_zh.c
main/php_network.h
@ -20,9 +20,6 @@
and to 0 otherwise. */
#undef HAVE_REALLOC
/* Define to 1 if you have the <stddef.h> header file. */
#undef HAVE_STDDEF_H
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
@ -1,6 +1,5 @@
#define HAVE_STDIO_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDDEF_H 1
#define HAVE_ASSERT_H 1
#define HAVE_MEMORY_H 1
/* #undef HAVE_STRINGS_H */
@ -94,10 +94,6 @@
# include <strings.h>
# endif
# ifdef HAVE_STDDEF_H
# include <stddef.h>
# endif
# include "mbfilter.h"
# include "mbfl_filter_output.h"
# include "mbfilter_8bit.h"
@ -32,9 +32,7 @@
# include "config.h"
# endif
# ifdef HAVE_STDDEF_H
# include <stddef.h>
# endif
# include "mbfilter.h"
@ -31,9 +31,7 @@
# include "config.h"
# endif
# ifdef HAVE_STDDEF_H
# include <stddef.h>
# endif
# include "mbfilter.h"
# include "mbfilter_pass.h"
@ -32,9 +32,7 @@
# include "config.h"
# endif
# ifdef HAVE_STDDEF_H
# include <stddef.h>
# endif
# include "mbfilter.h"
@ -48,9 +48,7 @@
# include <strings.h>
# endif
# ifdef HAVE_STDDEF_H
# include <stddef.h>
# endif
# include "mbfl_allocators.h"
@ -32,9 +32,7 @@
# include "config.h"
# endif
# ifdef HAVE_STDDEF_H
# include <stddef.h>
# endif
# include "mbfl_encoding.h"
# include "mbfl_allocators.h"
@ -32,9 +32,7 @@
# include "config.h"
# endif
# ifdef HAVE_STDDEF_H
# include <stddef.h>
# endif
# ifdef HAVE_STRING_H
# include <string.h>
@ -32,9 +32,7 @@
# include "config.h"
# endif
# ifdef HAVE_STDDEF_H
# include <stddef.h>
# endif
# include "mbfl_ident.h"
# include "mbfl_allocators.h"
@ -32,13 +32,7 @@
# include "config.h"
# endif
# ifdef HAVE_STDDEF_H
# include <stddef.h>
# endif
# ifdef HAVE_STDDEF_H
# include <stddef.h>
# endif
# ifdef HAVE_STRING_H
# include <string.h>
@ -32,9 +32,7 @@
# include "config.h"
# endif
# ifdef HAVE_STDDEF_H
# include <stddef.h>
# endif
# include <string.h>
# include "mbfl_allocators.h"
@ -32,9 +32,7 @@
# include "config.h"
# endif
# ifdef HAVE_STDDEF_H
# include <stddef.h>
# endif
# include "mbfl_allocators.h"
# include "mbfl_string.h"
@ -2,9 +2,7 @@
# include "config.h"
# endif
# ifdef HAVE_STDDEF_H
# include <stddef.h>
# endif
# include "mbfilter.h"
# include "nls_de.h"
@ -2,9 +2,7 @@
# include "config.h"
# endif
# ifdef HAVE_STDDEF_H
# include <stddef.h>
# endif
# include "mbfilter.h"
# include "nls_en.h"
@ -2,9 +2,7 @@
# include "config.h"
# endif
# ifdef HAVE_STDDEF_H
# include <stddef.h>
# endif
# include "mbfilter.h"
# include "nls_hy.h"
@ -2,9 +2,7 @@
# include "config.h"
# endif
# ifdef HAVE_STDDEF_H
# include <stddef.h>
# endif
# include "mbfilter.h"
# include "nls_ja.h"
@ -2,9 +2,7 @@
# include "config.h"
# endif
# ifdef HAVE_STDDEF_H
# include <stddef.h>
# endif
# include "mbfilter.h"
# include "nls_kr.h"
@ -2,9 +2,7 @@
# include "config.h"
# endif
# ifdef HAVE_STDDEF_H
# include <stddef.h>
# endif
# include "mbfilter.h"
# include "nls_neutral.h"
@ -2,9 +2,7 @@
# include "config.h"
# endif
# ifdef HAVE_STDDEF_H
# include <stddef.h>
# endif
# include "mbfilter.h"
# include "nls_ru.h"
@ -2,9 +2,7 @@
# include "config.h"
# endif
# ifdef HAVE_STDDEF_H
# include <stddef.h>
# endif
# include "mbfilter.h"
# include "nls_tr.h"
@ -2,11 +2,7 @@
# include "config.h"
# endif
# ifdef HAVE_STDDEF_H
# include <stddef.h>
# endif
# include "mbfilter.h"
# include "nls_ua.h"
@ -2,9 +2,7 @@
# include "config.h"
# endif
# ifdef HAVE_STDDEF_H
# include <stddef.h>
# endif
# include "mbfilter.h"
# include "nls_uni.h"
@ -2,9 +2,7 @@
# include "config.h"
# endif
# ifdef HAVE_STDDEF_H
# include <stddef.h>
# endif
# include "mbfilter.h"
# include "nls_zh.h"
@ -89,9 +89,7 @@ END_EXTERN_C()
# include <sys/time.h>
# endif
# ifdef HAVE_STDDEF_H
# include <stddef.h>
# endif
# ifdef PHP_WIN32
typedef SOCKET php_socket_t ;