samesch         Sat Mar  3 22:12:02 2007 UTC

  Modified files:              
    /phpdoc/en/reference/com    reference.xml 
    /phpdoc/en/reference/curl   reference.xml 
    /phpdoc/en/reference/cyrus  reference.xml 
    /phpdoc/en/reference/expect reference.xml 
    /phpdoc/en/reference/gmp    reference.xml 
    /phpdoc/en/reference/hash   reference.xml 
    /phpdoc/en/reference/http   reference.xml 
    /phpdoc/en/reference/icap   reference.xml 
    /phpdoc/en/reference/image  reference.xml 
    /phpdoc/en/reference/ingres-ii      reference.xml 
    /phpdoc/en/reference/kadm5  reference.xml 
    /phpdoc/en/reference/ldap   reference.xml 
    /phpdoc/en/reference/maxdb  reference.xml 
    /phpdoc/en/reference/mcrypt reference.xml 
    /phpdoc/en/reference/mcve   reference.xml 
    /phpdoc/en/reference/muscat reference.xml 
    /phpdoc/en/reference/ncurses        reference.xml 
    /phpdoc/en/reference/network        reference.xml 
    /phpdoc/en/reference/oracle reference.xml 
    /phpdoc/en/reference/paradox        reference.xml 
    /phpdoc/en/reference/pdf    reference.xml 
    /phpdoc/en/reference/pdo_pgsql      reference.xml 
    /phpdoc/en/reference/printer        reference.xml 
    /phpdoc/en/reference/ps     reference.xml 
    /phpdoc/en/reference/sockets        reference.xml 
    /phpdoc/en/reference/uodbc  reference.xml 
    /phpdoc/en/reference/wddx   reference.xml 
    /phpdoc/en/reference/xmlrpc reference.xml 
    /phpdoc/en/reference/xslt   reference.xml 
    /phpdoc/en/reference/zlib   reference.xml 
  Log:
  Fix (see #31733)
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/com/reference.xml?r1=1.12&r2=1.13&diff_format=u
Index: phpdoc/en/reference/com/reference.xml
diff -u phpdoc/en/reference/com/reference.xml:1.12 
phpdoc/en/reference/com/reference.xml:1.13
--- phpdoc/en/reference/com/reference.xml:1.12  Sun Mar 26 20:09:16 2006
+++ phpdoc/en/reference/com/reference.xml       Sat Mar  3 22:11:59 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
 <!-- Purpose: utilspec.windows -->
 <!-- Membership: bundled -->
 
@@ -7,6 +7,7 @@
   <title>COM and .Net (Windows)</title> 
   <titleabbrev>COM</titleabbrev> 
   <partintro> 
+
    <section id="com.intro">
     &reftitle.intro;
     <para>
@@ -189,6 +190,15 @@
 
    &reference.com.ini;
 
+   <section id="com.resources">
+    &reftitle.resources;
+    <para>
+     This extension defines a reference to a COM component returned by
+     deprecated <function>com_load</function> (this function does not exist in
+     PHP 5; use the <xref linkend="class.com"/> class instead).
+    </para>
+   </section>
+
    &reference.com.constants;
    
    <section id="com.seealso">
@@ -205,11 +215,13 @@
      of Office</ulink>.
     </para> 
    </section>
+
   </partintro> 
 
-&reference.com.functions;
+ &reference.com.functions;
 
 </reference>
+
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/curl/reference.xml?r1=1.15&r2=1.16&diff_format=u
Index: phpdoc/en/reference/curl/reference.xml
diff -u phpdoc/en/reference/curl/reference.xml:1.15 
phpdoc/en/reference/curl/reference.xml:1.16
--- phpdoc/en/reference/curl/reference.xml:1.15 Wed Jan 17 00:14:51 2007
+++ phpdoc/en/reference/curl/reference.xml      Sat Mar  3 22:12:00 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
 <!-- Purpose: remote.other -->
 <!-- Membership: bundled, external -->
 
@@ -39,6 +39,14 @@
    
    &reference.curl.configure;
    
+   <section id="curl.resources">
+    &reftitle.resources;
+    <para>
+     This extension defines two resource types: a cURL handle and a cURL multi
+     handle.
+    </para>
+   </section>
+
    &reference.curl.constants;
    
    <section id="curl.examples">
@@ -75,11 +83,13 @@
      </example>
     </para>
    </section>
+
   </partintro>
 
-&reference.curl.functions;
+  &reference.curl.functions;
 
  </reference>
+
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/cyrus/reference.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc/en/reference/cyrus/reference.xml
diff -u phpdoc/en/reference/cyrus/reference.xml:1.8 
phpdoc/en/reference/cyrus/reference.xml:1.9
--- phpdoc/en/reference/cyrus/reference.xml:1.8 Sat Sep  9 19:28:30 2006
+++ phpdoc/en/reference/cyrus/reference.xml     Sat Mar  3 22:12:00 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <!-- Purpose: remote.mail -->
 <!-- Membership: pecl -->
 
@@ -24,13 +24,22 @@
 
    &reference.cyrus.configure;
 
+   <section id="cyrus.resources">
+    &reftitle.resources;
+    <para>
+     This extension defines a Cyrus IMAP connection identifier returned by
+     <function>cyrus_connect</function>.
+    </para>
+   </section>
+
    &reference.cyrus.constants;
    
   </partintro>
 
-&reference.cyrus.functions;
+  &reference.cyrus.functions;
 
  </reference>
+
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/expect/reference.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/expect/reference.xml
diff -u phpdoc/en/reference/expect/reference.xml:1.4 
phpdoc/en/reference/expect/reference.xml:1.5
--- phpdoc/en/reference/expect/reference.xml:1.4        Tue Mar  7 12:07:16 2006
+++ phpdoc/en/reference/expect/reference.xml    Sat Mar  3 22:12:00 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- Purpose: fileprocess.process -->
 <!-- Membership: pecl -->
 
@@ -33,7 +33,10 @@
 
    <section id="expect.resources">
     &reftitle.resources;
-    &no.resource;
+    <para>
+     <function>expect_popen</function> returns an open PTY stream used by
+     <function>expect_expectl</function>.
+    </para>
    </section>
 
    &reference.expect.constants;
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/gmp/reference.xml?r1=1.12&r2=1.13&diff_format=u
Index: phpdoc/en/reference/gmp/reference.xml
diff -u phpdoc/en/reference/gmp/reference.xml:1.12 
phpdoc/en/reference/gmp/reference.xml:1.13
--- phpdoc/en/reference/gmp/reference.xml:1.12  Sun Sep  4 19:39:14 2005
+++ phpdoc/en/reference/gmp/reference.xml       Sat Mar  3 22:12:00 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
 <!-- Purpose: mathcrypto.math -->
 <!-- Membership: bundled, external -->
 
@@ -68,7 +68,9 @@
 
    <section id="gmp.resources">
     &reftitle.resources;
-    &no.resource;
+    <para>
+     Most GPM functions operate on or return GMP number resources.
+    </para>
    </section>
 
    &reference.gmp.constants;
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/hash/reference.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/hash/reference.xml
diff -u phpdoc/en/reference/hash/reference.xml:1.4 
phpdoc/en/reference/hash/reference.xml:1.5
--- phpdoc/en/reference/hash/reference.xml:1.4  Mon Feb 27 11:42:26 2006
+++ phpdoc/en/reference/hash/reference.xml      Sat Mar  3 22:12:00 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- Purpose: mathcrypto.crypto -->
 <!-- Membership: bundled, pecl -->
 <!-- State: experimental -->
@@ -8,6 +8,7 @@
  <titleabbrev>hash</titleabbrev>
 
  <partintro>
+
   <section id="hash.intro">
    &reftitle.intro;
    <para>
@@ -15,6 +16,7 @@
     of arbitrary length messages using a variety of hashing algorithms.
    </para>
   </section>
+
   <section id="hash.requirements">
    &reftitle.required;
    <simpara>
@@ -26,10 +28,21 @@
    </simpara>
   </section>
 
+  <section id="hash.resources">
+   &reftitle.resources;
+   <para>
+    This extension defines a Hashing Context resource returned by
+    <function>hash_init</function>.
+   </para>
+  </section>
+
   <!-- Information found in constants.xml -->
   &reference.hash.constants;
+
  </partintro>
+
  &reference.hash.functions;
+
 </reference>
 
 <!-- Keep this comment at the end of the file
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/http/reference.xml?r1=1.14&r2=1.15&diff_format=u
Index: phpdoc/en/reference/http/reference.xml
diff -u phpdoc/en/reference/http/reference.xml:1.14 
phpdoc/en/reference/http/reference.xml:1.15
--- phpdoc/en/reference/http/reference.xml:1.14 Sat Feb 17 15:56:03 2007
+++ phpdoc/en/reference/http/reference.xml      Sat Mar  3 22:12:00 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
 <!-- Purpose: basic.php -->
 <!-- Membership: pecl -->
 
@@ -161,7 +161,18 @@
  </partintro>
 
  &reference.http.install;
+
  &reference.http.configuration;
+
+ <section id="http.resources">
+  &reftitle.resources;
+  <para>
+   This extension defines a stream resource returned by
+   <function>http_get_request_body_stream</function> and (thereafter)
+   <function>HttpResponse::getStream</function>.
+  </para>
+ </section>
+
  &reference.http.constants;
  &reference.http.HttpMessage;
  &reference.http.HttpQueryString;
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/icap/reference.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/icap/reference.xml
diff -u phpdoc/en/reference/icap/reference.xml:1.6 
phpdoc/en/reference/icap/reference.xml:1.7
--- phpdoc/en/reference/icap/reference.xml:1.6  Thu Oct  5 16:32:29 2006
+++ phpdoc/en/reference/icap/reference.xml      Sat Mar  3 22:12:00 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- State: deprecated -->
 
  <reference id="ref.icap">
@@ -41,7 +41,9 @@
 
    <section id="icap.resources">
     &reftitle.resources;
-    &no.resource;
+    <para>
+     <function>icap_open</function> returns an ICAP stream.
+    </para>
    </section>
 
    <section id="icap.constants">
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/image/reference.xml?r1=1.30&r2=1.31&diff_format=u
Index: phpdoc/en/reference/image/reference.xml
diff -u phpdoc/en/reference/image/reference.xml:1.30 
phpdoc/en/reference/image/reference.xml:1.31
--- phpdoc/en/reference/image/reference.xml:1.30        Sat Feb 24 20:57:32 2007
+++ phpdoc/en/reference/image/reference.xml     Sat Mar  3 22:12:00 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.30 $ -->
+<!-- $Revision: 1.31 $ -->
 <!-- Purpose: utilspec.image -->
 <!-- Membership: bundled -->
 
@@ -173,7 +173,10 @@
 
    <section id="image.resources">
     &reftitle.resources;
-    &no.resource;
+    <para>
+     This extension defines two resource types: an image identifier and a font
+     identifier.
+    </para>
    </section>
 
    &reference.image.constants;
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ingres-ii/reference.xml?r1=1.11&r2=1.12&diff_format=u
Index: phpdoc/en/reference/ingres-ii/reference.xml
diff -u phpdoc/en/reference/ingres-ii/reference.xml:1.11 
phpdoc/en/reference/ingres-ii/reference.xml:1.12
--- phpdoc/en/reference/ingres-ii/reference.xml:1.11    Mon Feb 12 13:58:55 2007
+++ phpdoc/en/reference/ingres-ii/reference.xml Sat Mar  3 22:12:00 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
 <!-- Purpose: database.vendors -->
 <!-- Membership: pecl, external -->
 
@@ -41,7 +41,10 @@
 
    <section id="ingres.resources">
     &reftitle.resources;
-    &no.resource;
+    <para>
+     <function>ingres_connect</function> and
+     <function>ingres_pconnect</function> return an Ingres II link identifier.
+    </para>
    </section>
 
    &reference.ingres-ii.constants;
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/kadm5/reference.xml?r1=1.4&r2=1.5&diff_format=u
Index: phpdoc/en/reference/kadm5/reference.xml
diff -u phpdoc/en/reference/kadm5/reference.xml:1.4 
phpdoc/en/reference/kadm5/reference.xml:1.5
--- phpdoc/en/reference/kadm5/reference.xml:1.4 Sun Sep  4 19:39:17 2005
+++ phpdoc/en/reference/kadm5/reference.xml     Sat Mar  3 22:12:00 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- Purpose: remote.auth -->
 <!-- Membership: pecl -->
 
@@ -23,6 +23,14 @@
     </simpara>
    </section>
 
+   <section id="kadm5.resources">
+    &reftitle.resources;
+    <para>
+     This extension defines a KADM5 handle returned by
+     <function>kadm5_init_with_password</function>.
+    </para>
+   </section>
+
    &reference.kadm5.constants;
 
    <section id="kadm5.examples">
@@ -78,9 +86,10 @@
      <ulink url="&url.kadm5;">&url.kadm5;</ulink>.
    </para>
   </section>
+
   </partintro>
 
-&reference.kadm5.functions;
+  &reference.kadm5.functions;
 
  </reference>
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ldap/reference.xml?r1=1.14&r2=1.15&diff_format=u
Index: phpdoc/en/reference/ldap/reference.xml
diff -u phpdoc/en/reference/ldap/reference.xml:1.14 
phpdoc/en/reference/ldap/reference.xml:1.15
--- phpdoc/en/reference/ldap/reference.xml:1.14 Sun Sep  4 19:39:17 2005
+++ phpdoc/en/reference/ldap/reference.xml      Sat Mar  3 22:12:00 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
 <!-- Purpose: remote.other -->
 <!-- Membership: bundled, external -->
 
@@ -114,7 +114,11 @@
 
    <section id="ldap.resources">
     &reftitle.resources;
-    &no.resource;
+    <para>
+     Most LDAP functions operate on or return resources (e.g.
+     <function>ldap_connect</function> returns a positive LDAP link identifier
+     required by most LDAP functions).
+    </para>
    </section>
 
    &reference.ldap.constants;
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/maxdb/reference.xml?r1=1.10&r2=1.11&diff_format=u
Index: phpdoc/en/reference/maxdb/reference.xml
diff -u phpdoc/en/reference/maxdb/reference.xml:1.10 
phpdoc/en/reference/maxdb/reference.xml:1.11
--- phpdoc/en/reference/maxdb/reference.xml:1.10        Thu Sep  8 17:05:12 2005
+++ phpdoc/en/reference/maxdb/reference.xml     Sat Mar  3 22:12:00 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
 <!-- Purpose: database.vendors -->
 <!-- Membership: pecl, external -->
 
@@ -365,6 +365,13 @@
     </section>
    </section>
 
+   <section id="maxdb.resources">
+    &reftitle.resources;
+    <para>
+     This extension defines resources.
+    </para>
+   </section>
+
    &reference.maxdb.constants;
     
    <section id="maxdb.examples">
@@ -493,9 +500,10 @@
      </example>
     </para>
    </section>
+
   </partintro>
 
-&reference.maxdb.functions;
+  &reference.maxdb.functions;
 
  </reference>
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mcrypt/reference.xml?r1=1.18&r2=1.19&diff_format=u
Index: phpdoc/en/reference/mcrypt/reference.xml
diff -u phpdoc/en/reference/mcrypt/reference.xml:1.18 
phpdoc/en/reference/mcrypt/reference.xml:1.19
--- phpdoc/en/reference/mcrypt/reference.xml:1.18       Tue Dec 12 10:05:20 2006
+++ phpdoc/en/reference/mcrypt/reference.xml    Sat Mar  3 22:12:00 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.18 $ -->
+<!-- $Revision: 1.19 $ -->
 <!-- Purpose: mathcrypto.crypto -->
 <!-- Membership: bundled, external -->
 
@@ -47,7 +47,9 @@
 
    <section id="mcrypt.resources">
     &reftitle.resources;
-    &no.resource;
+    <para>
+     <function>mcrypt_module_open</function> returns an encryption descriptor.
+    </para>
    </section>
 
    &reference.mcrypt.constants;
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mcve/reference.xml?r1=1.11&r2=1.12&diff_format=u
Index: phpdoc/en/reference/mcve/reference.xml
diff -u phpdoc/en/reference/mcve/reference.xml:1.11 
phpdoc/en/reference/mcve/reference.xml:1.12
--- phpdoc/en/reference/mcve/reference.xml:1.11 Tue Nov 15 20:36:58 2005
+++ phpdoc/en/reference/mcve/reference.xml      Sat Mar  3 22:12:00 2007
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
 <!-- Purpose: creditcard -->
 <!-- Membership: pecl -->
  <reference id="ref.mcve">
@@ -49,16 +49,23 @@
      primary reference for functions.
     </para>
    </section>
-   
-   &reference.mcve.constants;
 
+   <section id="mcve.resources">
+    &reftitle.resources;
+    <para>
+     This extension defines a MCVE_CONN resource returned by
+     <function>m_initconn</function>.
+    </para>
+   </section>
+
+   &reference.mcve.constants;
 
   </partintro>
 
-
-&reference.mcve.functions;
+  &reference.mcve.functions;
 
  </reference>
+
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/muscat/reference.xml?r1=1.9&r2=1.10&diff_format=u
Index: phpdoc/en/reference/muscat/reference.xml
diff -u phpdoc/en/reference/muscat/reference.xml:1.9 
phpdoc/en/reference/muscat/reference.xml:1.10
--- phpdoc/en/reference/muscat/reference.xml:1.9        Tue Jan 16 14:40:31 2007
+++ phpdoc/en/reference/muscat/reference.xml    Sat Mar  3 22:12:00 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
 <!-- Purpose: basic.session -->
 <!-- Membership: pecl, external -->
 <!-- State: experimental -->
@@ -22,11 +22,21 @@
    
    &reference.muscat.configure;
   
+   <section id="muscat.resources">
+    &reftitle.resources;
+    <para>
+     This extension defines a Muscat session handler returned by
+     <function>muscat_setup_net</function> and
+     <function>muscat_setup</function>.
+    </para>
+   </section>
+
   </partintro>
 
-&reference.muscat.functions;
+  &reference.muscat.functions;
 
  </reference>
+
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ncurses/reference.xml?r1=1.10&r2=1.11&diff_format=u
Index: phpdoc/en/reference/ncurses/reference.xml
diff -u phpdoc/en/reference/ncurses/reference.xml:1.10 
phpdoc/en/reference/ncurses/reference.xml:1.11
--- phpdoc/en/reference/ncurses/reference.xml:1.10      Tue Feb 13 23:13:33 2007
+++ phpdoc/en/reference/ncurses/reference.xml   Sat Mar  3 22:12:01 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
 <!-- Purpose: utilspec.cmdline -->
 <!-- Membership: bundled, external -->
 <!-- Membership: pecl -->
@@ -62,7 +62,9 @@
 
    <section id="ncurses.resources">
     &reftitle.resources;
-    &no.resource;
+    <para>
+     This extension defines window, panel and pad resources.
+    </para>
    </section>
 
    &reference.ncurses.constants;
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/network/reference.xml?r1=1.6&r2=1.7&diff_format=u
Index: phpdoc/en/reference/network/reference.xml
diff -u phpdoc/en/reference/network/reference.xml:1.6 
phpdoc/en/reference/network/reference.xml:1.7
--- phpdoc/en/reference/network/reference.xml:1.6       Sun Sep  4 19:39:21 2005
+++ phpdoc/en/reference/network/reference.xml   Sat Mar  3 22:12:01 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- Purpose: remote.other -->
 <!-- Membership: core -->
 
@@ -29,7 +29,10 @@
 
    <section id="network.resources">
     &reftitle.resources;
-    &no.resource;
+    <para>
+     This extension defines a file pointer resource returned by
+     <function>fsockopen</function> and <function>pfsockopen</function>.
+    </para>
    </section>
 
    &reference.network.constants;
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/oracle/reference.xml?r1=1.10&r2=1.11&diff_format=u
Index: phpdoc/en/reference/oracle/reference.xml
diff -u phpdoc/en/reference/oracle/reference.xml:1.10 
phpdoc/en/reference/oracle/reference.xml:1.11
--- phpdoc/en/reference/oracle/reference.xml:1.10       Wed Feb  7 06:51:55 2007
+++ phpdoc/en/reference/oracle/reference.xml    Sat Mar  3 22:12:01 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
 <!-- Purpose: database.vendors -->
 <!-- Membership: pecl, external -->
 <!-- State: deprecated -->
@@ -30,11 +30,19 @@
 
    &reference.oracle.configure;
 
+   <section id="oracle.resources">
+    &reftitle.resources;
+    <para>
+     This extension defines two resource types: an Oracle connection
+     identifier and an Oracle cursor index.
+    </para>
+   </section>
+
    &reference.oracle.constants;
    
   </partintro>
 
-&reference.oracle.functions;
+  &reference.oracle.functions;
 
  </reference>
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/paradox/reference.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc/en/reference/paradox/reference.xml
diff -u phpdoc/en/reference/paradox/reference.xml:1.8 
phpdoc/en/reference/paradox/reference.xml:1.9
--- phpdoc/en/reference/paradox/reference.xml:1.8       Wed Apr 19 03:04:12 2006
+++ phpdoc/en/reference/paradox/reference.xml   Sat Mar  3 22:12:01 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <!-- Author: Uwe Steinmann <[EMAIL PROTECTED]> -->
 <!-- Purpose: database.vendors -->
 <!-- Membership: pecl, external -->
@@ -173,10 +173,19 @@
    </para>
   </section>
 
+  <section id="paradox.resources">
+   &reftitle.resources;
+   <para>
+    <function>px_new</function> creates a new Paradox object required by all
+    Paradox functions.
+   </para>
+  </section>
+
   &reference.paradox.constants;
+
  </partintro>
 
-&reference.paradox.functions;
+ &reference.paradox.functions;
 
 </reference>
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/pdf/reference.xml?r1=1.24&r2=1.25&diff_format=u
Index: phpdoc/en/reference/pdf/reference.xml
diff -u phpdoc/en/reference/pdf/reference.xml:1.24 
phpdoc/en/reference/pdf/reference.xml:1.25
--- phpdoc/en/reference/pdf/reference.xml:1.24  Thu Feb 15 08:12:19 2007
+++ phpdoc/en/reference/pdf/reference.xml       Sat Mar  3 22:12:01 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.24 $ -->
+<!-- $Revision: 1.25 $ -->
 <!-- Purpose: utilspec.nontext -->
 <!-- Membership: pecl, external -->
 
@@ -114,7 +114,10 @@
 
    <section id="pdf.resources">
     &reftitle.resources;
-    &no.resource;
+    <para>
+     <function>PDF_new</function> creates a new PDFlib object required by most
+     PDF functions.
+    </para>
    </section>
 
    <section id="pdf.oldlibs">
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/pdo_pgsql/reference.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/pdo_pgsql/reference.xml
diff -u phpdoc/en/reference/pdo_pgsql/reference.xml:1.7 
phpdoc/en/reference/pdo_pgsql/reference.xml:1.8
--- phpdoc/en/reference/pdo_pgsql/reference.xml:1.7     Wed Mar 22 08:16:00 2006
+++ phpdoc/en/reference/pdo_pgsql/reference.xml Sat Mar  3 22:12:01 2007
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- Purpose: database.vendors -->
 <!-- Membership: bundled, external, pecl -->
 
@@ -16,6 +16,15 @@
      to enable access from PHP to PostgreSQL databases.
     </para>
    </section>
+
+   <section id="pdo-pgsql.resources">
+    &reftitle.resources;
+    <para>
+     This extension defines a stream resource returned by
+     <function>PDO::pgsqlLOBOpen</function>.
+    </para>
+   </section>
+
   </partintro>
 
   <refentry id="ref.pdo-pgsql.connection">
@@ -104,7 +113,9 @@
   </refentry>
 
   &reference.pdo-pgsql.functions;
+
  </reference>
+
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/printer/reference.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/printer/reference.xml
diff -u phpdoc/en/reference/printer/reference.xml:1.7 
phpdoc/en/reference/printer/reference.xml:1.8
--- phpdoc/en/reference/printer/reference.xml:1.7       Sun Sep  4 19:39:25 2005
+++ phpdoc/en/reference/printer/reference.xml   Sat Mar  3 22:12:01 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- Purpose: utilspec.windows -->
 <!-- Membership: pecl -->
 
@@ -20,11 +20,20 @@
 
    &reference.printer.ini;
 
+   <section id="printer.resources">
+    &reftitle.resources;
+    <para>
+     This extension defines handles to a printer connection, to a brush, to a
+     font and to a pen.
+    </para>
+   </section>
+
   </partintro>
 
-&reference.printer.functions;
+ &reference.printer.functions;
 
 </reference>
+
 <!-- Keep this comment at the end of the file
 Local variables:
 mode: sgml
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/ps/reference.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/ps/reference.xml
diff -u phpdoc/en/reference/ps/reference.xml:1.2 
phpdoc/en/reference/ps/reference.xml:1.3
--- phpdoc/en/reference/ps/reference.xml:1.2    Sun Sep  4 19:39:25 2005
+++ phpdoc/en/reference/ps/reference.xml        Sat Mar  3 22:12:01 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- Author: Uwe Steinmann <[EMAIL PROTECTED]> -->
 <!-- Purpose: utilspec.nontext -->
 <!-- Membership: pecl, external -->
@@ -41,6 +41,14 @@
    &no.config;
   </section>
 
+  <section id="ps.resources">
+   &reftitle.resources;
+   <para>
+    This extension defines a PostScript document resource returned by
+    <function>ps_new</function>.
+   </para>
+  </section>
+
   &reference.ps.constants;
 
   <section id="ps.contact">
@@ -53,9 +61,9 @@
    </para>
   </section>
 
-</partintro>
+ </partintro>
 
-&reference.ps.functions;
+ &reference.ps.functions;
 
 </reference>
 
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/sockets/reference.xml?r1=1.24&r2=1.25&diff_format=u
Index: phpdoc/en/reference/sockets/reference.xml
diff -u phpdoc/en/reference/sockets/reference.xml:1.24 
phpdoc/en/reference/sockets/reference.xml:1.25
--- phpdoc/en/reference/sockets/reference.xml:1.24      Thu Feb 15 20:13:39 2007
+++ phpdoc/en/reference/sockets/reference.xml   Sat Mar  3 22:12:01 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.24 $ -->
+<!-- $Revision: 1.25 $ -->
 <!-- Purpose: remote.other -->
 <!-- Membership: bundled -->
 
@@ -58,7 +58,11 @@
 
    <section id="sockets.resources">
     &reftitle.resources;
-    &no.resource;
+    <para>
+     <function>socket_accept</function>,
+     <function>socket_create_listen</function> and
+     <function>socket_create</function> return socket recources.
+    </para>
    </section>
 
    &reference.sockets.constants;
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/uodbc/reference.xml?r1=1.10&r2=1.11&diff_format=u
Index: phpdoc/en/reference/uodbc/reference.xml
diff -u phpdoc/en/reference/uodbc/reference.xml:1.10 
phpdoc/en/reference/uodbc/reference.xml:1.11
--- phpdoc/en/reference/uodbc/reference.xml:1.10        Mon Feb 26 20:11:52 2007
+++ phpdoc/en/reference/uodbc/reference.xml     Sat Mar  3 22:12:01 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
 <!-- Purpose: database.abstract -->
 <!-- Membership: bundled, external -->
 
@@ -55,7 +55,10 @@
 
    <section id="uodbc.resources">
     &reftitle.resources;
-    &no.resource;
+    <para>
+     This extension defines two resource types: an ODBC connection identifier
+     and an ODBC result identifier.
+    </para>
    </section>
 
    &reference.uodbc.constants;
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/wddx/reference.xml?r1=1.12&r2=1.13&diff_format=u
Index: phpdoc/en/reference/wddx/reference.xml
diff -u phpdoc/en/reference/wddx/reference.xml:1.12 
phpdoc/en/reference/wddx/reference.xml:1.13
--- phpdoc/en/reference/wddx/reference.xml:1.12 Sun Sep  4 19:39:31 2005
+++ phpdoc/en/reference/wddx/reference.xml      Sat Mar  3 22:12:01 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
 <!-- Purpose: webservice -->
 <!-- Membership: bundled, external -->
 
@@ -33,7 +33,10 @@
 
    <section id="wddx.resources">
     &reftitle.resources;
-    &no.resource;
+    <para>
+     This extension defines a WDDX packet identifier returned by
+     <function>wddx_packet_start</function>.
+    </para>
    </section>
 
    <section id="wddx.constants">
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/xmlrpc/reference.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc/en/reference/xmlrpc/reference.xml
diff -u phpdoc/en/reference/xmlrpc/reference.xml:1.8 
phpdoc/en/reference/xmlrpc/reference.xml:1.9
--- phpdoc/en/reference/xmlrpc/reference.xml:1.8        Sun Sep  4 19:39:31 2005
+++ phpdoc/en/reference/xmlrpc/reference.xml    Sat Mar  3 22:12:01 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <!-- Purpose: webservice -->
 <!-- Membership: bundled -->
 
@@ -31,7 +31,10 @@
 
    <section id="xmlrpc.resources">
     &reftitle.resources;
-    &no.resource;
+    <para>
+     This extension defines a XML-RPC server resource returned by
+     <function>xmlrpc_server_create</function>.
+    </para>
    </section>
 
    <section id="xmlrpc.constants">
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/xslt/reference.xml?r1=1.14&r2=1.15&diff_format=u
Index: phpdoc/en/reference/xslt/reference.xml
diff -u phpdoc/en/reference/xslt/reference.xml:1.14 
phpdoc/en/reference/xslt/reference.xml:1.15
--- phpdoc/en/reference/xslt/reference.xml:1.14 Thu Feb 15 08:12:20 2007
+++ phpdoc/en/reference/xslt/reference.xml      Sat Mar  3 22:12:01 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.14 $ -->
+<!-- $Revision: 1.15 $ -->
 <!-- Purpose: xml -->
 <!-- Membership: bundled, external -->
 
@@ -64,7 +64,10 @@
 
    <section id="xslt.resources">
     &reftitle.resources;
-    &no.resource;
+    <para>
+     This extension defines a XSLT processor resource returned by
+     <function>xslt_create</function>.
+    </para>
    </section>
 
    &reference.xslt.constants;
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/zlib/reference.xml?r1=1.16&r2=1.17&diff_format=u
Index: phpdoc/en/reference/zlib/reference.xml
diff -u phpdoc/en/reference/zlib/reference.xml:1.16 
phpdoc/en/reference/zlib/reference.xml:1.17
--- phpdoc/en/reference/zlib/reference.xml:1.16 Tue Sep 13 22:39:34 2005
+++ phpdoc/en/reference/zlib/reference.xml      Sat Mar  3 22:12:01 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.16 $ -->
+<!-- $Revision: 1.17 $ -->
 <!-- Purpose: compression -->
 <!-- Membership: bundled -->
 
@@ -54,7 +54,10 @@
 
    <section id="zlib.resources">
     &reftitle.resources;
-    &no.resource;
+    <para>
+     This extension defines a file pointer resource returned by
+     <function>gzopen</function>.
+    </para>
    </section>
 
    &reference.zlib.constants;

Reply via email to