iliaa           Wed Mar 30 09:18:39 2005 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src    NEWS configure.in 
    /php-src/main       php_version.h 
  Log:
  Tag 4.3.11
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.864&r2=1.1247.2.865&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.864 php-src/NEWS:1.1247.2.865
--- php-src/NEWS:1.1247.2.864   Tue Mar 29 12:32:18 2005
+++ php-src/NEWS        Wed Mar 30 09:18:36 2005
@@ -1,17 +1,11 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-13 Mar 2005, Version 4.3.11RC1
+31 Mar 2005, Version 4.3.11
 - Added Oracle Instant Client support. (cjbj at hotmail dot com, Tony)
 - Added checks for negative values to gmp_sqrt(), gmp_powm(), gmp_sqrtrem()
   and gmp_fact() to prevent SIGFPE. (Tony)
 - Changed phpize not to require libtool. (Jani)
 - Updated bundled libmbfl library (used for multibyte functions). (Moriyoshi)
-  Fixed bugs:
-  . Bug #32063 (mb_convert_encoding ignores named entity 'alpha')
-  . Bug #31911 (mb_decode_mimeheader() is case-sensitive to hex escapes)
-  . Bug #30573 (compiler warnings in libmbfl due to invalid type cast)
-  . Bug #30549 (incorrect character translations for some ISO8859 charsets)
-  . Bug #28220 (mb_strwidth() returns wrong width values for some hangul chars)
 - Fixed several leaks in ext/browscap and sapi/embed. (Andrei)
 - Fixed several leaks in ext/filepro. (Tony)
 - Fixed build system to always use bundled libtool files. (Jani)  
@@ -22,9 +16,13 @@
 - Fixed bug #32200 (Prevent using both --with-apxs2 and --with-apxs2filter).
   (Jani)
 - Fixed bug #32114 (DOM crashing when attribute appended to Document). (Rob)
+- Fixed bug #32063 (mb_convert_encoding ignores named entity 'alpha'). 
+  (Moriyoshi)
 - Fixed bug #31960 (msql_fetch_row() and msql_fetch_array() dropping columns
   with NULL values). (Daniel Convissor)
 - Fixed bug #31936 (set_h_errno() is redefined incompatibly). (Jani)
+- Fixed bug #31911 (mb_decode_mimeheader() is case-sensitive to hex escapes).
+  (Moriyoshi)
 - Fixed bug #31858 (--disable-cli does not force --without-pear). (Jani)
 - Fixed bug #31842 (*date('r') does not return RFC2822 conforming date string).
   (Jani)
@@ -81,6 +79,10 @@
   path of the request URI). (kameshj at fastmail dot fm)
 - Fixed bug #30726 (-.1 like numbers are not being handled correctly). (Ilia)
 - Fixed bug #30609 (cURL functions bypass open_basedir). (Jani)
+- Fixed bug #30573 (compiler warnings in libmbfl due to invalid type cast).
+  (Moriyoshi)
+- Fixed bug #30549 (incorrect character translations for some ISO8859 
charsets).
+  (Moriyoshi)
 - Fixed bug #30446 (apache2handler: virtual() includes files out of sequence)
 - Fixed bug #30430 (odbc_next_result() doesn't bind values and that results 
   in segfault). (pdan-php at esync dot org, Tony)
@@ -99,6 +101,7 @@
   because of fflush() called on already closed filedescriptor). (Tony)
 - Fixed bug #28451 (corupt EXIF headers have unlimited recursive IFD directory
   entries). (Andrei)
+- Fixed bug #28220 (mb_strwidth() returns wrong width values for some hangul 
chars). (Moriyoshi)
 - Fixed bug #28086 (crash inside overload() function). (Tony) 
 - Fixed bug #28074 (FastCGI: stderr should be written in a FCGI stderr stream).
   (chris at ex-parrot dot com)
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.159&r2=1.396.2.160&ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.159 php-src/configure.in:1.396.2.160
--- php-src/configure.in:1.396.2.159    Wed Mar 23 16:33:53 2005
+++ php-src/configure.in        Wed Mar 30 09:18:36 2005
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.159 2005/03/23 21:33:53 iliaa Exp $ -*- sh 
-*-
+dnl ## $Id: configure.in,v 1.396.2.160 2005/03/30 14:18:36 iliaa Exp $ -*- sh 
-*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 MAJOR_VERSION=4
 MINOR_VERSION=3
 RELEASE_VERSION=11
-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/diff.php/php-src/main/php_version.h?r1=1.66.2.79&r2=1.66.2.80&ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.79 
php-src/main/php_version.h:1.66.2.80
--- php-src/main/php_version.h:1.66.2.79        Wed Mar 23 16:33:56 2005
+++ php-src/main/php_version.h  Wed Mar 30 09:18:37 2005
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 3
 #define PHP_RELEASE_VERSION 11
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "4.3.11RC2-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "4.3.11"

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

Reply via email to