[PHP-DOC] cvs: phpdoc /en/reference/dio reference.xml

2002-05-06 Thread Friedhelm Betz

betzMon May  6 03:13:08 2002 EDT

  Modified files:  
/phpdoc/en/reference/dioreference.xml 
  Log:
  new structure
  
Index: phpdoc/en/reference/dio/reference.xml
diff -u phpdoc/en/reference/dio/reference.xml:1.2 
phpdoc/en/reference/dio/reference.xml:1.3
--- phpdoc/en/reference/dio/reference.xml:1.2   Mon Apr 15 14:56:33 2002
+++ phpdoc/en/reference/dio/reference.xml   Mon May  6 03:13:08 2002
 -1,18 +1,24 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
  reference id=ref.dio
   titleDirect IO functions/title
   titleabbrevDIO functions/titleabbrev
 
   partintro
section id=dio.intro
-titleDirect I/O Functions/title
+reftitle.intro;
 para
  PHP supports the direct io functions as described in the Posix
  Standard (Section 6) for performing I/O functions at a lower
  level than the C-Language stream I/O functions (fopen, fread,..).
 /para
/section
+
+   section id=dio.requirenments
+reftitle.required;
+no.requirement;
+   /section
+
section id=dio.installation
 titleInstallation/title
 para
 -20,8 +26,27 
  option role=configure--enable-dio/option.
 /para
/section
+
+   section id=dio.configuration
+reftitle.runtime;
+no.config;
+   /section
+
+   section id=dio.resources
+reftitle.resources;
+para
+ One resource type is defined by this extension:
+ a file descriptor returnded by functiondio_open/function.
+/para
+   /section
+
+   section id=dio.constants
+reftitle.constants;
+no.constants;
+   /section
+
   /partintro
-   
+
 reference.dio.functions;
 
  /reference
 -41,5 +66,8 
 sgml-local-catalogs:nil
 sgml-local-ecat-files:nil
 End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
 --
 





[PHP-DOC] cvs: phpdoc /en/reference/dir reference.xml

2002-05-06 Thread Friedhelm Betz

betzMon May  6 03:13:19 2002 EDT

  Modified files:  
/phpdoc/en/reference/dirreference.xml 
  Log:
  new structure
  
Index: phpdoc/en/reference/dir/reference.xml
diff -u phpdoc/en/reference/dir/reference.xml:1.2 
phpdoc/en/reference/dir/reference.xml:1.3
--- phpdoc/en/reference/dir/reference.xml:1.2   Mon Apr 15 14:56:33 2002
+++ phpdoc/en/reference/dir/reference.xml   Mon May  6 03:13:18 2002
 -1,18 +1,53 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
  reference id=ref.dir
   titleDirectory functions/title
   titleabbrevDirectories/titleabbrev
 
   partintro
+
+   section id=dir.intro
+reftitle.intro;
+para
+/para
+   /section
+   
+   section id=dir.requirenments
+reftitle.required;
+no.requirement;
+   /section
+   
+   section id=dir.installation
+reftitle.install;
+no.install;
+   /section
+
+   section id=dir.configuration
+reftitle.runtime;
+no.config;
+   /section
+
+   section id=dir.resources
+reftitle.resources;
+para
+/para
+   /section
+
+   section id=dir.constants
+reftitle.constants;
+no.constants;
+   /section
   
-   simpara
-For related functions such as functiondirname/function,  
-functionis_dir/function, functionmkdir/function, and 
-functionrmdir/function, see the 
-link linkend=ref.filesystemFilesystem/link section.
-   /simpara
-  
+   section id=dir.seealso
+reftitle.seealso;
+para
+ For related functions such as functiondirname/function,
+ functionis_dir/function, functionmkdir/function, and 
+ functionrmdir/function, see the 
+ link linkend=ref.filesystemFilesystem/link section.
+/para
+   /section
+
   /partintro
 
 reference.dir.functions;





[PHP-DOC] cvs: phpdoc /en/reference/domxml constants.xml reference.xml

2002-05-06 Thread Friedhelm Betz

betzMon May  6 03:14:27 2002 EDT

  Added files: 
/phpdoc/en/reference/domxml constants.xml 

  Modified files:  
/phpdoc/en/reference/domxml reference.xml 
  Log:
  new structure and constants extra
  

Index: phpdoc/en/reference/domxml/reference.xml
diff -u phpdoc/en/reference/domxml/reference.xml:1.4 
phpdoc/en/reference/domxml/reference.xml:1.5
--- phpdoc/en/reference/domxml/reference.xml:1.4Tue Apr 16 05:06:00 2002
+++ phpdoc/en/reference/domxml/reference.xmlMon May  6 03:14:27 2002
 -1,13 +1,13 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.4 $ --
+!-- $Revision: 1.5 $ --
  reference id=ref.domxml
   titleDOM XML functions/title
   titleabbrevDOM XML/titleabbrev
 
   partintro
-   section id=domxml-intro
-titleIntroduction/title
-   warn.experimental;
+   section id=domxml.intro
+reftitle.intro;
+warn.experimental;
 para
  The domxml extension has been overhauled in PHP Version 4.3.0 in favour
  of a better compliance of the DOM standard. The extension still contains
 -29,17 +29,24 
 /para
/section
 
-   section id=domxml-requirements
-titleRequirements/title
+   section id=domxml.requirements
+reftitle.required;
 para
-This extension is only available if PHP was configured with
-option role=configure--with-dom=[DIR]/option, using the
-ulink url=url.domxml;GNOME xml library/ulink.
-You will need at least libxml-2.2.7
+ This extension make use of the
+ ulink url=url.domxml;GNOME xml library/ulink. Download
+ and install this library. You will need at least libxml-2.2.7.
 /para
/section
 
-   section id=domxml-deprecated
+   section id=domxml.installation
+reftitle.install;
+para
+ This extension is only available if PHP was configured with
+ option role=configure--with-dom=[DIR]/option.
+/para
+   /section
+
+   section id=domxml.deprecated
 titleDeprecated functions/title
 para
  There a quite some functions which do not fit into the DOM standard and
 -152,98 +159,9 
 /para
/section
 
-   section id=domxml-constants
-titleConstants/title
-para
- This module defines the following constants:
-/para
-table
- titleXML constants/title
- tgroup cols=3
-  thead
-   row
-entryConstant/entry
-entryValue/entry
-entryDescription/entry
-   /row
-  /thead
-  tbody
-   row
-entryXML_ELEMENT_NODE/entry
-entry1/entry
-entryNode is an element/entry
-   /row
-   row
-entryXML_ATTRIBUTE_NODE/entry
-entry2/entry
-entryNode is an attribute/entry
-   /row
-   row
-entryXML_TEXT_NODE/entry
-entry3/entry
-entryNode is a piece of text/entry
-   /row
-   row
-entryXML_CDATA_SECTION_NODE/entry
-entry4/entry
-entry/entry
-   /row
-   row
-entryXML_ENTITY_REF_NODE/entry
-entry5/entry
-entry/entry
-   /row
-   row
-entryXML_ENTITY_NODE/entry
-entry6/entry
-entryNode is an entity like amp;nbsp;/entry
-   /row
-   row
-entryXML_PI_NODE/entry
-entry7/entry
-entryNode is a processing instruction/entry
-   /row
-   row
-entryXML_COMMENT_NODE/entry
-entry8/entry
-entryNode is a comment/entry
-   /row
-   row
-entryXML_DOCUMENT_NODE/entry
-entry9/entry
-entryNode is a document/entry
-   /row
-   row
-entryXML_DOCUMENT_TYPE_NODE/entry
-entry10/entry
-entry/entry
-   /row
-   row
-entryXML_DOCUMENT_FRAG_NODE/entry
-entry11/entry
-entry/entry
-   /row
-   row
-entryXML_NOTATION_NODE/entry
-entry12/entry
-entry/entry
-   /row
-   row
-entryXML_GLOBAL_NAMESPACE/entry
-entry1/entry
-entry/entry
-   /row
-   row
-entryXML_LOCAL_NAMESPACE/entry
-entry2/entry
-entry/entry
-   /row
-  /tbody
- /tgroup
-/table
-   /section
+   reference.domxml.constants;
 
-   section id=domxml-classes
+   section id=domxml.classes
 titleClasses/title
 para
  The API of the module follows the DOM Level 2 standard as close
 -776,8 +694,8 
 /para
/section
 
-   section id=domxml-examples
-titleExamples/title
+   section id=domxml.examples
+reftitle.examples;
 para
  Many examples in this reference require a xml string. Instead of
  repeating this string in any example it will be put into a file

Index: phpdoc/en/reference/domxml/constants.xml
+++ phpdoc/en/reference/domxml/constants.xml
 section id=domxml.constants
 reftitle.constants;
 extension.constants;
  table
   titleXML constants/title
   tgroup cols=3
thead
 row
  entryConstant/entry
  entryValue/entry
  entryDescription/entry
 /row
  

[PHP-DOC] cvs: phpdoc /en/reference/dotnet reference.xml

2002-05-06 Thread Friedhelm Betz

betzMon May  6 03:14:47 2002 EDT

  Modified files:  
/phpdoc/en/reference/dotnet reference.xml 
  Log:
  new structure
  
Index: phpdoc/en/reference/dotnet/reference.xml
diff -u phpdoc/en/reference/dotnet/reference.xml:1.2 
phpdoc/en/reference/dotnet/reference.xml:1.3
--- phpdoc/en/reference/dotnet/reference.xml:1.2Mon Apr 15 14:56:34 2002
+++ phpdoc/en/reference/dotnet/reference.xmlMon May  6 03:14:47 2002
 -1,12 +1,16 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
  reference id=ref.dotnet
   title.NET functions/title
   titleabbrev.NET functions/titleabbrev
 
   partintro
-   para
-   /para
+   section id=dotnet.intro
+   reftitle.intro;
+   warn.experimental;
+para
+/para
+   /section
   /partintro
 
 reference.dotnet.functions;





[PHP-DOC] cvs: phpdoc /en/reference/errorfunc constants.xml reference.xml

2002-05-06 Thread Friedhelm Betz

betzMon May  6 03:15:15 2002 EDT

  Added files: 
/phpdoc/en/reference/errorfunc  constants.xml 

  Modified files:  
/phpdoc/en/reference/errorfunc  reference.xml 
  Log:
  new structure and constants extra
  
Index: phpdoc/en/reference/errorfunc/reference.xml
diff -u phpdoc/en/reference/errorfunc/reference.xml:1.2 
phpdoc/en/reference/errorfunc/reference.xml:1.3
--- phpdoc/en/reference/errorfunc/reference.xml:1.2 Mon Apr 15 14:56:34 2002
+++ phpdoc/en/reference/errorfunc/reference.xml Mon May  6 03:15:15 2002
 -1,10 +1,12 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
  reference id=ref.errorfunc
   titleError Handling and Logging Functions/title
   titleabbrevErrors and Logging/titleabbrev
 
   partintro
+   section id=errorfunc.intro
+   reftitle.intro;
para
 These are functions dealing with error handling and logging. They
 allow you to define your own error handling rules, as well as modify
 -22,6 +24,28 
 kind of error feedback is given, ranging from simple notices to customized
 functions returned during errors. 
/para
+   /section
+
+   section id=errorfunc.requirenments
+reftitle.required;
+no.requirement;
+   /section
+
+   section id=errorfunc.installation
+reftitle.install;
+no.install;
+   /section
+
+   reference.errorfunc.constants;
+
+   section id=errorfunc.seealso
+   reftitle.seealso;
+para
+ Fore more Information see the section
+ link linkend=features.error-handlingError Handling/link.
+/para
+   /section
+
   /partintro
 
 reference.errorfunc.functions;
 -47,4 +71,5 
 vim: et tw=78 syn=sgml
 vi: ts=1 sw=1
 --
+
 

Index: phpdoc/en/reference/errorfunc/constants.xml
+++ phpdoc/en/reference/errorfunc/constants.xml
?xml version=1.0 encoding=iso-8859-1?
!-- $Revision: 1.1 $ --
section id=errorfunc.constants
 reftitle.constants;
 simpara
  These constants are part of the PHP core and always available.
 /simpara
 table
  titleErrors and Logging/title
  tgroup cols=3
   thead
row
 entryValue/entry
 entryConstant/entry
 entryDescription/entry
/row
   /thead
   tbody
row
 entry1/entry
 entry
  constantE_ERROR/constant 
  (typeinteger/type)
 /entry
 entry
  Fatal run-time errors. These indicate errors that can not be
  recovered from, such as a memory allocation problem.
  Execution of the script is halted.
 /entry
/row

row
 entry2/entry
 entry
  constantE_WARNING/constant 
  (typeinteger/type)
 /entry
 entry
  Run-time warnings (non-fatal errors). Execution of the script is not
  halted.
 /entry
/row

row
 entry4/entry
 entry
  constantE_PARSE/constant 
  (typeinteger/type)
 /entry
 entry
  Compile-time parse errors. Parse errors should only be generated by
  the parser.
 /entry
/row

row
 entry8/entry
 entry
  constantE_NOTICE/constant 
  (typeinteger/type)
 /entry
 entry
  Run-time notices. Indicate that the script encountered something that
  could indicate an error, but could also happen in the normal course of
  running a script.
 /entry
/row

row
 entry16/entry
 entry
  constantE_CORE_ERROR/constant 
  (typeinteger/type)
 /entry
 entry
  Fatal errors that occur during PHP's initial startup. This is like an
  constantE_ERROR/constant, except it is generated by the core of PHP.
 /entry
/row

row
 entry32/entry
 entry
  constantE_CORE_WARNING/constant 
  (typeinteger/type)
 /entry
 entry
  Warnings (non-fatal errors) that occur during PHP's initial startup.
  This is like an constantE_WARNING/constant, except it is generated
  by the core of PHP. PHP 4 only.
 /entry
/row

row
 entry64/entry
 entry
  constantE_COMPILE_ERROR/constant 
  (typeinteger/type)
 /entry
 entry
  Fatal compile-time errors. This is like an constantE_ERROR/constant,
  except it is generated by the Zend Scripting Engine. PHP 4 only.
 /entry
/row

row
 entry128/entry
 entry
  constantE_COMPILE_WARNING/constant 
  (typeinteger/type)
 /entry
 entry
  Compile-time warnings (non-fatal errors). This is like an
  constantE_WARNING/constant, except it is generated by the Zend
  Scripting Engine. PHP 4 only.
 /entry
/row

row
 entry256/entry
 entry
  constantE_USER_ERROR/constant 
  (typeinteger/type)
 /entry
 entry
  User-generated error message. This is like an
  constantE_ERROR/constant, except it is generated in PHP code by
  using the PHP function functiontrigger_error/function.
  PHP 4 only.
 /entry
/row

row
 entry512/entry
 entry
  constantE_USER_WARNING/constant 
  (typeinteger/type)
 /entry
 entry

[PHP-DOC] cvs: phpdoc /en/reference/exec reference.xml

2002-05-06 Thread Friedhelm Betz

betzMon May  6 03:15:34 2002 EDT

  Modified files:  
/phpdoc/en/reference/exec   reference.xml 
  Log:
  new structure
  
Index: phpdoc/en/reference/exec/reference.xml
diff -u phpdoc/en/reference/exec/reference.xml:1.2 
phpdoc/en/reference/exec/reference.xml:1.3
--- phpdoc/en/reference/exec/reference.xml:1.2  Mon Apr 15 14:56:34 2002
+++ phpdoc/en/reference/exec/reference.xml  Mon May  6 03:15:33 2002
 -1,16 +1,51 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
  reference id=ref.exec
   titleProgram Execution functions/title
   titleabbrevProgram Execution/titleabbrev
 
   partintro
+   section id=exec.intro
+   reftitle.intro;
simpara
 Those functions provides means to executes commands on the
-system itself, and means secure such commands. Those functions
-are also closely related to the 
-link linkend=language.operators.executionbacktick operator/link.
+system itself, and means secure such commands.
/simpara
+   /section
+
+   section id=exec.requirenments
+reftitle.required;
+no.requirement;
+   /section
+
+   section id=exec.installation
+reftitle.install;
+no.install;
+   /section
+
+   section id=exec.configuration
+reftitle.runtime;
+no.config;
+   /section
+
+   section id=exec.resources
+reftitle.resources;
+no.resource
+   /section
+
+   section id=exec.constants
+reftitle.constants;
+no.constants;
+   /section
+
+   section id=exec.seealso
+   reftitle.seealso;
+para
+ Those functions are also closely related to the 
+ link linkend=language.operators.executionbacktick operator/link.
+/para
+   /section
+
   /partintro
 
 reference.exec.functions;





[PHP-DOC] cvs: phpdoc /en/reference/fbsql constants.xml reference.xml

2002-05-06 Thread Friedhelm Betz

betzMon May  6 03:16:07 2002 EDT

  Added files: 
/phpdoc/en/reference/fbsql  constants.xml 

  Modified files:  
/phpdoc/en/reference/fbsql  reference.xml 
  Log:
  new structure and constants extra
  

Index: phpdoc/en/reference/fbsql/reference.xml
diff -u phpdoc/en/reference/fbsql/reference.xml:1.2 
phpdoc/en/reference/fbsql/reference.xml:1.3
--- phpdoc/en/reference/fbsql/reference.xml:1.2 Mon Apr 15 14:56:34 2002
+++ phpdoc/en/reference/fbsql/reference.xml Mon May  6 03:16:06 2002
 -1,33 +1,66 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
  reference id=ref.fbsql
   titleFrontBase Functions/title
   titleabbrevFrontBase/titleabbrev
   partintro
-   simpara
-These functions allow you to access FrontBase database servers. In
-order to have these functions available, you must compile php with
-fbsql support by using the option
-role=configure--with-fbsql/option option. If you use this
-option without specifying the path to fbsql, php will search for
-the fbsql client libraries in the default installation location
-for the platform. Users who installed FrontBase in a non standard
-directory should always specify the path to fbsql: option
-role=configure--with-fbsql=/path/to/fbsql/option.  This will
-force php to use the client libraries installed by FrontBase,
-avoiding any conflicts.
-   /simpara
-   simpara
-More information about FrontBase can be found at ulink
-url=url.fbsql;url.fbsql;/ulink.
-   /simpara
-   simpara
-Documentation for FrontBase can be found at ulink
-url=url.fbsql.docs;url.fbsql.docs;/ulink.
-   /simpara
-   simpara
-Frontbase support has been added to PHP 4.0.6.
-   /simpara
+   
+   section id=fbsql.intro
+   reftitle.intro;
+simpara
+ These functions allow you to access FrontBase database servers.
+ More information about FrontBase can be found at ulink
+ url=url.fbsql;url.fbsql;/ulink.
+/simpara
+simpara
+ Documentation for FrontBase can be found at ulink
+ url=url.fbsql.docs;url.fbsql.docs;/ulink.
+/simpara
+simpara
+ Frontbase support has been added to PHP 4.0.6.
+/simpara
+   /section
+
+   section id=fbsql.requirenments
+reftitle.required;
+para
+ You must install the FrontBase database server or at least the
+ fbsql client libraries to use this functions. You can get FrontBase
+ from ulink url=url.fbsql;url.fbsql;/ulink.
+/para
+   /section
+
+   section id=fbsql.installation
+reftitle.install;
+para
+ In order to have these functions available, you must compile PHP with
+ fbsql support by using the option role=configure--with-fbsql/option
+ option. If you use this option without specifying the path to fbsql,
+ PHP will search for the fbsql client libraries in the default
+ installation location for the platform. Users who installed FrontBase
+ in a non standard directory should always specify the path to fbsql:
+ option role=configure--with-fbsql=/path/to/fbsql/option. This will
+ force PHP to use the client libraries installed by FrontBase, avoiding any
+ conflicts.
+/para
+   /section
+
+   section id=fbsql.configuration
+reftitle.runtime;
+para
+/para
+   /section
+
+   section id=fbsql.resources
+reftitle.resources;
+para
+/para
+   /section
+
+
+
+   reference.fbsql.constants;
+
   /partintro
 
 reference.fbsql.functions;

Index: phpdoc/en/reference/fbsql/constants.xml
+++ phpdoc/en/reference/fbsql/constants.xml
?xml version=1.0 encoding=iso-8859-1?
!-- $Revision: 1.1 $ --
section id=fbsql.constants
 reftitle.constants;
 extension.constants;
 variablelist
  varlistentry
   term
constantFBSQL_ASSOC/constant 
(link linkend=language.types.integerinteger/link)
   /term
   listitem
simpara
 
/simpara
   /listitem
  /varlistentry
  varlistentry
   term
constantFBSQL_NUM/constant 
(link linkend=language.types.integerinteger/link)
   /term
   listitem
simpara
 
/simpara
   /listitem
  /varlistentry
  varlistentry
   term
constantFBSQL_BOTH/constant 
(link linkend=language.types.integerinteger/link)
   /term
   listitem
simpara
 
/simpara
   /listitem
  /varlistentry
  varlistentry
   term
constantFBSQL_LOCK_DEFERRED/constant 
(link linkend=language.types.integerinteger/link)
   /term
   listitem
simpara
 
/simpara
   /listitem
  /varlistentry
  varlistentry
   term
constantFBSQL_LOCK_OPTIMISTIC/constant 
(link linkend=language.types.integerinteger/link)
   /term
   listitem
simpara
 
/simpara
   /listitem
  /varlistentry
  varlistentry
   term
constantFBSQL_LOCK_PESSIMISTIC/constant 
(link linkend=language.types.integerinteger/link)
   /term
   listitem
simpara
 
/simpara
   /listitem
  /varlistentry
  varlistentry
   term

[PHP-DOC] cvs: phpdoc /en/reference/fdf constants.xml reference.xml

2002-05-06 Thread Friedhelm Betz

betzMon May  6 03:16:32 2002 EDT

  Added files: 
/phpdoc/en/reference/fdfconstants.xml 

  Modified files:  
/phpdoc/en/reference/fdfreference.xml 
  Log:
  new structure and constants extra
  

Index: phpdoc/en/reference/fdf/reference.xml
diff -u phpdoc/en/reference/fdf/reference.xml:1.2 
phpdoc/en/reference/fdf/reference.xml:1.3
--- phpdoc/en/reference/fdf/reference.xml:1.2   Mon Apr 15 14:56:35 2002
+++ phpdoc/en/reference/fdf/reference.xml   Mon May  6 03:16:32 2002
 -1,26 +1,19 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
  reference id=ref.fdf
   titleForms Data Format functions/title
   titleabbrevFDF/titleabbrev
 
   partintro
 
+   section id=fdf.intro
+   reftitle.intro;
simpara
 Forms Data Format (FDF) is a format for handling
 forms within PDF documents. You should read the documentation at 
 ulink url=spec.pdf.fdf;spec.pdf.fdf;/ulink
 for more information on what FDF is and how it is used in general.
/simpara
-
-   notesimpara
-If you run into problems configuring php with fdftk support, check
-whether the header file FdfTk.h and the library libFdfTk.so are at
-the right place. They should be in fdftk-dir/include and
-fdftk-dir/lib. This will not be the case if you just unpack
-the FdfTk distribution.
-   /simpara/note
-
simpara
 The general idea of FDF is similar to HTML forms. The difference is
 basically the format how data is transmitted to the server when the submit
 -52,12 +45,53 
 functionfdf_set_status/function. Fields are modified with
 functionfdf_set_value/function, functionfdf_set_opt/function etc..
/simpara
-   simpara
-The following examples shows just the evaluation of form data./simpara
-   simpara/simpara
-example
- titleEvaluating a FDF document/title
- programlisting
+   /section
+
+   section id=fdf.requirenments
+reftitle.required;
+para
+ You must download the FDF toolkit from
+ ulink url=spec.pdf.fdf;spec.pdf.fdf;/ulink.
+/para
+   /section
+   
+   section id=fdf.installation
+reftitle.install;
+ simpara
+  You must compile PHP with
+  option role=configure--with-fdftk[=DIR]/option.
+ /simpara
+ note
+ simpara
+  If you run into problems configuring PHP with fdftk support, check
+  whether the header file FdfTk.h and the library libFdfTk.so are at
+  the right place. They should be in fdftk-dir/include and
+  fdftk-dir/lib. This will not be the case if you just unpack
+  the FdfTk distribution.
+ /simpara
+/note
+   /section
+
+   section id=fdf.configuration
+reftitle.runtime;
+no.config;
+   /section
+
+   section id=fdf.resources
+reftitle.resources;
+para
+/para
+   /section
+
+   reference.fdf.constants;
+
+   section id=fdf.examples
+   reftitle.examples;
+para
+ The following examples shows just the evaluation of form data.
+ example
+  titleEvaluating a FDF document/title
+   programlisting role=php
 ![CDATA[
 ?php
 // Save the FDF data into a temp file
 -93,9 +127,11 
 fdf_close($fdf);
 ?
 ]]
- /programlisting
-/example
-
+   /programlisting
+ /example
+/para
+   /section
+   
   /partintro
 
 reference.fdf.functions;

Index: phpdoc/en/reference/fdf/constants.xml
+++ phpdoc/en/reference/fdf/constants.xml
?xml version=1.0 encoding=iso-8859-1?
!-- $Revision: 1.1 $ --
section id=fdf.constants
 reftitle.constants;
 extension.constants;
 variablelist 
  varlistentry
   term
constantFDFValue/constant
(link linkend=language.types.integerinteger/link)
   /term 
   listitem 
simpara 

/simpara
   /listitem
  /varlistentry
  varlistentry
   term
constantFDFStatus/constant
(link linkend=language.types.integerinteger/link)
   /term 
   listitem 
simpara 

/simpara
   /listitem
  /varlistentry
  varlistentry
   term
constantFDFFile/constant 
(link linkend=language.types.integerinteger/link)
   /term 
   listitem 
simpara 

/simpara
   /listitem
  /varlistentry
  varlistentry
   term
constantFDFID/constant 
(link linkend=language.types.integerinteger/link)
   /term 
   listitem 
simpara 

/simpara
   /listitem
  /varlistentry
  varlistentry
   term
constantFDFFf/constant 
(link linkend=language.types.integerinteger/link)
   /term 
   listitem 
simpara 

/simpara
   /listitem
  /varlistentry
  varlistentry
   term
constantFDFSetFf/constant
(link linkend=language.types.integerinteger/link)
   /term 
   listitem 
simpara 

/simpara
   /listitem
  /varlistentry
  varlistentry
   term
constantFDFClearFf/constant 
(link linkend=language.types.integerinteger/link)
   /term 
   listitem 
simpara 

/simpara
   /listitem
  /varlistentry
  varlistentry
   term
constantFDFFlags/constant
(link linkend=language.types.integerinteger/link)
   /term 
  

[PHP-DOC] cvs: phpdoc /en/reference/filepro reference.xml

2002-05-06 Thread Friedhelm Betz

betzMon May  6 03:16:47 2002 EDT

  Modified files:  
/phpdoc/en/reference/fileproreference.xml 
  Log:
  new structure
  
Index: phpdoc/en/reference/filepro/reference.xml
diff -u phpdoc/en/reference/filepro/reference.xml:1.2 
phpdoc/en/reference/filepro/reference.xml:1.3
--- phpdoc/en/reference/filepro/reference.xml:1.2   Mon Apr 15 14:56:35 2002
+++ phpdoc/en/reference/filepro/reference.xml   Mon May  6 03:16:47 2002
 -1,17 +1,20 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
  reference id=ref.filepro
   titlefilePro functions/title
   titleabbrevfilePro/titleabbrev
 
   partintro
-   simpara
-These functions allow read-only access to data stored in filePro databases.
-   /simpara
-   simpara
-filePro is a registered trademark of fP Technologies, Inc. You can find more
-information about filePro at ulink url=url.filepro;url.filepro;/ulink.
-   /simpara
+   section id=filepro.intro
+   reftitle.intro;
+simpara
+ These functions allow read-only access to data stored in filePro databases.
+/simpara
+simpara
+ filePro is a registered trademark of fP Technologies, Inc. You can find more
+ information about filePro at ulink url=url.filepro;url.filepro;/ulink.
+/simpara
+   /section
   /partintro
 
 reference.filepro.functions;





[PHP-DOC] cvs: phpdoc /en/reference/filesystem reference.xml

2002-05-06 Thread Friedhelm Betz

betzMon May  6 03:17:15 2002 EDT

  Modified files:  
/phpdoc/en/reference/filesystem reference.xml 
  Log:
  new structure
  
Index: phpdoc/en/reference/filesystem/reference.xml
diff -u phpdoc/en/reference/filesystem/reference.xml:1.2 
phpdoc/en/reference/filesystem/reference.xml:1.3
--- phpdoc/en/reference/filesystem/reference.xml:1.2Mon Apr 15 14:56:35 2002
+++ phpdoc/en/reference/filesystem/reference.xmlMon May  6 03:17:13 2002
 -1,14 +1,51 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
  reference id=ref.filesystem
   titleFilesystem functions/title
   titleabbrevFilesystem/titleabbrev
 
   partintro
-   simpara
-For related functions, see also the link linkend=ref.dirDirectory/link
-and link linkend=ref.execProgram Execution/link sections.
-   /simpara
+   section id=filesystem.intro
+   reftitle.intro;
+para
+/para
+   /section
+
+   section id=filesystem.requirenments
+reftitle.required;
+no.requirement;
+   /section
+   
+   section id=filesystem.installation
+reftitle.install;
+no.install;
+   /section
+
+   section id=filesystem.configuration
+reftitle.runtime;
+no.config;
+   /section
+
+   section id=filesystem.resources
+reftitle.resources;
+ para
+ /para
+
+   /section
+
+   section id=filesystem.constants
+reftitle.constants;
+no.constants;
+   /section
+
+   section id=filesystem.seealso
+   reftitle.seealso;
+simpara
+ For related functions, see also the link linkend=ref.dirDirectory/link
+ and link linkend=ref.execProgram Execution/link sections.
+/simpara
+   /section
+
   /partintro
 
 reference.filesystem.functions;





[PHP-DOC] cvs: phpdoc /en/reference/fribidi constants.xml reference.xml

2002-05-06 Thread Friedhelm Betz

betzMon May  6 03:18:24 2002 EDT

  Added files: 
/phpdoc/en/reference/fribidiconstants.xml 

  Modified files:  
/phpdoc/en/reference/fribidireference.xml 
  Log:
  new structure and constants extra
  
Index: phpdoc/en/reference/fribidi/reference.xml
diff -u phpdoc/en/reference/fribidi/reference.xml:1.2 
phpdoc/en/reference/fribidi/reference.xml:1.3
--- phpdoc/en/reference/fribidi/reference.xml:1.2   Mon Apr 15 14:56:38 2002
+++ phpdoc/en/reference/fribidi/reference.xml   Mon May  6 03:18:23 2002
 -1,12 +1,42 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
  reference id=ref.fribidi
   titleFriBiDi functions/title
   titleabbrevFriBiDi functions/titleabbrev
 
   partintro
+   section id=fribidi.intro
+   reftitle.intro;
para
/para
+   /section
+   
+   section id=fribidi.requirenments
+reftitle.required;
+para
+/para
+   /section
+   
+   section id=fribidi.installation
+reftitle.install;
+para
+/para
+   /section
+
+   section id=fribidi.configuration
+reftitle.runtime;
+para
+/para
+   /section
+
+   section id=fribidi.resources
+reftitle.resources;
+para
+/para
+   /section
+
+   reference.fribidi.constants;
+
   /partintro
 
 reference.fribidi.functions;

Index: phpdoc/en/reference/fribidi/constants.xml
+++ phpdoc/en/reference/fribidi/constants.xml
?xml version=1.0 encoding=iso-8859-1?
!-- $Revision: 1.1 $ --
section id=fribidi.constants
 reftitle.constants;
 extension.constants;
 variablelist
  varlistentry
   term
constantFRIBIDI_CHARSET_UTF8/constant 
(link linkend=language.types.integerinteger/link)
   /term
   listitem
simpara
 
/simpara
   /listitem
  /varlistentry
  varlistentry
   term
constantFRIBIDI_CHARSET_8859_6/constant 
(link linkend=language.types.integerinteger/link)
   /term
   listitem
simpara
 
/simpara
   /listitem
  /varlistentry
  varlistentry
   term
constantFRIBIDI_CHARSET_8859_8/constant 
(link linkend=language.types.integerinteger/link)
   /term
   listitem
simpara
 
/simpara
   /listitem
  /varlistentry
  varlistentry
   term
constantFRIBIDI_CHARSET_CP1255/constant 
(link linkend=language.types.integerinteger/link)
   /term
   listitem
simpara
 
/simpara
   /listitem
  /varlistentry
  varlistentry
   term
constantFRIBIDI_CHARSET_CP1256/constant 
(link linkend=language.types.integerinteger/link)
   /term
   listitem
simpara
 
/simpara
   /listitem
  /varlistentry
  varlistentry
   term
constantFRIBIDI_CHARSET_ISIRI_3342/constant 
(link linkend=language.types.integerinteger/link)
   /term
   listitem
simpara
 
/simpara
   /listitem
  /varlistentry
 /variablelist
/section

!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:../../../manual.ced
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
--





[PHP-DOC] cvs: phpdoc /en/reference/ftp constants.xml reference.xml

2002-05-06 Thread Friedhelm Betz

betzMon May  6 03:19:01 2002 EDT

  Added files: 
/phpdoc/en/reference/ftpconstants.xml 

  Modified files:  
/phpdoc/en/reference/ftpreference.xml 
  Log:
  new structure and constants extra
  
Index: phpdoc/en/reference/ftp/reference.xml
diff -u phpdoc/en/reference/ftp/reference.xml:1.2 
phpdoc/en/reference/ftp/reference.xml:1.3
--- phpdoc/en/reference/ftp/reference.xml:1.2   Mon Apr 15 14:56:38 2002
+++ phpdoc/en/reference/ftp/reference.xml   Mon May  6 03:19:01 2002
 -1,62 +1,56 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
  reference id=ref.ftp
   titleFTP functions/title
   titleabbrevFTP/titleabbrev
 
   partintro
-   para
-The functions in this extension implement client access to file
-servers speaking the File Transfer Protocol FTP as defined in 
-ulink url=spec.ftp;spec.ftp;/ulink.
-   /para
-
-  section id=ftp.requirements
-   titleRequirements/title
-   para
-The FTP-extension has no special requirements. It's completely contained
-in PHP.
-   /para
-  /section
-
-  section id=ftp.installation
-   titleInstallation/title
-   para
-In order to use FTP functions with your PHP configuration, you should
-add the link linkend=install.configure.enable-ftp
-option role=configure--enable-ftp/option/link option when
-installing PHP 4, and link linkend=install.configure.with-ftp
-option role=configure--with-ftp/option/link when using PHP 3.
-   /para
-  /section
-
-  section id=ftp.configuration
-   titleConfiguration/title
-   no.config;
-  /section
-
-  section id=ftp.resources
-   titleResource types/title
-   para
-This extension uses one resource-type, which is the link-identifier
-of the ftp-connection.
-   /para
-  /section
-
-  section id=ftp.constants
-   titleConstants/title
-   para
-The following constants are defined when using the FTP module:
-constantFTP_ASCII/constant and constantFTP_BINARY/constant.
-   /para
-  /section
-  
-  section id=ftp.examples
-   titleExample/title
-   para
-example
- titleFTP example/title
- programlisting role=php
+   section id=ftp.intro
+   reftitle.intro;
+para
+ The functions in this extension implement client access to file
+ servers speaking the File Transfer Protocol FTP as defined in 
+ ulink url=spec.ftp;spec.ftp;/ulink.
+/para
+   /section
+   
+   section id=ftp.requirements
+reftitle.required;
+no.requirement;
+   /section
+
+   section id=ftp.installation
+   reftitle.install;
+para
+ In order to use FTP functions with your PHP configuration, you should
+ add the link linkend=install.configure.enable-ftp
+ option role=configure--enable-ftp/option/link option when
+ installing PHP 4, and link linkend=install.configure.with-ftp
+ option role=configure--with-ftp/option/link when using PHP 3.
+/para
+   /section
+
+   section id=ftp.configuration
+   reftitle.runtime;
+no.config;
+   /section
+
+   section id=ftp.resources
+   reftitle.resources;
+para
+ This extension uses one resource-type, which is the link-identifier
+ of the ftp-connection.
+/para
+   /section
+
+   reference.ftp.constants;
+   
+   section id=ftp.examples
+reftitle.examples;
+para
+ example
+  titleFTP example/title
+  programlisting role=php
 ![CDATA[
 ?php
 // set up basic connection

Index: phpdoc/en/reference/ftp/constants.xml
+++ phpdoc/en/reference/ftp/constants.xml
?xml version=1.0 encoding=iso-8859-1?
!-- $Revision: 1.1 $ --
section id=ftp.constants
 reftitle.constants;
 extension.constants;
 variablelist
  varlistentry
   term
constantFTP_ASCII/constant 
(link linkend=language.types.integerinteger/link)
   /term
   listitem
simpara
 
/simpara
   /listitem
  /varlistentry
  varlistentry
   term
constantFTP_TEXT/constant 
(link linkend=language.types.integerinteger/link)
   /term
   listitem
simpara
 
/simpara
   /listitem
  /varlistentry
  varlistentry
   term
constantFTP_BINARY/constant 
(link linkend=language.types.integerinteger/link)
   /term
   listitem
simpara
 
/simpara
   /listitem
  /varlistentry
  varlistentry
   term
constantFTP_IMAGE/constant 
(link linkend=language.types.integerinteger/link)
   /term
   listitem
simpara
 
/simpara
   /listitem
  /varlistentry
  varlistentry
   term
constantFTP_TIMEOUT_SEC/constant 
(link linkend=language.types.integerinteger/link)
   /term
   listitem
simpara
 
/simpara
   /listitem
  /varlistentry
 /variablelist
/section

!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:../../../manual.ced
sgml-exposed-tags:nil
sgml-local-catalogs:nil

Re: [PHP-DOC] Where to document the (not so new but still new) CLI sapi?

2002-05-06 Thread Friedhelm Betz


Hi,

Sunday, May 05, 2002, 8:18:27 PM, you wrote:

 Hi,

 maybe ... either way, it should be there soon so we can start
 documenting it. We can move things always around later (it's
 not like PHP where we would break API BC or so ;-)

 - Markus

 On Sun, May 05, 2002 at 08:09:08PM +0200, Gabor Hojtsy wrote : 
  Where should the new CLI sapi be documented?
  
  There are certain unique changes done to the SAPI which have
  to be documented ASAP. Can someone with a good understanding
  of the phpdoc structure create a new section somewhere so
  people can contribute and properly document it?
 
 The question is if there would be any documentation for
 the other SAPIs? If yes, then we need to open a new chapter
 in the intro part I think. Or maybe a new appendix.
 
 Goba
 

What about Features/Comandline Scripting with the content of
appendices/commandline.xml plus the cli-doku?



 Friedhelm   




Re: [PHP-DOC] Fwd: Php kezikonyv

2002-05-06 Thread Gabor Hojtsy

 Got this email today, but I do not know Hungarian.
 Forwarding it to the list in case it is
 important/useful.

I got this, and replyed.

Goba





Re: [PHP-DOC] Where to document the (not so new but still new) CLIsapi?

2002-05-06 Thread Gabor Hojtsy

 What about Features/Comandline Scripting with the content of
 appendices/commandline.xml plus the cli-doku?

Agreed.

Goba





[PHP-DOC] cvs: phpdoc /entities global.ent

2002-05-06 Thread Friedhelm Betz

betzMon May  6 06:35:18 2002 EDT

  Modified files:  
/phpdoc/entitiesglobal.ent 
  Log:
  two urls for gettext added
  
Index: phpdoc/entities/global.ent
diff -u phpdoc/entities/global.ent:1.21 phpdoc/entities/global.ent:1.22
--- phpdoc/entities/global.ent:1.21 Wed May  1 08:21:11 2002
+++ phpdoc/entities/global.ent  Mon May  6 06:35:18 2002
 -1,6 +1,6 
 !-- -*- SGML -*-
 
- $Id: global.ent,v 1.21 2002/05/01 12:21:11 cortesi Exp $
+ $Id: global.ent,v 1.22 2002/05/06 10:35:18 betz Exp $
 
  Contains global macros for all the XML documents.
 
 -58,6 +58,8 
 !ENTITY url.freeodbc http://users.ids.net/~bjepson/freeODBC/;
 !ENTITY url.gd http://www.boutell.com/gd/;
 !ENTITY url.gdbm ftp://ftp.gnu.org/pub/gnu/gdbm/;
+!ENTITY url.gettext http://www.gnu.org/software/gettext/gettext.html;
+!ENTITY url.gettext.docs http://www.gnu.org/manual/gettext/index.html;
 !ENTITY url.gmp http://www.swox.com/gmp/;
 !ENTITY url.gnu.man.date-input 
http://www.gnu.org/manual/tar-1.12/html_chapter/tar_7.html;
 !ENTITY url.hyperwave http://www.hyperwave.com/;





[PHP-DOC] cvs: phpdoc / manual.xml.in

2002-05-06 Thread Friedhelm Betz

betzMon May  6 06:40:32 2002 EDT

  Modified files:  
/phpdoc manual.xml.in 
  Log:
  moved commandline.xml from appendices to features
  
Index: phpdoc/manual.xml.in
diff -u phpdoc/manual.xml.in:1.117 phpdoc/manual.xml.in:1.118
--- phpdoc/manual.xml.in:1.117  Thu Apr 18 03:48:59 2002
+++ phpdoc/manual.xml.inMon May  6 06:40:32 2002
 -70,6 +70,7 
   features.connection-handling;
   features.persistent-connections;
   features.safe-mode;
+  features.commandline;
  /part
 
  part id=funcref
 -208,7 +209,6 
  part id=appendixes
   titleAppendixes;/title
   appendices.history;
-  appendices.commandline;
   appendices.migration4;
   appendices.migration;
   appendices.debugger;





[PHP-DOC] cvs: phpdoc /en/features commandline.xml

2002-05-06 Thread Friedhelm Betz

betzMon May  6 06:43:56 2002 EDT

  Added files: 
/phpdoc/en/features commandline.xml 
  Log:
  moved commandline to chapters/features
  id correction in commandline.xml for chapters/features
  


Index: phpdoc/en/features/commandline.xml
+++ phpdoc/en/features/commandline.xml
?xml version=1.0 encoding=iso-8859-1?
!-- $Revision: 1.1 $ --
!-- 
   TODO:
   
 The command line options not in the
 list, but in the -h output below:
   
   -e, -z

 It would be best to document these, and
 collect more info about -c and -d!
--
chapter id=features.commandline
 titleUsing PHP from the command line/title
 para
  The command line options of the PHP executable are useful
  if you would like to debug or test your PHP setup, but they
  can also be handy, if you would like to use PHP for a
  different purpose than web scripting.
 /para
 para
  Note, that you can always direct the output of the PHP
  executable to an external file with the gt; character,
  so literalphp -q test.php  test.html/literal will
  print out the output of filenametest.php/filename
  without HTTP headers to the filenametest.html/filename
  file in the same directory.
 /para
 para
  You can only use these command line options if you have
  the PHP executable. If you built the server module
  version, and you have no CGI version available on your
  machine, than you have no chance to use these options.
  For Windows users both the PHP executable and the server
  modules are in the binary package, the executable is
  named filenamephp.exe/filename.
 /para
 para
  This list of command line options is consistent with PHP 4.0.6.
  You can get the actual list and some one line descriptions
  with the literal-h/literal option. The output of
  literalphp -h/literal should be something like this:
  screen
![CDATA[
Usage: php [-q] [-h] [-s [-v] [-i] [-f file] |  {file [args...]}
  -q Quiet-mode.  Suppress HTTP Header output.
  -s Display colour syntax highlighted source.
  -f file  Parse file.  Implies `-q'
  -v Version number
  -C Do not chdir to the script's directory
  -c path  Look for php.ini file in this directory
  -d foo[=bar]   Define INI entry foo with value 'bar'
  -e Generate extended information for debugger/profiler
  -z file  Load Zend extension file.
  -l Syntax check only (lint)
  -m Show compiled in modules
  -i PHP information
  -h This help
]]
  /screen
 /para
 para
  Here we list some of the most important command line options
  with detailed explanations.
 /para
 para
  table
   titleCommand line options/title
   tgroup cols=2
thead
 row
  entryOption/entry
  entryDescription/entry
 /row
/thead
tbody
 row
  entry-q/entry
  entry
   Suppress HTTP headers output. Normally PHP prints out
   HTTP headers for the calling program (ie. webserver)
   to hand on to the browser. When writing command line
   applications these headers are useless.
  /entry
 /row
 row
  entry-s/entry
  entry
   Display the color highlighted source of the file
   given with its name. This is the same as if you were
   printing out the source using the
   functionhighlight_file/function function in
   a PHP script.
  /entry
 /row
 row
  entry-f/entry
  entry
   Parse the file given, and search for syntactical and
   fatal errors. This option implies -q. Use for
   debugging purposes.
  /entry
 /row
 row
  entry-v/entry
  entry
   By calling PHP with this option, you can ask
   it to print out its version number, ie: 4.0.6. 
  /entry
 /row
 row
  entry-C/entry
  entry
   Normally PHP changes the working directory to the
   running scripts directory. This makes it possible
   for example, to open files in the same directory,
   with only specifying the name of the file. If you
   would like to disable this directory change, use
   this option.
  /entry
 /row
 row
  entry-c/entry
  entry
   Using this option, you can specify an alternative
   php.ini; path, so PHP will
   search your configurations file in this path
   instead of the default one.
  /entry
 /row
 row
  entry-d/entry
  entry
   With this option, you can set individual 
   php.ini; settings in the
   time of running a script.
  /entry
 /row
 row
  entry-l/entry
  entry
   Check the file given for syntax errors. This
   option implies -q. Use for debugging purposes.
   This option won't find fatal errors (like undefined
   functions). Use -f if you would like to test
   for fatal errors too.
  /entry
 /row
 row
  entry-m/entry
  entry
   Using this option, PHP prints out the built in
   (and loaded) PHP 

[PHP-DOC] cvs: phpdoc /en/chapters config.xml install.general.xml intro.xml

2002-05-06 Thread Friedhelm Betz

betzMon May  6 06:46:23 2002 EDT

  Modified files:  
/phpdoc/en/chapters config.xml install.general.xml intro.xml 
  Log:
  link correction for commandline
  
Index: phpdoc/en/chapters/config.xml
diff -u phpdoc/en/chapters/config.xml:1.50 phpdoc/en/chapters/config.xml:1.51
--- phpdoc/en/chapters/config.xml:1.50  Fri Apr 12 21:22:40 2002
+++ phpdoc/en/chapters/config.xml   Mon May  6 06:46:22 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.50 $ --
+!-- $Revision: 1.51 $ --
  chapter id=configuration
   titleConfiguration/title
 
 -628,7 +628,7 
 (that would contain the GET information).
/simpara
simpara
- See also link linkend=commandlinecommand line/link.
+ See also link linkend=features.commandlinecommand line/link.
  Also, this directive became available in PHP 4.0.0 and 
   was always on before that.
 /simpara
Index: phpdoc/en/chapters/install.general.xml
diff -u phpdoc/en/chapters/install.general.xml:1.1 
phpdoc/en/chapters/install.general.xml:1.2
--- phpdoc/en/chapters/install.general.xml:1.1  Mon Jan 14 14:40:01 2002
+++ phpdoc/en/chapters/install.general.xml  Mon May  6 06:46:22 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.1 $ --
+!-- $Revision: 1.2 $ --
   sect1 id=install.general
titleGeneral Installation Considerations/title
para
 -48,7 +48,7 
 for you offline, or processing text files depending
 on some arguments you pass to them), you always need
 the command line executable. For more information, read
-the section about link linkend=commandlinewriting
+the section about link linkend=features.commandlinewriting
 command line PHP applications/link. In this case,
 you need no server and no browser.
/para
Index: phpdoc/en/chapters/intro.xml
diff -u phpdoc/en/chapters/intro.xml:1.33 phpdoc/en/chapters/intro.xml:1.34
--- phpdoc/en/chapters/intro.xml:1.33   Wed Apr 24 18:06:39 2002
+++ phpdoc/en/chapters/intro.xmlMon May  6 06:46:22 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.33 $ --
+!-- $Revision: 1.34 $ --
  chapter id=introduction
   titleIntroduction/title
 
 -100,7 +100,7 
executed using cron (on *nix or Linux) or Task Scheduler (on
Windows). These scripts can also be used for simple text
processing tasks. See the section about 
-   link linkend=commandlineCommand line usage of PHP/link
+   link linkend=features.commandlineCommand line usage of PHP/link
for more information.
   /simpara
  /listitem





[PHP-DOC] cvs: phpdoc /en/faq using.xml

2002-05-06 Thread Friedhelm Betz

betzMon May  6 06:46:41 2002 EDT

  Modified files:  
/phpdoc/en/faq  using.xml 
  Log:
  link correction for commandline
  
Index: phpdoc/en/faq/using.xml
diff -u phpdoc/en/faq/using.xml:1.17 phpdoc/en/faq/using.xml:1.18
--- phpdoc/en/faq/using.xml:1.17Sat May  4 08:16:01 2002
+++ phpdoc/en/faq/using.xml Mon May  6 06:46:41 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.17 $ --
+!-- $Revision: 1.18 $ --
 chapter id=faq.using
   titleUsing PHP/title
   titleabbrevUsing PHP/titleabbrev
 -195,7 +195,7 
  para
   Also, both IE and Lynx ignore any NULs (literal\0/literal) in 
   the HTML stream, Netscape does not.  The best way to check for this is 
-  to compile the link linkend=commandlinecommand line/link version of 
+  to compile the link linkend=features.commandlinecommand line/link version 
+of 
   PHP (also known as the CGI version) and run your script from the
   command line.  In *nix, pipe it through literalod -c/literal and look 
   for any literal\0/literal characters.  If you are on Windows you need 





[PHP-DOC] cvs: phpdoc /en/reference/gettext reference.xml

2002-05-06 Thread Friedhelm Betz

betzMon May  6 06:53:56 2002 EDT

  Modified files:  
/phpdoc/en/reference/gettextreference.xml 
  Log:
  new structure and some links
  
Index: phpdoc/en/reference/gettext/reference.xml
diff -u phpdoc/en/reference/gettext/reference.xml:1.2 
phpdoc/en/reference/gettext/reference.xml:1.3
--- phpdoc/en/reference/gettext/reference.xml:1.2   Mon Apr 15 14:56:39 2002
+++ phpdoc/en/reference/gettext/reference.xml   Mon May  6 06:53:56 2002
 -1,16 +1,53 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
  reference id=ref.gettext
   titleGettext/title
   titleabbrevgettext/titleabbrev
 
   partintro
-   simpara
-The gettext functions implement a NLS (Native Language Support)
-API which can be used to internationalize your PHP applications.
-Please see the gettext documentation from your system for a thorough
-explanation of these functions.
-   /simpara
+   section id=gettext.intro
+   reftitle.intro;
+simpara
+ The gettext functions implement a NLS (Native Language Support)
+ API which can be used to internationalize your PHP applications.
+ Please see the gettext documentation from your system for a thorough
+ explanation of these functions or view the docs at
+ ulink url=url.gettext.docs;url.gettext.docs;/ulink.
+/simpara
+   /section
+
+   section id=gettext.requirenments
+reftitle.required;
+para
+ To use this functions you must download and install the GNU gettext
+ package from ulink url=url.gettext;url.gettext;/ulink
+/para
+   /section
+
+   section id=gettext.installation
+reftitle.install;
+para
+ To include GNU gettext support in your PHP build you must add the option
+ option role=configure--with-gettext[=DIR]/option where DIR is the
+ gettext install directory, defaults to /usr/local.
+/para
+   /section
+
+   section id=gettext.configuration
+reftitle.runtime;
+no.config;
+   /section
+
+   section id=gettext.resources
+reftitle.resources;
+no.resource;
+   /section
+
+   section id=gettext.constants
+reftitle.constants;
+no.constants;
+   /section
+
   /partintro
 
 reference.gettext.functions;





[PHP-DOC] cvs: phpdoc / reserved.constants.xml.in

2002-05-06 Thread Friedhelm Betz

betzMon May  6 06:56:56 2002 EDT

  Modified files:  
/phpdoc reserved.constants.xml.in 
  Log:
  removed already integrated parts
  
Index: phpdoc/reserved.constants.xml.in
diff -u phpdoc/reserved.constants.xml.in:1.6 phpdoc/reserved.constants.xml.in:1.7
--- phpdoc/reserved.constants.xml.in:1.6Mon May  6 03:20:51 2002
+++ phpdoc/reserved.constants.xml.inMon May  6 06:56:56 2002
 -3,7 +3,6 
   titleReservedConstants;/title
   appendices.reserved.constants.core;
   appendices.reserved.constants.gd;
-  appendices.reserved.constants.gmp;
   appendices.reserved.constants.hyperwave;
   appendices.reserved.constants.imap;
   appendices.reserved.constants.ingres;





Re: [PHP-DOC] Where to document the (not so new but still new) CLI sapi?

2002-05-06 Thread Friedhelm Betz


 What about Features/Comandline Scripting with the content of
 appendices/commandline.xml plus the cli-doku?

 Agreed.

I just moved the commandline.xml from appendices to
features/commandline (also  correcting id and links).
Docu for cli could go here.


 Friedhelm   




RE: [PHP-DOC] split complete, here's how to fix your checkout

2002-05-06 Thread Simone Cortesi

At 16.11 05/05/02 +0100, James Cox wrote:

Guys, would there be uproar if we split up the cvs avail for each language?
ie, i'm not going to need to be touching hebrew, japanese style languages --
given i have no idea how to type them, etc :)

Also, splitting up the avail file will mean it should become easier to see
who's translating what; as well as removing the potential for mistakes.

I usually make changes to /it and /en, but sometimes I commit to all other 
languages. Like I did after banana-split to correct some errors in the 
various reference.xml files. And when I spot problems in the build 
processes of other languages.

However, IMHO, you can split the avail files, but ask everybody if he want 
commit rights just to thier own translation + /en or not. Maybe this is not 
feasible.

Or work out something different like having some ppl with access to the 
whole manual (including those interested in checking if all the manuals are 
building correctly) and ppl who are just translating to a specified 
language and thus dont need access to other languages.

Ciao,
Simone.




[PHP-DOC] Bug #17028 Updated: [chm] bug on language.types.resource.html

2002-05-06 Thread dw59

 ID:   17028
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Open
 Bug Type: Documentation problem
 Operating System: windows
 PHP Version:  4.1.2
 New Comment:

WinME (4.90.3000) + IE 5.5 (128-bit Cipher Strength)

Thanks,
Dennis Williams


Previous Comments:


[2002-05-06 04:07:55] [EMAIL PROTECTED]

Strange. I still cannot reproduce any of these bugs with IE6 + Winxp
and IE5 + Win2k. What Win OS do you have?

Goba



[2002-05-06 01:06:31] [EMAIL PROTECTED]

I have found a bug on page language.types.resource.html
[chm date: 2002-04-20]...

I don't know if this is exactly a bug...it seems to do with IE 5.5 and
script debugging.  (I do have Microsoft Script Debugger installed on my
system.)  Even though I have script debugging turned off (and continue
flag set to true when scripting errors encountered) I still get this
pop-up on most pages in the .chm format help file:

Internet Explorer Script Error

An error has occurred in the script on this page.

Line:  3
Char:  25
Error:  'document.all.unotes' is null or not an object
Code:  0
URL:  ...

Do you want to continue running scripts on this page? Yes|No

Line number, character number and error message seem to remain constant
on all pages where this occurs.

Thanks,
Dennis Williams







-- 
Edit this bug report at http://bugs.php.net/?id=17028edit=1




[PHP-DOC] cvs: phpdoc /en/reference/sockets/functions socket-select.xml

2002-05-06 Thread Markus Fischer

mfischerMon May  6 10:51:46 2002 EDT

  Modified files:  
/phpdoc/en/reference/sockets/functions  socket-select.xml 
  Log:
  - Typo.
  # Now I know how closely others are reading my commits :-)
  
  
Index: phpdoc/en/reference/sockets/functions/socket-select.xml
diff -u phpdoc/en/reference/sockets/functions/socket-select.xml:1.4 
phpdoc/en/reference/sockets/functions/socket-select.xml:1.5
--- phpdoc/en/reference/sockets/functions/socket-select.xml:1.4 Wed May  1 05:31:56 
2002
+++ phpdoc/en/reference/sockets/functions/socket-select.xml Mon May  6 10:51:41 
+2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.4 $ --
+!-- $Revision: 1.5 $ --
 !-- splitted from ./en/functions/sockets.xml, last change in rev 1.27 --
   refentry id=function.socket-select
refnamediv
 -97,7 +97,7 
 /note
 note
  para
-  Be aware that some socket imeplementations need to be handled very
+  Be aware that some socket implementations need to be handled very
   carefully. A few basic rules:
   itemizedlist
listitem





RE: [PHP-DOC] split complete, here's how to fix your checkout

2002-05-06 Thread James Cox


 I usually make changes to /it and /en, but sometimes I commit to
 all other
 languages. Like I did after banana-split to correct some errors in the
 various reference.xml files. And when I spot problems in the build
 processes of other languages.

 However, IMHO, you can split the avail files, but ask everybody
 if he want
 commit rights just to thier own translation + /en or not. Maybe
 this is not
 feasible.

 Or work out something different like having some ppl with access to the
 whole manual (including those interested in checking if all the
 manuals are
 building correctly) and ppl who are just translating to a specified
 language and thus dont need access to other languages.

I agree. would it seem inappropriate to maintain full phpdoc access for
people who are interested in managing all of it (as simone suggested), as
well as language + en for people who just want to translate?

James




[PHP-DOC] swftextfield()

2002-05-06 Thread Hans Halfar

There is an option missing, which is REALLY important

SWFTEXTFIELD_HTML

enables richt text formatting via html in your textfield
and that is extremely helpful

cheers Jan




[PHP-DOC] cvs: phpdoc /en/reference/ming/functions swftextfield.xml

2002-05-06 Thread Sander Roobol

sander  Mon May  6 14:46:59 2002 EDT

  Modified files:  
/phpdoc/en/reference/ming/functions swftextfield.xml 
  Log:
  Added SWFTEXTFIELD_HTML and SWFTEXTFIELD_HASLENGTH constants.
  # Can anyone add a description to SWFTEXTFIELD_HASLENGTH? 
  
  
Index: phpdoc/en/reference/ming/functions/swftextfield.xml
diff -u phpdoc/en/reference/ming/functions/swftextfield.xml:1.2 
phpdoc/en/reference/ming/functions/swftextfield.xml:1.3
--- phpdoc/en/reference/ming/functions/swftextfield.xml:1.2 Wed Apr 17 02:40:38 
2002
+++ phpdoc/en/reference/ming/functions/swftextfield.xml Mon May  6 14:46:59 2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 !-- splitted from ./en/functions/ming.xml, last change in rev 1.24 --
   refentry id=function.swftextfield
refnamediv
 -25,17 +25,17 
  itemizedlist
   listitem
simpara
-SWFTEXTFIELD_NOEDIT indicates that the field shouldn't be user-editable
+SWFTEXTFIELD_DRAWBOX draws the outline of the textfield
/simpara
   /listitem
   listitem
simpara
-SWFTEXTFIELD_PASSWORD obscures the data entry
+SWFTEXTFIELD_HASLENGTH !-- TODO: what does this constant mean? --
/simpara
   /listitem
   listitem
simpara
-SWFTEXTFIELD_DRAWBOX draws the outline of the textfield
+SWFTEXTFIELD_HTML allows text markup using HTML-tags
/simpara
   /listitem
   listitem
 -45,12 +45,22 
   /listitem
   listitem
simpara
-SWFTEXTFIELD_WORDWRAP allows text to wrap
+SWFTEXTFIELD_NOEDIT indicates that the field shouldn't be user-editable
/simpara
   /listitem
   listitem
simpara
 SWFTEXTFIELD_NOSELECT makes the field non-selectable 
+   /simpara
+  /listitem
+  listitem
+   simpara
+SWFTEXTFIELD_PASSWORD obscures the data entry
+   /simpara
+  /listitem
+  listitem
+   simpara
+SWFTEXTFIELD_WORDWRAP allows text to wrap
/simpara
   /listitem
  /itemizedlist





[PHP-DOC] Bug #17052 Updated: problem with operator and variables

2002-05-06 Thread mfischer

 ID:   17052
 Updated by:   [EMAIL PROTECTED]
 Reported By:  [EMAIL PROTECTED]
 Status:   Duplicate
-Bug Type: Performance problem
+Bug Type: Documentation problem
 Operating System: Linux
 PHP Version:  4.1.2
 New Comment:

Achja, and it's a documentation problem . . .


Previous Comments:


[2002-05-06 18:04:05] [EMAIL PROTECTED]

This is due that variables imported into functions with the global
statement are in fact references. There are open reports about this
issue, marking it as duplicate for now (#14645).



[2002-05-06 17:46:46] [EMAIL PROTECTED]

this is ok

?

$a=$b;
$a=5;
echo($b);

?



but when I declare these variables as globals in a function it doesn't
work

?

function foo() {
  global $a, $b;
  $a=$b;
}

foo();
$a=5;
echo($b);

?

It is probably allright. I didn't find anything about this problem.





-- 
Edit this bug report at http://bugs.php.net/?id=17052edit=1