- Changed "post_max_size" php.ini directive to allow unlimited post size by
setting it to 0. (Rasmus)
-- Fixed the m4 scripts to support autoconf-2.64+. (Rasmus)
- Fixed error_log() to be binary safe when using message_type 3. (Jani)
- Fixed bug #50285 (xmlrpc does not preserve keys in encoded indexed arrays).
## $Id$ -*- autoconf -*-
dnl ## Process this file with autoconf to produce a configure script.
-divert(1001)
+divert(1)
dnl ## Diversion 1 is the autoconf + automake setup phase. We also
dnl ## set the PHP version, deal with platform-specific compile
sinclude(TSRM/tsrm.m4)
-divert(1002)
+divert(2)
dnl ## Diversion 2 is where we set PHP-specific options and come up
dnl ## with reasonable default values for them. We check for pthreads here
PTHREADS_FLAGS
fi
-divert(1003)
+divert(3)
dnl ## In diversion 3 we check for compile-time options to the PHP
dnl ## core and how to deal with different system dependencies.
PHP_CRYPT_R_STYLE
fi
-divert(1004)
+divert(4)
dnl ## In diversion 4 we check user-configurable general settings.
AC_MSG_RESULT([using system default])
fi
-divert(1005)
+divert(5)
dnl ## In diversion 5 we check which extensions should be compiled.
dnl ## All of these are normally in the extension directories.
dnl $Id$ -*- autoconf -*-
-divert(1003)dnl
+divert(3)dnl
dnl
dnl Check if flush should be called explicitly after buffered io
AC_CHECK_FUNCS(getcwd getwd asinh acosh atanh log1p hypot glob strfmon nice fpclass isinf isnan)
AC_FUNC_FNMATCH
-divert(1005)dnl
+divert(5)dnl
dnl
dnl Check for regex library type