summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-08-15 13:14:47 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-08-15 13:14:47 +0000
commit407caf3a0c260e37985693201cda727a1b0dc128 (patch)
tree86b7aaf75662c700446fe1002ea56ba2cd7cff20
parentf2b7465c699bb5c47498d023931bb4f960bdd5c2 (diff)
downloadphp-git-407caf3a0c260e37985693201cda727a1b0dc128.tar.gz
5.1.5
-rw-r--r--NEWS2
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index eb96f3a2b3..eefc926324 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-10 Aug 2006, PHP 5.1.5RC1
+17 Aug 2006, PHP 5.1.5
- Fixed memory_limit on 64bit systems. (Stefan E.)
- Fixed overflow on 64bit systems in str_repeat() and wordwrap(). (Stefan E.)
- Disabled CURLOPT_FOLLOWLOCATION in curl when open_basedir or safe_mode are
diff --git a/configure.in b/configure.in
index 779e2e4c45..a440a38c0c 100644
--- a/configure.in
+++ b/configure.in
@@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h)
MAJOR_VERSION=5
MINOR_VERSION=1
RELEASE_VERSION=5
-EXTRA_VERSION="RC1"
+EXTRA_VERSION=""
VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
dnl Define where extension directories are located in the configure context
diff --git a/main/php_version.h b/main/php_version.h
index dd331b961c..d51fdb707f 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -3,5 +3,5 @@
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 1
#define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION "RC1"
-#define PHP_VERSION "5.1.5RC1"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.1.5"