From 37fb4ddb51e0f7777e3715ece7e24572727e70c2 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Wed, 1 May 2002 12:11:18 +0000 Subject: [PATCH] - Go with 4.2.1rc1 --- NEWS | 3 ++- configure.in | 2 +- main/php_version.h | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index c4538368f7..4008e40df1 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,13 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -03 May 2002, Version 4.2.1 +05 May 2002, Version 4.2.1 - Fixed a bug in socket_select() that could cause unexpected behavior when using a statement like $w = $e = array($sock); This change unfortunately prevents the use of constant values (e.g. NULL) for the socket array paramaters. Instead, use a temporary variable or an expression with the leftmost member being a temporary variable. ex.: socket_select($w, $r, $e = NULL, 10); (Jason) +- Fixed crashes in the session serializer. (Stas) - Fixed malformed atime/mtime with touch(). (Yasuo) - Fixed a couple of bugs in array_sum() and array_merge(). (Andrei) - Fixed SJIS directory name handling under Windows. (Rui) diff --git a/configure.in b/configure.in index ed9f2c1386..ca3bfe6ee8 100644 --- a/configure.in +++ b/configure.in @@ -36,7 +36,7 @@ for arg in $0 "$@"; do done AC_CANONICAL_HOST -AM_INIT_AUTOMAKE(php, 4.2.1-dev, nodefine) +AM_INIT_AUTOMAKE(php, 4.2.1RC1, nodefine) AM_CONFIG_HEADER(main/php_config.h) AM_MAINTAINER_MODE diff --git a/main/php_version.h b/main/php_version.h index 3d72e9a156..33ac9bff0e 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -1,3 +1,3 @@ /* automatically generated by configure */ /* edit configure.in to change version number */ -#define PHP_VERSION "4.2.1-dev" +#define PHP_VERSION "4.2.1RC1" -- 2.40.0