Skip to content

Commit 93f485e

Browse files
author
Derick Rethans
committed
- Update NEWS and version numbers
1 parent 49e515d commit 93f485e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

NEWS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
PHP 4 NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3+
22 July 2002, Version 4.2.2
4+
- Fixed a security problem in the file upload code, which allows remote parties
5+
too crash the webserver child. On the sparc architecture this can be used to
6+
run arbitrary code. (Stefan)
7+
- Fixed the build system for Solaris users. (Sascha)
8+
39
13 May 2002, Version 4.2.1
410
- Added safe-mode checks to show_source(), parse_ini_file() and rmdir(). Also
511
fixed security problems with safe_mode_include_dir directive. (Rasmus)

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ for arg in $0 "$@"; do
3636
done
3737

3838
AC_CANONICAL_HOST
39-
AM_INIT_AUTOMAKE(php, 4.2.1, nodefine)
39+
AM_INIT_AUTOMAKE(php, 4.2.2, nodefine)
4040
AM_CONFIG_HEADER(main/php_config.h)
4141
AM_MAINTAINER_MODE
4242

main/php_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/* automatically generated by configure */
22
/* edit configure.in to change version number */
3-
#define PHP_VERSION "4.2.1"
3+
#define PHP_VERSION "4.2.2"

0 commit comments

Comments
 (0)