iliaa           Sun Nov 27 09:19:40 2005 EDT

  Modified files:              (Branch: PHP_5_1)
    /php-src    NEWS configure.in 
    /php-src/main       php_version.h 
  Log:
  5.1.1
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.232&r2=1.2027.2.233&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.232 php-src/NEWS:1.2027.2.233
--- php-src/NEWS:1.2027.2.232   Sun Nov 27 08:24:53 2005
+++ php-src/NEWS        Sun Nov 27 09:19:38 2005
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2006, PHP 5.1.1
+29 Nov 2006, PHP 5.1.1
 - Disabled native date class to prevent pear::date conflict. (Ilia)
 - Changed reflection constants be both PHP and class constants. (Johannes)
 - Added an additional field $frame['object'] to the result array of
@@ -19,6 +19,7 @@
 - Fixed bug #35360 (exceptions in interactive mode (php -a) may cause crash).
   (Dmitry)
 - Fixed bug #35358 (Incorrect error messages for PDO class constants). (Ilia)
+- Fixed bug #35338 (pdo_pgsql does not handle binary bound params). (Wez)
 - Fixed bug #35316 (Application exception trying to create COM object). (Rob)
 - Fixed bug #35170 (PHP_AUTH_DIGEST differs under Apache 1.x and 2.x). (Ilia)
 
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.579.2.22&r2=1.579.2.23&ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.22 php-src/configure.in:1.579.2.23
--- php-src/configure.in:1.579.2.22     Wed Nov 23 16:25:37 2005
+++ php-src/configure.in        Sun Nov 27 09:19:38 2005
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.22 2005/11/23 21:25:37 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.23 2005/11/27 14:19:38 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=1
 RELEASE_VERSION=1
-EXTRA_VERSION="-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.112.2.17&r2=1.112.2.18&ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.17 
php-src/main/php_version.h:1.112.2.18
--- php-src/main/php_version.h:1.112.2.17       Wed Nov 23 16:25:36 2005
+++ php-src/main/php_version.h  Sun Nov 27 09:19:40 2005
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
 #define PHP_RELEASE_VERSION 1
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.1.1-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "5.1.1"

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

Reply via email to