[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pecl-cvs
Subject:    [PECL-CVS] =?utf-8?q?svn:_/pecl/dbase/trunk/_package.xml_php=5Fdbase.h?=
From:       Christoph_Michael_Becker <cmb () php ! net>
Date:       2019-04-17 9:32:27
Message-ID: svn-cmb-1555493547-347256-1359426869 () svn ! php ! net
[Download RAW message or body]

cmb                                      Wed, 17 Apr 2019 09:32:27 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=347256

Log:
Prepare 7.0.0 release

Changed paths:
    U   pecl/dbase/trunk/package.xml
    U   pecl/dbase/trunk/php_dbase.h

Modified: pecl/dbase/trunk/package.xml
===================================================================
--- pecl/dbase/trunk/package.xml	2019-04-17 07:48:36 UTC (rev 347255)
+++ pecl/dbase/trunk/package.xml	2019-04-17 09:32:27 UTC (rev 347256)
@@ -38,14 +38,14 @@
   <active>yes</active>
  </lead>

- <date>2019-04-04</date>
+ <date>2019-04-17</date>
   <version>
-  <release>7.0.0RC1</release>
+  <release>7.0.0</release>
   <api>7.0</api>
  </version>
  <stability>
-  <release>beta</release>
-  <api>beta</api>
+  <release>stable</release>
+  <api>stable</api>
  </stability>
  <license uri="http://www.php.net/license">PHP</license>
  <notes>
@@ -70,6 +70,11 @@

 Bug Fixes

+  - Fixed #39305 (Use of decimal point in different countries)
+  - Fixed #52112 (dbase_get_record() returns integer instead of decimal values)
+  - Fixed #68289 (wrong strlcpy call)
+  - Fixed #72812 (dbase_create does not close the FD on failure)
+  - Fixed #72815 (zend_get_parameters_ex() is deprecated)
   - Fixed #73391 (Writing of floats can cause OOB reads)
   - Fixed #73395 (failing dbase_create() may leak memory)
   - Fixed #73411 (dbase_pack() returns TRUE on failure)
@@ -185,6 +190,48 @@
    <changelog>
     <release>
      <version>
+      <release>7.0.0RC1</release>
+      <api>7.0</api>
+     </version>
+     <stability>
+      <release>beta</release>
+      <api>beta</api>
+     </stability>
+     <date>2019-04-04</date>
+     <license uri="http://www.php.net/license">PHP</license>
+     <notes>
+Backward Incompatible Changes
+
+  - database link identifiers are now proper resources instead of integers
+  - logical values are now retrieved as booleans instead of integers
+
+New Features
+
+  - FoxPro datetime fields ('T') are now supported as "YYYYMMDDhhmmss.uuu"
+  - Uninitialized logical fields are now supported as NULL
+  - base_create() now supports an optional $type parameter (either DBASE_TYPE_DBASE
+    or DBASE_TYPE_FOXPRO) to define the type of database to be created
+  - FoxPro nullable fields are now transparently supported
+  - The $mode of dbase_open() can now be specified as DBASE_RDONLY or DBASE_RDWR
+  - The version of the dbase extension is now available as DBASE_VERSION
+  - Basic database locking has been implemented
+  - Internally the Zend memory manager is now used
+  - Error reporting has been improved; e.g. unsupported field type now raise a
+    warning
+
+Bug Fixes
+
+  - Fixed #73391 (Writing of floats can cause OOB reads)
+  - Fixed #73395 (failing dbase_create() may leak memory)
+  - Fixed #73411 (dbase_pack() returns TRUE on failure)
+  - Fixed #73414 (Unsupported field types may cause dbase_open() to leak memory)
+  - Fixed #73442 (Float fields always have precision 0)
+  - Fixed #73447 (Floats written to character fields are truncated to integer)
+  - Fixed #74983 (SIGABRT when function put_dbf_field is called)
+     </notes>
+    </release>
+    <release>
+     <version>
       <release>7.0.0beta1</release>
       <api>7.0</api>
      </version>

Modified: pecl/dbase/trunk/php_dbase.h
===================================================================
--- pecl/dbase/trunk/php_dbase.h	2019-04-17 07:48:36 UTC (rev 347255)
+++ pecl/dbase/trunk/php_dbase.h	2019-04-17 09:32:27 UTC (rev 347256)
@@ -42,6 +42,6 @@

 #define phpext_dbase_ptr dbase_module_ptr

-#define PHP_DBASE_VERSION "7.0.0RC1"
+#define PHP_DBASE_VERSION "7.0.0"

 #endif /* PHP_DBASE_H */



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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic