Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
- Update NEWS and version numbers
  • Loading branch information
Derick Rethans committed Jul 20, 2002
1 parent 49e515d commit 93f485e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions 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)
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion 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"

0 comments on commit 93f485e

Please sign in to comment.