derick Tue Aug 15 12:22:14 2006 UTC
Modified files: (Branch: PHP_4_4)
/php-src NEWS configure.in
/php-src/main php_version.h
Log:
- Go with 4.4.4.
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.1247.2.920.2.155&r2=1.1247.2.920.2.156&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.155 php-src/NEWS:1.1247.2.920.2.156
--- php-src/NEWS:1.1247.2.920.2.155 Sat Aug 12 15:48:10 2006
+++ php-src/NEWS Tue Aug 15 12:22:14 2006
@@ -1,8 +1,6 @@
PHP 4 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Aug 2006, Version 4.4.4
-
-12 Aug 2006, Version 4.4.4RC1
+17 Aug 2006, Version 4.4.4
- 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
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.28&r2=1.396.2.164.2.29&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.28
php-src/configure.in:1.396.2.164.2.29
--- php-src/configure.in:1.396.2.164.2.28 Sat Aug 12 15:48:10 2006
+++ php-src/configure.in Tue Aug 15 12:22:14 2006
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.28 2006/08/12 15:48:10 derick Exp $
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.29 2006/08/15 12:22:14 derick Exp $
-*- sh -*-
dnl ## Process this file with autoconf to produce a configure script.
divert(1)
@@ -41,7 +41,7 @@
MAJOR_VERSION=4
MINOR_VERSION=4
RELEASE_VERSION=4
-EXTRA_VERSION="RC2-dev"
+EXTRA_VERSION=""
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/main/php_version.h?r1=1.66.2.81.2.26&r2=1.66.2.81.2.27&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.26
php-src/main/php_version.h:1.66.2.81.2.27
--- php-src/main/php_version.h:1.66.2.81.2.26 Sat Aug 12 15:48:11 2006
+++ php-src/main/php_version.h Tue Aug 15 12:22:14 2006
@@ -3,5 +3,5 @@
#define PHP_MAJOR_VERSION 4
#define PHP_MINOR_VERSION 4
#define PHP_RELEASE_VERSION 4
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "4.4.4RC2-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "4.4.4"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php