[release-notes] moved php to web development section, and improved it a bit

Pete Travis immanetize at fedoraproject.org
Mon May 20 03:56:25 UTC 2013


commit 5b0b0cdcea02eed882ce810a5e14d9ab5e28b749
Author: Pete Travis <immanetize at fedoraproject.org>
Date:   Sun May 19 21:56:00 2013 -0600

    moved php to web development section, and improved it a bit

 en-US/Development.xml     |    8 --------
 en-US/Development_Web.xml |   18 ++++++++++++++++++
 2 files changed, 18 insertions(+), 8 deletions(-)
---
diff --git a/en-US/Development.xml b/en-US/Development.xml
index 85c1c50..49d3795 100644
--- a/en-US/Development.xml
+++ b/en-US/Development.xml
@@ -21,14 +21,6 @@
     </para>
   </section>
   
-  <section>
-    <title>PHP updated to 5.5.0</title>
-    <para>
-      The popular programming language <package>PHP</package> has been updated to version 5.5.0. This includes a number of significant new features, including support for <ulink url="http://www.php.net/generators">Generators</ulink>, new <application>Zend OPcache</application> extension as well as a number of performance enhancements.
-    </para>
-      <para>For complete details refer to Migrating from PHP 5.4.x to PHP 5.5.x  PHP developers should read <filename>/usr/share/doc/php-common-*/NEWS</filename> to learn about the changes and consult the migration guide at <ulink url="http://www.php.net/manual/en/migration55.php" />.
-    </para>
-  </section>
 
   <section>
     <title>New Ruby 2.0.0</title>
diff --git a/en-US/Development_Web.xml b/en-US/Development_Web.xml
index 581fe68..9614247 100644
--- a/en-US/Development_Web.xml
+++ b/en-US/Development_Web.xml
@@ -5,6 +5,24 @@
 
 <section>
   <title>Web Development</title>
+
+  <section>
+    <title>PHP updated to 5.5.0</title>
+    <indexterm>
+      <primary>Zend Optimizer+</primary>
+    </indexterm>
+    <indexterm>
+      <primary>PHP</primary>
+    </indexterm>
+	
+    <para>
+      The popular programming language <package>PHP</package> has been updated to version 5.5.0. This includes a number of significant new features, including support for <ulink url="http://www.php.net/generators">Generators</ulink>, the new <application>Zend Optimizer+</application> Opcode cache, and a number of performance enhancements.
+    </para>
+      <para>For complete details refer to Migrating from PHP 5.4.x to PHP 5.5.x  PHP developers should read <filename>/usr/share/doc/php-common-*/NEWS</filename> to learn about the changes and consult the migration guide at <ulink url="http://www.php.net/manual/en/migration55.php" />.
+    </para>
+  </section>
+
+
   <section>
     <title>NodeJS</title>
     <para>


More information about the docs-commits mailing list