nlopess         Sun Aug 13 22:08:54 2006 UTC

  Modified files:              
    /phpdoc/en/chapters intro.xml 
  Log:
  update this a little: remove reference to dbx (replace it with PDO)
  remove reference to payment gateways (they are all outdated)
  add zip compression
  #thanks to Sebastian & Pierre for pinging me
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/chapters/intro.xml?r1=1.41&r2=1.42&diff_format=u
Index: phpdoc/en/chapters/intro.xml
diff -u phpdoc/en/chapters/intro.xml:1.41 phpdoc/en/chapters/intro.xml:1.42
--- phpdoc/en/chapters/intro.xml:1.41   Wed Jan 11 12:47:17 2006
+++ phpdoc/en/chapters/intro.xml        Sun Aug 13 22:08:54 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.41 $ -->
+<!-- $Revision: 1.42 $ -->
  <chapter id="introduction">
   <title>Introduction</title>
 
@@ -188,7 +188,7 @@
       <member>Unix dbm</member>
      </simplelist>
     </blockquote>
-    We also have a DBX database abstraction extension allowing you
+    We also have a database abstraction extension (named PDO) allowing you
     to transparently use any database supported by that extension.
     Additionally PHP supports ODBC, the Open Database Connection
     standard, so you can connect to any other database supporting
@@ -215,16 +215,10 @@
     the feature set adding SimpleXML and XMLReader support.
    </para>
    <para>
-    While using PHP in the e-commerce field, you'll find
-    the Cybercash payment, CyberMUT, VeriSign Payflow
-    Pro and MCVE functions useful for your online payment
-    programs.
-   </para>
-   <para>
     At last but not least, we have many other interesting
     extensions, the mnoGoSearch search engine functions,
     the IRC Gateway functions, many compression utilities
-    (gzip, bz2), calendar conversion, translation...
+    (gzip, bz2, zip), calendar conversion, translation...
    </para>
    <para>
     As you can see this page is not enough to list all

Reply via email to