philip          Sun Mar  4 09:22:06 2007 UTC

  Modified files:              
    /phpdoc/en/reference/curl   reference.xml constants.xml 
  Log:
  Moved cURL constants to their own page, possibly a model for all extensions.
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/curl/reference.xml?r1=1.16&r2=1.17&diff_format=u
Index: phpdoc/en/reference/curl/reference.xml
diff -u phpdoc/en/reference/curl/reference.xml:1.16 
phpdoc/en/reference/curl/reference.xml:1.17
--- phpdoc/en/reference/curl/reference.xml:1.16 Sat Mar  3 22:12:00 2007
+++ phpdoc/en/reference/curl/reference.xml      Sun Mar  4 09:22:06 2007
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.16 $ -->
+<!-- $Revision: 1.17 $ -->
 <!-- Purpose: remote.other -->
 <!-- Membership: bundled, external -->
 
@@ -46,8 +46,13 @@
      handle.
     </para>
    </section>
-
-   &reference.curl.constants;
+   
+   <section>
+    &reftitle.constants;
+    <para>
+     See also the cURL <link linkend="curl.constants">Predefined 
Constants</link>
+    </para>
+   </section>
    
    <section id="curl.examples">
     &reftitle.examples;
@@ -86,6 +91,8 @@
 
   </partintro>
 
+  &reference.curl.constants;
+
   &reference.curl.functions;
 
  </reference>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/curl/constants.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc/en/reference/curl/constants.xml
diff -u phpdoc/en/reference/curl/constants.xml:1.8 
phpdoc/en/reference/curl/constants.xml:1.9
--- phpdoc/en/reference/curl/constants.xml:1.8  Tue Nov 14 13:01:32 2006
+++ phpdoc/en/reference/curl/constants.xml      Sun Mar  4 09:22:06 2007
@@ -1,6 +1,12 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
-<section id="curl.constants">
+<!-- $Revision: 1.9 $ -->
+<refentry id="curl.constants">
+ <refnamediv>
+  <refname>Constants</refname>
+  <refpurpose>Curl Predefined Constants</refpurpose>
+ </refnamediv>
+ 
+ <refsect1>
  &reftitle.constants;
  &extension.constants;
  <variablelist>
@@ -2861,7 +2867,8 @@
    </listitem>
   </varlistentry>
  </variablelist>
-</section>
+</refsect1>
+</refentry>
 
 <!-- Keep this comment at the end of the file
 Local variables:

Reply via email to