derick          Tue Aug  1 08:06:55 2006 UTC

  Modified files:              (Branch: PHP_4_4)
    /php-src    configure.in NEWS 
    /php-src/main       php_version.h 
  Log:
  - Back to dev
  
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.25&r2=1.396.2.164.2.26&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.25 
php-src/configure.in:1.396.2.164.2.26
--- php-src/configure.in:1.396.2.164.2.25       Mon Jul 31 15:04:53 2006
+++ php-src/configure.in        Tue Aug  1 08:06:54 2006
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.25 2006/07/31 15:04:53 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.26 2006/08/01 08:06:54 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -40,8 +40,8 @@
 
 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
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.1247.2.920.2.144&r2=1.1247.2.920.2.145&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.144 php-src/NEWS:1.1247.2.920.2.145
--- php-src/NEWS:1.1247.2.920.2.144     Mon Jul 31 15:04:54 2006
+++ php-src/NEWS        Tue Aug  1 08:06:54 2006
@@ -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)
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.23&r2=1.66.2.81.2.24&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.23 
php-src/main/php_version.h:1.66.2.81.2.24
--- php-src/main/php_version.h:1.66.2.81.2.23   Mon Jul 31 15:04:54 2006
+++ php-src/main/php_version.h  Tue Aug  1 08:06:54 2006
@@ -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"

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to