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

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/appendices/_migration74/new-classes.xml_migration74/new-fu
From:       Peter_Cowburn <salathe () php ! net>
Date:       2019-09-17 21:07:30
Message-ID: svn-salathe-1568754450-348008-1604470834 () svn ! php ! net
[Download RAW message or body]

salathe                                  Tue, 17 Sep 2019 21:07:30 +0000

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

Log:
migration 7.4: new functions and classes, removed extensions

Changed paths:
    A   phpdoc/en/trunk/appendices/migration74/new-classes.xml
    U   phpdoc/en/trunk/appendices/migration74/new-functions.xml
    A   phpdoc/en/trunk/appendices/migration74/removed-extensions.xml
    U   phpdoc/en/trunk/appendices/migration74.xml

Added: phpdoc/en/trunk/appendices/migration74/new-classes.xml
===================================================================
--- phpdoc/en/trunk/appendices/migration74/new-classes.xml	                        (rev 0)
+++ phpdoc/en/trunk/appendices/migration74/new-classes.xml	2019-09-17 21:07:30 UTC (rev 348008)
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+
+<sect1 xml:id="migration74.new-classes" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <title>New Classes and Interfaces</title>
+
+ <sect2 xml:id="migration74.new-classes.reflection">
+  <title>Reflection</title>
+
+  <itemizedlist>
+   <listitem>
+    <simpara>
+     <classname>ReflectionReference</classname>
+    </simpara>
+   </listitem>
+  </itemizedlist>
+ </sect2>
+
+</sect1>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->


Property changes on: phpdoc/en/trunk/appendices/migration74/new-classes.xml
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Modified: phpdoc/en/trunk/appendices/migration74/new-functions.xml
===================================================================
--- phpdoc/en/trunk/appendices/migration74/new-functions.xml	2019-09-17 10:12:57 UTC (rev 348007)
+++ phpdoc/en/trunk/appendices/migration74/new-functions.xml	2019-09-17 21:07:30 UTC (rev 348008)
@@ -4,10 +4,81 @@
 <sect1 xml:id="migration74.new-functions">
  <title>New Functions</title>

- <para>
-  <!-- TODO -->
- </para>
+ <sect2 xml:id="migration74.new-functions.core">
+  <title>PHP Core</title>

+  <itemizedlist>
+   <listitem>
+    <simpara>
+     <function>get_mangled_object_vars</function>
+    </simpara>
+   </listitem>
+   <listitem>
+    <simpara>
+     <function>password_algos</function>
+    </simpara>
+   </listitem>
+   <listitem>
+    <simpara>
+     <function>sapi_windows_set_ctrl_handler</function>
+    </simpara>
+   </listitem>
+  </itemizedlist>
+ </sect2>
+
+ <sect2 xml:id="migration74.new-functions.gd">
+  <title>GD</title>
+
+  <itemizedlist>
+   <listitem>
+    <simpara>
+     <function>imagecreatefromtga</function>
+    </simpara>
+   </listitem>
+  </itemizedlist>
+ </sect2>
+
+ <sect2 xml:id="migration74.new-functions.openssl">
+  <title>OpenSSL</title>
+
+  <itemizedlist>
+   <listitem>
+    <simpara>
+     <function>openssl_x509_verify</function>
+    </simpara>
+   </listitem>
+  </itemizedlist>
+ </sect2>
+
+ <sect2 xml:id="migration74.new-functions.pcntl">
+  <title>Process Control</title>
+
+  <itemizedlist>
+   <listitem>
+    <simpara>
+     <function>pcntl_unshare</function>
+    </simpara>
+   </listitem>
+  </itemizedlist>
+ </sect2>
+
+ <sect2 xml:id="migration74.new-functions.sqlite3">
+  <title>SQLite3</title>
+
+  <itemizedlist>
+   <listitem>
+    <simpara>
+     <methodname>SQLite3::backup</methodname>
+    </simpara>
+   </listitem>
+   <listitem>
+    <simpara>
+     <methodname>SQLite3Stmt::getSQL</methodname>
+    </simpara>
+   </listitem>
+  </itemizedlist>
+ </sect2>
+
 </sect1>

 <!-- Keep this comment at the end of the file

Added: phpdoc/en/trunk/appendices/migration74/removed-extensions.xml
===================================================================
--- phpdoc/en/trunk/appendices/migration74/removed-extensions.xml	                        (rev 0)
+++ phpdoc/en/trunk/appendices/migration74/removed-extensions.xml	2019-09-17 21:07:30 UTC (rev 348008)
@@ -0,0 +1,53 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- $Revision$ -->
+
+ <sect1 xml:id="migration74.removed-extensions" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <title>Removed Extensions</title>
+
+ <para>
+  These extensions have been moved to PECL and are no longer part of the PHP
+  distribution. The PECL package versions of these extensions will be created
+  according to user demand.
+ </para>
+
+ <itemizedlist>
+  <listitem>
+   <simpara>
+    <link linkend="book.ibase">Firebird/Interbase</link>
+    - access to an InterBase and/or Firebird based database is still
+    available with the PDO Firebird driver.
+   </simpara>
+  </listitem>
+  <listitem>
+   <simpara>
+    <link linkend="book.recode">Recode</link>
+   </simpara>
+  </listitem>
+  <listitem>
+   <simpara>
+    <link linkend="book.wddx">WDDX</link>
+   </simpara>
+  </listitem>
+ </itemizedlist>
+</sect1>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"~/.phpdoc/manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->


Property changes on: phpdoc/en/trunk/appendices/migration74/removed-extensions.xml
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id Rev Revision Date LastChangedDate LastChangedRevision Author LastChangedBy HeadURL URL
\ No newline at end of property
Modified: phpdoc/en/trunk/appendices/migration74.xml
===================================================================
--- phpdoc/en/trunk/appendices/migration74.xml	2019-09-17 10:12:57 UTC (rev 348007)
+++ phpdoc/en/trunk/appendices/migration74.xml	2019-09-17 21:07:30 UTC (rev 348008)
@@ -5,12 +5,14 @@
  <title>Migrating from PHP 7.3.x to PHP 7.4.x</title>

  &appendices.migration74.new-features;
+ &appendices.migration74.new-classes;
  &appendices.migration74.new-functions;
  &appendices.migration74.constants;
- &appendices.migration74.incompatible;
+ &appendices.migration74.incompatible; <!-- TODO -->
  &appendices.migration74.deprecated;
- &appendices.migration74.other-changes;
- &appendices.migration74.windows-support;
+ &appendices.migration74.removed-extensions;
+ &appendices.migration74.other-changes; <!-- TODO -->
+ &appendices.migration74.windows-support; <!-- TODO -->

  <sect1 phd:chunk="false" xml:id="migration74.intro">
   <para>



-- 
PHP Documentation Commits Mailing List (http://www.php.net/)
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