release-notes/FC4 web-servers.xml,1.4,1.5

Karsten Wade (kwade) fedora-docs-commits at redhat.com
Sun May 29 17:21:37 UTC 2005


Author: kwade

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

Modified Files:
	web-servers.xml 
Log Message:
Somehow did a cut before saving and lopped out a chunk of text.  Should be back now.


Index: web-servers.xml
===================================================================
RCS file: /cvs/docs/release-notes/FC4/web-servers.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- web-servers.xml	29 May 2005 16:57:31 -0000	1.4
+++ web-servers.xml	29 May 2005 17:21:35 -0000	1.5
@@ -20,7 +20,46 @@
       <para>
 	Version 5.0 of PHP is now included, which includes a number of
 	changes to the language along with significant performance
-	improvements.  dba</filename> package
+	improvements.  Please refer to the PHP documentation for more
+	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>dba</command> extension, now available in the
+	    <filename>php-dba</filename> package
 	  </para>
 	</listitem>
 	<listitem>




More information about the Fedora-docs-commits mailing list