]> granicus.if.org Git - php/commitdiff
- Back to dev
authorDerick Rethans <derick@php.net>
Tue, 1 Aug 2006 08:06:54 +0000 (08:06 +0000)
committerDerick Rethans <derick@php.net>
Tue, 1 Aug 2006 08:06:54 +0000 (08:06 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index be24516a8f061db5921bb0242a9e69bde71aa013..ef3faa6d9257477b62043066eccd31360c902b49 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
+?? ??? 2006, Version 4.4.4
+- Fixed bug #38183 (disable_classes=Foobar causes disabled class to be
+  called Foo). (Jani)
+- Fixed bug #38112 (corrupted gif segfaults) (Pierre)
+- Fixed bug #29538 (number_format and problem with 0). (Matthew Wilmas)
+
 03 Aug 2006, Version 4.4.3
 - Added control character checks for cURL extension's open_basedir/safe_mode
   checks. (Ilia)
index 33638b234635fbc0373c810a69c1ef90f3232bdc..2a1a3724f4efacae48d4cac9fe1b72ca41f79aa4 100644 (file)
@@ -40,8 +40,8 @@ AC_CONFIG_HEADER(main/php_config.h)
 
 MAJOR_VERSION=4
 MINOR_VERSION=4
-RELEASE_VERSION=3
-EXTRA_VERSION=""
+RELEASE_VERSION=4
+EXTRA_VERSION="-dev"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
index d2e53a40023b1547e667f01802ea7c61eb757d73..cec22b1548b5e86d49e5cdc4c432c3145615ad11 100644 (file)
@@ -2,6 +2,6 @@
 /* edit configure.in to change version number */
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
-#define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION ""
-#define PHP_VERSION "4.4.3"
+#define PHP_RELEASE_VERSION 4
+#define PHP_EXTRA_VERSION "-dev"
+#define PHP_VERSION "4.4.4-dev"