File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
PHP 4 NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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
+
3
9
13 May 2002, Version 4.2.1
4
10
- Added safe-mode checks to show_source(), parse_ini_file() and rmdir(). Also
5
11
fixed security problems with safe_mode_include_dir directive. (Rasmus)
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ for arg in $0 "$@"; do
36
36
done
37
37
38
38
AC_CANONICAL_HOST
39
- AM_INIT_AUTOMAKE(php, 4.2.1 , nodefine)
39
+ AM_INIT_AUTOMAKE(php, 4.2.2 , nodefine)
40
40
AM_CONFIG_HEADER(main/php_config.h)
41
41
AM_MAINTAINER_MODE
42
42
Original file line number Diff line number Diff line change 1
1
/* automatically generated by configure */
2
2
/* edit configure.in to change version number */
3
- #define PHP_VERSION "4.2.1 "
3
+ #define PHP_VERSION "4.2.2 "
You can’t perform that action at this time.
0 commit comments