]> granicus.if.org Git - php/commitdiff
prep for release
authorWez Furlong <wez@php.net>
Thu, 24 Nov 2005 22:25:37 +0000 (22:25 +0000)
committerWez Furlong <wez@php.net>
Thu, 24 Nov 2005 22:25:37 +0000 (22:25 +0000)
ext/pdo/package.xml

index 77defeade46113dcfdac64703c4fd3937d1d78d8..af0ffe117c93d0eab6070ed51637afd578dc9894 100755 (executable)
@@ -40,9 +40,9 @@
  </description>
  <license>PHP</license>
  <release>
-  <state>beta</state>
-  <version>1.0RC2</version>
-  <date>2005-11-01</date>
+  <state>stable</state>
+  <version>1.0</version>
+  <date>2005-11-24</date>
 
   <notes>
 ** NOTE WELL! **
@@ -54,9 +54,7 @@ You need to install a PDO database driver to make use of PDO,
 check http://pecl.php.net/package-search.php?pkg_name=PDO
 for a list of available PDO drivers.
 
-It is highly recommended that you update to the latest stable PHP 5 snapshot
-before using PDO.
-You can obtain it from http://snaps.php.net.
+It is highly recommended that you update to PHP 5.1 before using PDO.
 
 If you are running on Windows, you can find a precompiled binary at:
 http://pecl4win.php.net/ext.php/php_pdo.dll
@@ -65,12 +63,15 @@ You can find additional PDO drivers at:
 http://pecl4win.php.net
 
 ** Changes **
-
 - Changed PDO_XXX constants to PDO::XXX
+- It is now possible to extend PDO and PDOStatement and override their constructors
+
+- Fixed Bug #35303; PDO::prepare() can cause crashes with invalid parameters
+- Fixed Bug #35135; "new PDOStatement" can cause crashes.
+- Fixed Bug #35293 and PECL Bug #5589; segfault when creating persistent connections
 - Fixed PECL Bug #5010, problem installing headers
 - renamed pdo_drivers() to PDO::getAvailableDrivers()
 - Various fixes when building with SPL
-- It is now possible to extend PDO and PDOStatement and override their constructors
 - PDO::setAttribute(PDO::ATTR_STATEMENT_CLASS) allows you to set your own
   PDOStatement replacement when extending PDO and PDOStatement
 - Fixed Bug #34687; error information from PDO::query() was not always returned