hholzgra                Mon Nov 12 12:22:47 2001 EDT

  Modified files:              (Branch: dev_docbook4)
    /phpdoc/en/functions        msql.xml mysql.xml 
  Log:
  removed optional bits from hostname parameter
  description for this should be in the descriptive text only
  
  
  
Index: phpdoc/en/functions/msql.xml
diff -u phpdoc/en/functions/msql.xml:1.16.2.3 phpdoc/en/functions/msql.xml:1.16.2.4
--- phpdoc/en/functions/msql.xml:1.16.2.3       Mon Nov 12 09:59:22 2001
+++ phpdoc/en/functions/msql.xml        Mon Nov 12 12:22:46 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Revision: 1.16.2.3 $ -->
+<!-- $Revision: 1.16.2.4 $ -->
 <reference id="ref.msql">
   <title>mSQL functions</title>
   <titleabbrev>mSQL</titleabbrev>
@@ -123,7 +123,7 @@
         hostname
        </parameter></methodparam>
       <methodparam choice="opt"><type>string</type><parameter>
-        hostname<optional>:port</optional>
+        hostname
        </parameter></methodparam>
       <methodparam choice="opt"><type>string</type><parameter>
         username
@@ -903,7 +903,7 @@
         hostname
        </parameter></methodparam>
       <methodparam choice="opt"><type>string</type><parameter>
-        hostname<optional>:port</optional>
+        hostname
        </parameter></methodparam>
       <methodparam choice="opt"><type>string</type><parameter>
         username
Index: phpdoc/en/functions/mysql.xml
diff -u phpdoc/en/functions/mysql.xml:1.67.2.3 phpdoc/en/functions/mysql.xml:1.67.2.4
--- phpdoc/en/functions/mysql.xml:1.67.2.3      Mon Nov 12 09:59:22 2001
+++ phpdoc/en/functions/mysql.xml       Mon Nov 12 12:22:46 2001
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Revision: 1.67.2.3 $ -->
+<!-- $Revision: 1.67.2.4 $ -->
 <reference id="ref.mysql">
   <title>MySQL Functions</title>
   <titleabbrev>MySQL</titleabbrev>
@@ -228,9 +228,6 @@
       <type>resource</type><methodname>mysql_connect</methodname>
       <methodparam choice="opt"><type>string</type><parameter>
         hostname
-       <optional>:port</optional>
-       <optional>:/path/to/socket</optional>
-        
        </parameter></methodparam>
       <methodparam choice="opt"><type>string</type><parameter>
         username
@@ -1643,9 +1640,6 @@
       <type>resource</type><methodname>mysql_pconnect</methodname>
       <methodparam choice="opt"><type>string</type><parameter>
         hostname
-       <optional>:port</optional>  
-       <optional>:/path/to/socket</optional>
-        
        </parameter></methodparam>
       <methodparam 
choice="opt"><type>string</type><parameter>username</parameter></methodparam>
       <methodparam 
choice="opt"><type>string</type><parameter>password</parameter></methodparam>


Reply via email to