summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h2
3 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5e40abb93b..627946573e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+22 July 2002, Version 4.2.2
+- Fixed a security problem in the file upload code, which allows remote parties
+ too crash the webserver child. On the sparc architecture this can be used to
+ run arbitrary code. (Stefan)
+- Fixed the build system for Solaris users. (Sascha)
+
13 May 2002, Version 4.2.1
- Added safe-mode checks to show_source(), parse_ini_file() and rmdir(). Also
fixed security problems with safe_mode_include_dir directive. (Rasmus)
diff --git a/configure.in b/configure.in
index 8790145329..fedd540f17 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, nodefine)
+AM_INIT_AUTOMAKE(php, 4.2.2, nodefine)
AM_CONFIG_HEADER(main/php_config.h)
AM_MAINTAINER_MODE
diff --git a/main/php_version.h b/main/php_version.h
index a4a4fe18c7..5b7b615a8e 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"
+#define PHP_VERSION "4.2.2"