dave Sat Dec 20 20:23:02 2003 EDT
Modified files: /phpdoc/en/chapters config.xml install.configure.misc.xml install.iis.xml install.iplanet.xml install.xitami.xml /phpdoc/en/features commandline.xml /phpdoc/en/language expressions.xml /phpdoc/en/reference/com/functions class.com.xml /phpdoc/en/reference/cpdf/functions cpdf-place-inline-image.xml /phpdoc/en/reference/dba reference.xml /phpdoc/en/reference/http/functions headers-sent.xml /phpdoc/en/reference/imap/functions imap-mail.xml /phpdoc/en/reference/info constants.xml /phpdoc/en/reference/info/functions phpinfo.xml /phpdoc/en/reference/ming configure.xml /phpdoc/en/reference/ming/functions swfdisplayitem.rotateto.xml /phpdoc/en/reference/mnogosearch/functions udm-set-agent-param.xml /phpdoc/en/reference/printer/functions printer-open.xml /phpdoc/en/reference/pspell/functions pspell-config-personal.xml pspell-config-repl.xml /phpdoc/en/reference/sesam reference.xml /phpdoc/en/reference/sesam/functions sesam-fetch-row.xml sesam-field-array.xml sesam-settransaction.xml /phpdoc/en/security index.xml Log: - php -> PHP where appropriate.
Index: phpdoc/en/chapters/config.xml diff -u phpdoc/en/chapters/config.xml:1.112 phpdoc/en/chapters/config.xml:1.113 --- phpdoc/en/chapters/config.xml:1.112 Sun Oct 19 07:57:47 2003 +++ phpdoc/en/chapters/config.xml Sat Dec 20 20:22:45 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.112 $ --> +<!-- $Revision: 1.113 $ --> <chapter id="configuration"> <title>Runtime Configuration</title> @@ -1050,7 +1050,7 @@ non-empty. If PHP is configured with &safemode;, no files outside this directory are served. If PHP was not compiled with FORCE_REDIRECT, you SHOULD set doc_root - if you are running php as a CGI under any web server (other than IIS) + if you are running PHP as a CGI under any web server (other than IIS) The alternative is to use the <link linkend="ini.cgi.force-redirect"> cgi.force_redirect</link> configuration below. </para> Index: phpdoc/en/chapters/install.configure.misc.xml diff -u phpdoc/en/chapters/install.configure.misc.xml:1.11 phpdoc/en/chapters/install.configure.misc.xml:1.12 --- phpdoc/en/chapters/install.configure.misc.xml:1.11 Wed May 14 08:00:02 2003 +++ phpdoc/en/chapters/install.configure.misc.xml Sat Dec 20 20:22:46 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.11 $ --> +<!-- $Revision: 1.12 $ --> <sect3 id="install.configure.options.misc"> <title>Misc options</title> <variablelist> @@ -81,7 +81,7 @@ </term> <listitem> <para> - Include experimental php streams. Do not use unless you are testing the + Include experimental PHP streams. Do not use unless you are testing the code! </para> </listitem> Index: phpdoc/en/chapters/install.iis.xml diff -u phpdoc/en/chapters/install.iis.xml:1.5 phpdoc/en/chapters/install.iis.xml:1.6 --- phpdoc/en/chapters/install.iis.xml:1.5 Mon Jan 20 13:11:52 2003 +++ phpdoc/en/chapters/install.iis.xml Sat Dec 20 20:22:46 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <sect1 id="install.iis"> <title>Servers-IIS/PWS</title> <para> @@ -82,7 +82,7 @@ </para> <para> The following steps do not affect the web server installation - and only apply if you want your php scripts to be executed when + and only apply if you want your PHP scripts to be executed when they are run from the command line (ex. run <filename>c:\myscripts\test.php</filename>) or by double clicking on them in a directory viewer window. You may wish to skip these @@ -284,7 +284,7 @@ performance penalty, IIS (or PWS) will check that the script file exists and sort out authentication before firing up php. This means that you will get sensible 404 style error messages - instead of cgi errors complaining that php did not output any data. + instead of cgi errors complaining that PHP did not output any data. </simpara> <simpara> You must start over from the previous step for each Index: phpdoc/en/chapters/install.iplanet.xml diff -u phpdoc/en/chapters/install.iplanet.xml:1.11 phpdoc/en/chapters/install.iplanet.xml:1.12 --- phpdoc/en/chapters/install.iplanet.xml:1.11 Fri Dec 12 14:56:02 2003 +++ phpdoc/en/chapters/install.iplanet.xml Sat Dec 20 20:22:46 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.11 $ --> +<!-- $Revision: 1.12 $ --> <sect1 id="install.netscape-enterprise"> <title>Servers-Netscape, iPlanet and SunONE</title> <para> @@ -259,7 +259,7 @@ </listitem> <listitem> <simpara> - Do it for each web server instance you want php to run + Do it for each web server instance you want PHP to run </simpara> </listitem> </itemizedlist> Index: phpdoc/en/chapters/install.xitami.xml diff -u phpdoc/en/chapters/install.xitami.xml:1.4 phpdoc/en/chapters/install.xitami.xml:1.5 --- phpdoc/en/chapters/install.xitami.xml:1.4 Thu Jun 26 05:56:21 2003 +++ phpdoc/en/chapters/install.xitami.xml Sat Dec 20 20:22:46 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <sect1 id="install.xitami"> <title>Servers-Xitami</title> <para> @@ -43,7 +43,7 @@ <listitem> <para> In Filter command or script put the path and name - of your php executable i.e. <literal>c:\php\php.exe</literal>. + of your PHP executable i.e. <literal>c:\php\php.exe</literal>. </para> </listitem> <listitem> Index: phpdoc/en/features/commandline.xml diff -u phpdoc/en/features/commandline.xml:1.24 phpdoc/en/features/commandline.xml:1.25 --- phpdoc/en/features/commandline.xml:1.24 Mon Dec 15 12:39:25 2003 +++ phpdoc/en/features/commandline.xml Sat Dec 20 20:22:46 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.24 $ --> +<!-- $Revision: 1.25 $ --> <chapter id="features.commandline"> <title>Using PHP from the command line</title> <!-- NEW DOCUMENTATION STARTS --> @@ -29,7 +29,7 @@ will differ depending on how PHP is installed on your system. By default when executing <literal>make</literal>, both the CGI and CLI are built and placed as <literal>sapi/cgi/php</literal> and <literal>sapi/cli/php</literal> - respectively, in your php source directory. You will note that both are + respectively, in your PHP source directory. You will note that both are named <literal>php</literal>. What happens during <literal>make install</literal> depends on your configure line. If a module SAPI is chosen during configure, such as apxs, or the Index: phpdoc/en/language/expressions.xml diff -u phpdoc/en/language/expressions.xml:1.23 phpdoc/en/language/expressions.xml:1.24 --- phpdoc/en/language/expressions.xml:1.23 Fri Dec 12 14:56:00 2003 +++ phpdoc/en/language/expressions.xml Sat Dec 20 20:22:47 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.23 $ --> +<!-- $Revision: 1.24 $ --> <chapter id="language.expressions"> <title>Expressions</title> <simpara> @@ -194,7 +194,7 @@ care about whether it means &true; or &false;. <!-- (PHP doesn't have a - dedicated boolean type) : WRONG, php does. --> + dedicated boolean type) : WRONG, PHP does. --> The constants &true; and &false; (case-insensitive) are the two possible boolean values. When necessary, an expression is Index: phpdoc/en/reference/com/functions/class.com.xml diff -u phpdoc/en/reference/com/functions/class.com.xml:1.4 phpdoc/en/reference/com/functions/class.com.xml:1.5 --- phpdoc/en/reference/com/functions/class.com.xml:1.4 Mon Dec 15 11:47:49 2003 +++ phpdoc/en/reference/com/functions/class.com.xml Sat Dec 20 20:22:48 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/com.xml, last change in rev 1.12 --> <refentry id="class.com"> <refnamediv> @@ -13,7 +13,7 @@ <title>Description</title> <simpara> The COM class provides a framework to integrate (D)COM components into - your php scripts. + your PHP scripts. </simpara> </refsect1> <refsect1 id="class.com.constructor"> Index: phpdoc/en/reference/cpdf/functions/cpdf-place-inline-image.xml diff -u phpdoc/en/reference/cpdf/functions/cpdf-place-inline-image.xml:1.4 phpdoc/en/reference/cpdf/functions/cpdf-place-inline-image.xml:1.5 --- phpdoc/en/reference/cpdf/functions/cpdf-place-inline-image.xml:1.4 Fri Aug 15 10:29:05 2003 +++ phpdoc/en/reference/cpdf/functions/cpdf-place-inline-image.xml Sat Dec 20 20:22:48 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/cpdf.xml, last change in rev 1.2 --> <refentry id="function.cpdf-place-inline-image"> <refnamediv> @@ -21,7 +21,7 @@ </methodsynopsis> <para> The <function>cpdf_place_inline_image</function> function places - an image created with the php image functions on the page at + an image created with the PHP image functions on the page at position (<parameter>x-coor</parameter>, <parameter>y-coor</parameter>). The image can be scaled at the same time. &return.success; Index: phpdoc/en/reference/dba/reference.xml diff -u phpdoc/en/reference/dba/reference.xml:1.16 phpdoc/en/reference/dba/reference.xml:1.17 --- phpdoc/en/reference/dba/reference.xml:1.16 Mon Dec 15 13:42:00 2003 +++ phpdoc/en/reference/dba/reference.xml Sat Dec 20 20:22:49 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.16 $ --> +<!-- $Revision: 1.17 $ --> <reference id="ref.dba"> <title>Database (dbm-style) abstraction layer functions</title> <titleabbrev>dba</titleabbrev> @@ -126,7 +126,7 @@ <entry><literal>inifile</literal></entry> <entry> This is available since PHP 4.3.3 to be able to modify php.ini files - from within php scripts. When working with ini files you can pass arrays + from within PHP scripts. When working with ini files you can pass arrays of the form array(0=>group,1=>value_name) or strings of the form "[group]value_name" where group is optional. As the functions <function>dba_firstkey</function> and <function>dba_nextkey</function> Index: phpdoc/en/reference/http/functions/headers-sent.xml diff -u phpdoc/en/reference/http/functions/headers-sent.xml:1.14 phpdoc/en/reference/http/functions/headers-sent.xml:1.15 --- phpdoc/en/reference/http/functions/headers-sent.xml:1.14 Mon Dec 15 11:50:35 2003 +++ phpdoc/en/reference/http/functions/headers-sent.xml Sat Dec 20 20:22:50 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.14 $ --> +<!-- $Revision: 1.15 $ --> <!-- splitted from ./en/functions/http.xml, last change in rev 1.7 --> <refentry id="function.headers-sent"> <refnamediv> @@ -17,7 +17,7 @@ <function>headers_sent</function> will return &false; if no HTTP headers have already been sent or &true; otherwise. If the optional <parameter>file</parameter> and <parameter>line</parameter> parameters - are set, <function>headers_sent</function> will put the php source + are set, <function>headers_sent</function> will put the PHP source file name and line number where output started in the <parameter>file</parameter> and <parameter>line</parameter> variables. </simpara> Index: phpdoc/en/reference/imap/functions/imap-mail.xml diff -u phpdoc/en/reference/imap/functions/imap-mail.xml:1.3 phpdoc/en/reference/imap/functions/imap-mail.xml:1.4 --- phpdoc/en/reference/imap/functions/imap-mail.xml:1.3 Sat Aug 30 09:34:16 2003 +++ phpdoc/en/reference/imap/functions/imap-mail.xml Sat Dec 20 20:22:51 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/imap.xml, last change in rev 1.33 --> <refentry id="function.imap-mail"> <refnamediv> @@ -24,7 +24,7 @@ This function allows sending of emails with correct handling of Cc and Bcc receivers. The parameters to, cc and bcc are all strings and are all parsed as rfc822 address lists. The receivers specified in bcc will get the mail, but are excluded from the headers. - Use the rpath parameter to specify return path. This is useful when using php as a mail client + Use the rpath parameter to specify return path. This is useful when using PHP as a mail client for multiple users. </para> </refsect1> Index: phpdoc/en/reference/info/constants.xml diff -u phpdoc/en/reference/info/constants.xml:1.5 phpdoc/en/reference/info/constants.xml:1.6 --- phpdoc/en/reference/info/constants.xml:1.5 Wed May 28 19:03:08 2003 +++ phpdoc/en/reference/info/constants.xml Sat Dec 20 20:22:51 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <section id="info.constants"> &reftitle.constants; &extension.constants.core; @@ -109,7 +109,7 @@ <entry>INFO_CONFIGURATION</entry> <entry>4</entry> <entry> - Current Local and Master values for php directives. See + Current Local and Master values for PHP directives. See also <function>ini_get</function>. </entry> </row> Index: phpdoc/en/reference/info/functions/phpinfo.xml diff -u phpdoc/en/reference/info/functions/phpinfo.xml:1.7 phpdoc/en/reference/info/functions/phpinfo.xml:1.8 --- phpdoc/en/reference/info/functions/phpinfo.xml:1.7 Thu Aug 7 08:02:07 2003 +++ phpdoc/en/reference/info/functions/phpinfo.xml Sat Dec 20 20:22:52 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.7 $ --> +<!-- $Revision: 1.8 $ --> <!-- splitted from ./en/functions/info.xml, last change in rev 1.2 --> <refentry id="function.phpinfo"> <refnamediv> @@ -69,7 +69,7 @@ <entry>INFO_CONFIGURATION</entry> <entry>4</entry> <entry> - Current Local and Master values for php directives. See + Current Local and Master values for PHP directives. See also <function>ini_get</function>. </entry> </row> Index: phpdoc/en/reference/ming/configure.xml diff -u phpdoc/en/reference/ming/configure.xml:1.1 phpdoc/en/reference/ming/configure.xml:1.2 --- phpdoc/en/reference/ming/configure.xml:1.1 Sat Nov 30 10:33:21 2002 +++ phpdoc/en/reference/ming/configure.xml Sat Dec 20 20:22:53 2003 @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.1 $ --> +<!-- $Revision: 1.2 $ --> <section id="ming.install"> &reftitle.install; <para> <example> - <title>built into php (unix)</title> + <title>built into PHP (unix)</title> <literallayout> <![CDATA[ mkdir <phpdir>/ext/ming @@ -15,7 +15,7 @@ ]]> </literallayout> </example> - Build and install php as usual, + Build and install PHP as usual, restart web server if necessary. </para> <para> Index: phpdoc/en/reference/ming/functions/swfdisplayitem.rotateto.xml diff -u phpdoc/en/reference/ming/functions/swfdisplayitem.rotateto.xml:1.3 phpdoc/en/reference/ming/functions/swfdisplayitem.rotateto.xml:1.4 --- phpdoc/en/reference/ming/functions/swfdisplayitem.rotateto.xml:1.3 Mon Dec 15 11:52:03 2003 +++ phpdoc/en/reference/ming/functions/swfdisplayitem.rotateto.xml Sat Dec 20 20:22:55 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/ming.xml, last change in rev 1.24 --> <refentry id="function.swfdisplayitem.rotateto"> <refnamediv> @@ -53,7 +53,7 @@ $t->moveTo(-($f->getWidth($string))/2, $f->getAscent()/2); $t->addString($string); - // we can add properties just like a normal php var, + // we can add properties just like a normal PHP var, // as long as the names aren't already used. // e.g., we can't set $i->scale, because that's a function Index: phpdoc/en/reference/mnogosearch/functions/udm-set-agent-param.xml diff -u phpdoc/en/reference/mnogosearch/functions/udm-set-agent-param.xml:1.5 phpdoc/en/reference/mnogosearch/functions/udm-set-agent-param.xml:1.6 --- phpdoc/en/reference/mnogosearch/functions/udm-set-agent-param.xml:1.5 Thu Dec 18 09:14:27 2003 +++ phpdoc/en/reference/mnogosearch/functions/udm-set-agent-param.xml Sat Dec 20 20:22:56 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- splitted from ./en/functions/mnogosearch.xml, last change in rev 1.18 --> <refentry id="function.udm-set-agent-param"> <refnamediv> @@ -98,7 +98,7 @@ - while in mnoGoSearch if relative path or no path entered, it looks for this file in relation to UDM_CONF_DIR, the module looks for the file in relation to current path, i.e. to the path where the - php script is executed.) + PHP script is executed.) </simpara> </listitem> <listitem> Index: phpdoc/en/reference/printer/functions/printer-open.xml diff -u phpdoc/en/reference/printer/functions/printer-open.xml:1.3 phpdoc/en/reference/printer/functions/printer-open.xml:1.4 --- phpdoc/en/reference/printer/functions/printer-open.xml:1.3 Wed Jul 16 13:18:45 2003 +++ phpdoc/en/reference/printer/functions/printer-open.xml Sat Dec 20 20:22:57 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/printer.xml, last change in rev 1.6 --> <refentry id="function.printer-open"> <refnamediv> @@ -21,7 +21,7 @@ If no parameter was given it tries to open a connection to the default printer (if not specified in &php.ini; as - <literal>printer.default_printer</literal>, php tries to detect it). + <literal>printer.default_printer</literal>, PHP tries to detect it). </para> <para> <function>printer_open</function> also starts a device context. Index: phpdoc/en/reference/pspell/functions/pspell-config-personal.xml diff -u phpdoc/en/reference/pspell/functions/pspell-config-personal.xml:1.4 phpdoc/en/reference/pspell/functions/pspell-config-personal.xml:1.5 --- phpdoc/en/reference/pspell/functions/pspell-config-personal.xml:1.4 Mon Dec 15 11:52:56 2003 +++ phpdoc/en/reference/pspell/functions/pspell-config-personal.xml Sat Dec 20 20:22:58 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/pspell.xml, last change in rev 1.6 --> <refentry id="function.pspell-config-personal"> <refnamediv> @@ -20,7 +20,7 @@ you call <function>pspell_new_config</function>. If the file does not exist, it will be created. The file is also the file where <function>pspell_save_wordlist</function> will save personal wordlist to. - The file should be writable by whoever php runs as (e.g. nobody). Please, + The file should be writable by whoever PHP runs as (e.g. nobody). Please, note that this function will not work unless you have pspell .11.2 and aspell .32.5 or later. </simpara> Index: phpdoc/en/reference/pspell/functions/pspell-config-repl.xml diff -u phpdoc/en/reference/pspell/functions/pspell-config-repl.xml:1.4 phpdoc/en/reference/pspell/functions/pspell-config-repl.xml:1.5 --- phpdoc/en/reference/pspell/functions/pspell-config-repl.xml:1.4 Mon Dec 15 11:52:56 2003 +++ phpdoc/en/reference/pspell/functions/pspell-config-repl.xml Sat Dec 20 20:22:59 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/pspell.xml, last change in rev 1.6 --> <refentry id="function.pspell-config-repl"> <refnamediv> @@ -21,7 +21,7 @@ <function>pspell_store_replacement</function> can be used to store a replacement pair and then <function>pspell_save_wordlist</function> to save the wordlist along with the replacement pairs. The file should be - writable by whoever php runs as (e.g. nobody). Please, note that this + writable by whoever PHP runs as (e.g. nobody). Please, note that this function will not work unless you have pspell .11.2 and aspell .32.5 or later. </simpara> Index: phpdoc/en/reference/sesam/reference.xml diff -u phpdoc/en/reference/sesam/reference.xml:1.6 phpdoc/en/reference/sesam/reference.xml:1.7 --- phpdoc/en/reference/sesam/reference.xml:1.6 Fri Dec 19 10:49:50 2003 +++ phpdoc/en/reference/sesam/reference.xml Sat Dec 20 20:23:00 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <reference id="ref.sesam"> <title>SESAM database functions</title> <titleabbrev>SESAM</titleabbrev> @@ -304,7 +304,7 @@ including) the column count ($array["count"]). When porting SESAM applications from other high level languages to PHP, be aware of this changed interface. Where appropriate, the - description of the respective php sesam functions include a note + description of the respective PHP sesam functions include a note that the index is zero based. </para> </section> @@ -317,7 +317,7 @@ databases, only read access privilege should be granted. Depending on your usage scenario, add more access rights as you see fit. Never allow full control to any database for any user - from the 'net! Restrict access to php scripts which must + from the 'net! Restrict access to PHP scripts which must administer the database by using password control and/or SSL security. </para> Index: phpdoc/en/reference/sesam/functions/sesam-fetch-row.xml diff -u phpdoc/en/reference/sesam/functions/sesam-fetch-row.xml:1.5 phpdoc/en/reference/sesam/functions/sesam-fetch-row.xml:1.6 --- phpdoc/en/reference/sesam/functions/sesam-fetch-row.xml:1.5 Thu Dec 18 12:46:29 2003 +++ phpdoc/en/reference/sesam/functions/sesam-fetch-row.xml Sat Dec 20 20:23:00 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- splitted from ./en/functions/sesam.xml, last change in rev 1.1 --> <refentry id="function.sesam-fetch-row"> <refnamediv> @@ -125,7 +125,7 @@ row is returned as an array (indexed by values between <literal>0</literal> and <literal>$array["count"]-1</literal>). Fields may be empty, so you must check for the existence of a - field by using the php <function>isset</function> function. The + field by using the <function>isset</function> function. The type of the returned fields depend on the respective SQL type declared for its column (see <link linkend="ref.sesam">SESAM overview</link> for the conversions applied). SESAM "multiple Index: phpdoc/en/reference/sesam/functions/sesam-field-array.xml diff -u phpdoc/en/reference/sesam/functions/sesam-field-array.xml:1.3 phpdoc/en/reference/sesam/functions/sesam-field-array.xml:1.4 --- phpdoc/en/reference/sesam/functions/sesam-field-array.xml:1.3 Mon Jun 9 15:09:42 2003 +++ phpdoc/en/reference/sesam/functions/sesam-field-array.xml Sat Dec 20 20:23:00 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- splitted from ./en/functions/sesam.xml, last change in rev 1.1 --> <refentry id="function.sesam-field-array"> <refnamediv> @@ -74,7 +74,7 @@ <row> <entry>string $arr[col]["type"]</entry> <entry> - php variable type of the data for + PHP variable type of the data for column(<literal>col</literal>), where <literal>col</literal> is between 0 and <literal>$arr["count"]-1</literal>. The returned value can be one of @@ -91,7 +91,7 @@ </itemizedlist> depending on the SQL type of the result. SESAM "multiple fields" are "inlined" and treated like the respective number - of columns, each with the same php type. + of columns, each with the same PHP type. </entry> </row> <row> Index: phpdoc/en/reference/sesam/functions/sesam-settransaction.xml diff -u phpdoc/en/reference/sesam/functions/sesam-settransaction.xml:1.2 phpdoc/en/reference/sesam/functions/sesam-settransaction.xml:1.3 --- phpdoc/en/reference/sesam/functions/sesam-settransaction.xml:1.2 Wed Apr 17 02:43:55 2002 +++ phpdoc/en/reference/sesam/functions/sesam-settransaction.xml Sat Dec 20 20:23:00 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <!-- splitted from ./en/functions/sesam.xml, last change in rev 1.1 --> <refentry id="function.sesam-settransaction"> <refnamediv> @@ -32,8 +32,8 @@ started already. </para> <para> - To simplify the use in php scripts, the following constants have - been predefined in php (see SESAM handbook for detailed + To simplify the use in PHP scripts, the following constants have + been predefined in PHP (see SESAM handbook for detailed explanation of the semantics): <table> <title> Index: phpdoc/en/security/index.xml diff -u phpdoc/en/security/index.xml:1.64 phpdoc/en/security/index.xml:1.65 --- phpdoc/en/security/index.xml:1.64 Sat Dec 20 20:05:43 2003 +++ phpdoc/en/security/index.xml Sat Dec 20 20:23:01 2003 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.64 $ --> +<!-- $Revision: 1.65 $ --> <chapter id="security.index"> <title>Security</title> @@ -300,7 +300,7 @@ <para> To get PHP to handle <envar>PATH_INFO</envar> and <envar>PATH_TRANSLATED</envar> information correctly with this - setup, the php parser should be compiled with the <link + setup, the PHP parser should be compiled with the <link linkend="install.configure.enable-discard-path">--enable-discard-path</link> configure option. </para>