summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2002-09-05 23:20:50 +0000
committerZeev Suraski <zeev@php.net>2002-09-05 23:20:50 +0000
commit27176de818d422b79739a79aac23ee5f3cbd1d11 (patch)
tree37924cd01918459153534cdcbeee605f6d5d0e12
parent5245a0dc9e9b14a6d943400ac743d5ec7c7f5d50 (diff)
downloadphp-git-27176de818d422b79739a79aac23ee5f3cbd1d11.tar.gz
Go with 4.2.3 (will be posted tomorrow)
-rw-r--r--NEWS4
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index d285cf4165..aa745a279d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2002, Version 4.2.3
-- Enable strcoll() on win32. (Markus)
+06 Sep 2002, Version 4.2.3
+- Enabled strcoll() on win32. (Markus)
- Fixed possible ASCII control char injection in mail(). (Stefan Esser)
- Fixed a potential crash bug in import_request_variables() (Zeev)
- Fixed several problems with directory functions on Windows. (Steph)
diff --git a/configure.in b/configure.in
index f7d3dc23e9..1b5d0008ed 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.3RC2, nodefine)
+AM_INIT_AUTOMAKE(php, 4.2.3, nodefine)
AM_CONFIG_HEADER(main/php_config.h)
AM_MAINTAINER_MODE
diff --git a/main/php_version.h b/main/php_version.h
index 6ceb212b7d..dbc544b353 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.3RC2"
+#define PHP_VERSION "4.2.3"