]> granicus.if.org Git - php/commitdiff
- Go with 4.2.1rc1
authorDerick Rethans <derick@php.net>
Wed, 1 May 2002 12:11:18 +0000 (12:11 +0000)
committerDerick Rethans <derick@php.net>
Wed, 1 May 2002 12:11:18 +0000 (12:11 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index c4538368f770cfbc7cd8f013277d8ab67fadf7bb..4008e40df1bc3fbc3aa6c1f264a3dea0e0b8c49a 100644 (file)
--- 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)
index ed9f2c138625f77f33a00fa4fbef4bfc239d5dbf..ca3bfe6ee89c3591802bc4c0cf8551a73e9247e8 100644 (file)
@@ -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
 
index 3d72e9a156fda216959de45b91473e48c8bf7c4f..33ac9bff0ef5bb5dfabf5f2f6e1e45e477f925ad 100644 (file)
@@ -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"