release-notes/FC4 web-servers.xml,1.2,1.3

Stuart Ellis (elliss) fedora-docs-commits at redhat.com
Sun May 29 14:41:26 UTC 2005


Author: elliss

Update of /cvs/docs/release-notes/FC4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23532

Modified Files:
	web-servers.xml 
Log Message:

Copied content from 4t3 text files, with minor style edits. 



Index: web-servers.xml
===================================================================
RCS file: /cvs/docs/release-notes/FC4/web-servers.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- web-servers.xml	28 May 2005 16:10:32 -0000	1.2
+++ web-servers.xml	29 May 2005 14:41:24 -0000	1.3
@@ -1,3 +1,68 @@
+<section id="sn-web-servers">
+ <title>Web Servers</title>
+
+  <para>This section contains information related to Web-related applications.</para>
+
+
+  <section id="sn-web-servers-modperl">
+   <title><filename>mod_perl</filename></title>
+
+    <para>The RC5 release of mod_perl 2.0 is now included.  The API provided by
+this release is incompatible with previous 1.99_xx releases.  Please
+refer to the following document for a discussion of how to adapt code to
+use the new API:</para>
+
+   <para>
+    <ulink url="http://perl.apache.org/docs/2.0/rename.html">http://perl.apache.org/docs/2.0/rename.html</ulink>
+   </para>
+
+  </section>
+
+
+  <section id="sn-web-servers-php">
+   <title><filename>php</filename></title>
+
+    <para>Version 5.0 of PHP is now included.  A number of changes have been
+      made to the PHP language as part of this version.  Please refer to
+      the PHP documentation for information on migrating from PHP 4.3 to PHP 5.0:</para>
+
+    <para>
+     <ulink url="http://www.php.net/manual/en/migration5.php">http://www.php.net/manual/en/migration5.php</ulink>
+    </para>
+
+    <para>The <filename>/usr/bin/php</filename> binary is now built using
+      the CLI command-line SAPI, rather than the CGI SAPI.  Use
+      <filename>/usr/bin/php-cgi</filename> for CGI SAPI.  The
+      <command>php-cgi</command> also includes FastCGI support.</para>
+
+    <para>The following extensions have been added:</para>
+
+    <itemizedlist>
+     <listitem>
+      <para>The <command>mysqli</command> extension, a new interface designed specifically for
+   MySQL 4.1.  This is included in the <filename>php-mysql</filename> package.</para>
+     </listitem>
+    <listitem>
+     <para>The <command>soap</command> extension, for implementing SOAP clients and servers.</para>
+    </listitem>
+  </itemizedlist>
+
+    <para>The following extensions are now available as optional
+    loadable extensions, rather than being built in to the PHP binaries:</para>
+
+    <itemizedlist>
+     <listitem>
+      <para>The <command>mysqli</command> extension, a new interface designed specifically for
+   MySQL 4.1.  This is included in the <filename>php-mysql</filename> package.</para>
+    </listitem>
+    <listitem>
+     The <command>bcmath</command> extension, now available in the <filename>php-bcmath</filename> package.
+    </listitem>
+   </itemizedlist>
+
+  </section>
+
+
 <!--
 Local variables:
 mode: xml




More information about the Fedora-docs-commits mailing list