summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-08-11 03:02:56 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-08-11 03:02:56 +0000
commit91b6eb5f5cde8166da47ce5d83c8071d80eea393 (patch)
tree7475ecc214ed2ada59905d1fa230a7c69ef87f0b
parent944e948c96e08cb3501729d038e7049c6444b53d (diff)
downloadphp-git-91b6eb5f5cde8166da47ce5d83c8071d80eea393.tar.gz
5.1.5RC1
-rw-r--r--NEWS4
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h4
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index c13e671690..eb96f3a2b3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,11 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2006, PHP 5.1.5
+10 Aug 2006, PHP 5.1.5RC1
- 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
enabled. (Stefan E., Ilia)
-- Fixed bug #38322 (reading past array in sscanf() leads to arbitary code
+- Fixed bug #38322 (reading past array in sscanf() leads to arbitrary code
execution). (Tony)
- Fixed bug #38125 (undefined reference to spl_dual_it_free_storage). (Marcus)
- Fixed bug #38112 (corrupted gif segfaults) (Pierre)
diff --git a/configure.in b/configure.in
index 8c6cd8631f..779e2e4c45 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="-dev"
+EXTRA_VERSION="RC1"
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 120dcf23d8..dd331b961c 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 "-dev"
-#define PHP_VERSION "5.1.5-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "5.1.5RC1"