]> granicus.if.org Git - php/commitdiff
5.3.0. Alpha 3
authorJohannes Schlüter <johannes@php.net>
Wed, 3 Dec 2008 20:40:59 +0000 (20:40 +0000)
committerJohannes Schlüter <johannes@php.net>
Wed, 3 Dec 2008 20:40:59 +0000 (20:40 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index 680298fba342cbd784bf10c61aae2396ecb0099f..12239b812f958ae8eecf4b4428ba5a8ec5df661f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 200?, PHP 5.3.0 Alpha 3
+04 Dec 2008, PHP 5.3.0 Alpha 3
 - Upgraded bundled PCRE to version 7.8. (Nuno)
 - Upgraded bundled sqlite to version 3.6.6.2. (Scott, Ilia)
 
@@ -74,8 +74,8 @@ PHP                                                                        NEWS
 - Fixed bug #46178 (memory leak in ext/phar). (Greg)
 - Fixed bug #46160 (SPL - Memory leak when exception is thrown in offsetSet).
   (Felipe)
-- Fixed Bug #46147 (after stream seek, appending stream filter reads incorrect data).
-  (Greg)
+- Fixed Bug #46147 (after stream seek, appending stream filter reads incorrect i
+  data). (Greg)
 - Fixed bug #46127 (php_openssl_tcp_sockop_accept forgets to set context
   on accepted stream) (Mark Karpeles, Pierre)
 - Fixed bug #46115 (Memory leak when calling a method using Reflection).
index c519cad79959d87f00fa6a245e733dffcd310598..45561dd716b22f50bb723ba70ea096523f16a462 100644 (file)
@@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 PHP_MAJOR_VERSION=5
 PHP_MINOR_VERSION=3
 PHP_RELEASE_VERSION=0
-PHP_EXTRA_VERSION="alpha3-dev"
+PHP_EXTRA_VERSION="alpha3"
 PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
 PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`
 
index ba026676a072376f8e96d28107d39a4f939b4b50..68aeebdcdc747c6509a0b8f7186b1e250d8ccc17 100644 (file)
@@ -3,6 +3,6 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "alpha3-dev"
-#define PHP_VERSION "5.3.0alpha3-dev"
+#define PHP_EXTRA_VERSION "alpha3"
+#define PHP_VERSION "5.3.0alpha3"
 #define PHP_VERSION_ID 50300