Index: phpdoc/en/faq/databases.xml diff -u phpdoc/en/faq/databases.xml:1.15 phpdoc/en/faq/databases.xml:1.16 --- phpdoc/en/faq/databases.xml:1.15 Thu Mar 28 11:08:54 2002 +++ phpdoc/en/faq/databases.xml Sun Jun 30 12:08:45 2002 @@ -1,5 +1,5 @@ - + Database issues Database issues @@ -127,14 +127,14 @@ - You can construct your tables in access and export them + You can construct your tables in Access and export them to MySQL, then link them back in. That makes table creation quick. - When creating tables in access, you must have a primary + When creating tables in Access, you must have a primary key defined in order to have write access to the table in access. Make sure you create a primary key in MySQL before linking in access Index: phpdoc/en/reference/aspell/reference.xml diff -u phpdoc/en/reference/aspell/reference.xml:1.3 phpdoc/en/reference/aspell/reference.xml:1.4 --- phpdoc/en/reference/aspell/reference.xml:1.3 Fri Apr 19 10:16:19 2002 +++ phpdoc/en/reference/aspell/reference.xml Sun Jun 30 12:08:45 2002 @@ -1,5 +1,5 @@ - + Aspell functions [deprecated] Aspell @@ -19,7 +19,7 @@ aspell works only with very old (up to .27.* or so) versions of aspell library. Neither this module, nor those versions of aspell library are supported any longer. If you want to use - spell-checking capabilities in php, use pspell instead. It uses pspell library and works with newer versions of aspell. Index: phpdoc/en/reference/ccvs/reference.xml diff -u phpdoc/en/reference/ccvs/reference.xml:1.3 phpdoc/en/reference/ccvs/reference.xml:1.4 --- phpdoc/en/reference/ccvs/reference.xml:1.3 Fri Apr 19 10:26:38 2002 +++ phpdoc/en/reference/ccvs/reference.xml Sun Jun 30 12:08:46 2002 @@ -1,5 +1,5 @@ - + + DOM XML functions DOM XML @@ -9,8 +9,8 @@ &reftitle.intro; &warn.experimental; - 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 + The domxml extension has been overhauled in PHP 4.3.0 to provide + a better compliance with the DOM standard. The extension still contains many old functions, but they should not be used anymore. Especially those non object oriented functions should be avoided. @@ -49,7 +49,7 @@

Deprecated functions - There a quite some functions which do not fit into the DOM standard and + There are quite a few functions that do not fit into the DOM standard and should not be used anymore as listed in the following table. The function DomNode_append_child has changed its behaviour. It now actually adds a child and not a sibling. If this @@ -58,7 +58,7 @@ - Deprecated functions and its replacements + Deprecated functions and their replacements @@ -697,15 +697,15 @@
&reftitle.examples; - Many examples in this reference require a xml string. Instead of + Many examples in this reference require an XML string. Instead of repeating this string in any example it will be put into a file and be included by each example. This include file is shown in the - following example section. You could also create an xml document + following example section. You could also create an XML document read it with DomDocument_open_file. - Include file example.inc with xml string + Include file example.inc with XML string - + iconv functions iconv @@ -9,8 +9,8 @@ &reftitle.intro; This module contains an interface to the iconv library functions. - Iconv library function converts files between various encoded - character sets. The supported character sets depend on iconv() + The Iconv library functions convert files between various character + sets encodings. The supported character sets depend on iconv() implementation on your system. Note that iconv() function in some system is not work well as you expect. In this case, you should install libiconv library. Index: phpdoc/en/reference/image/functions/getimagesize.xml diff -u phpdoc/en/reference/image/functions/getimagesize.xml:1.5 phpdoc/en/reference/image/functions/getimagesize.xml:1.6 --- phpdoc/en/reference/image/functions/getimagesize.xml:1.5 Tue Jun 25 20:12:50 2002 +++ phpdoc/en/reference/image/functions/getimagesize.xml Sun Jun 30 12:08:46 2002 @@ -1,5 +1,5 @@ - + @@ -107,7 +107,7 @@ you to extract some extended information from the image file. Currently this will return the different JPG APP markers in an associative Array. Some - Programs use these APP markers to embedd text information in + Programs use these APP markers to embed text information in images. A very common one is to embed IPTC &url.iptc; information in the APP13 marker. You can use the iptcparse Index: phpdoc/en/reference/msql/reference.xml diff -u phpdoc/en/reference/msql/reference.xml:1.2 phpdoc/en/reference/msql/reference.xml:1.3 --- phpdoc/en/reference/msql/reference.xml:1.2 Mon Apr 15 14:56:49 2002 +++ phpdoc/en/reference/msql/reference.xml Sun Jun 30 12:08:46 2002 @@ -1,12 +1,12 @@ - + mSQL functions mSQL These functions allow you to access mSQL database servers. In - order to have these functions available, you must compile php + order to have these functions available, you must compile PHP with msql support by using the option. The default location is /usr/local/Hughes. Index: phpdoc/en/reference/muscat/functions/muscat-close.xml diff -u phpdoc/en/reference/muscat/functions/muscat-close.xml:1.3 phpdoc/en/reference/muscat/functions/muscat-close.xml:1.4 --- phpdoc/en/reference/muscat/functions/muscat-close.xml:1.3 Mon May 27 11:22:54 2002 +++ phpdoc/en/reference/muscat/functions/muscat-close.xml Sun Jun 30 12:08:48 2002 @@ -1,10 +1,10 @@ - + muscat_close - Shuts down the muscat session and releases any memory back to php. + Shuts down the muscat session and releases any memory back to PHP. Description Index: phpdoc/en/reference/muscat/functions/muscat-get.xml diff -u phpdoc/en/reference/muscat/functions/muscat-get.xml:1.3 phpdoc/en/reference/muscat/functions/muscat-get.xml:1.4 --- phpdoc/en/reference/muscat/functions/muscat-get.xml:1.3 Mon May 27 11:22:55 2002 +++ phpdoc/en/reference/muscat/functions/muscat-get.xml Sun Jun 30 12:08:48 2002 @@ -1,10 +1,10 @@ - + muscat_get - Gets a line back from the core muscat api. + Gets a line back from the core muscat API. Description Index: phpdoc/en/reference/muscat/functions/muscat-give.xml diff -u phpdoc/en/reference/muscat/functions/muscat-give.xml:1.2 phpdoc/en/reference/muscat/functions/muscat-give.xml:1.3 --- phpdoc/en/reference/muscat/functions/muscat-give.xml:1.2 Wed Apr 17 02:41:04 2002 +++ phpdoc/en/reference/muscat/functions/muscat-give.xml Sun Jun 30 12:08:48 2002 @@ -1,10 +1,10 @@ - + muscat_give - Sends string to the core muscat api + Sends string to the core muscat API Description Index: phpdoc/en/reference/pfpro/reference.xml diff -u phpdoc/en/reference/pfpro/reference.xml:1.2 phpdoc/en/reference/pfpro/reference.xml:1.3 --- phpdoc/en/reference/pfpro/reference.xml:1.2 Mon Apr 15 17:57:13 2002 +++ phpdoc/en/reference/pfpro/reference.xml Sun Jun 30 12:08:48 2002 @@ -1,5 +1,5 @@ - + Verisign Payflow Pro functions Verisign Payflow Pro @@ -36,7 +36,7 @@ of transactions using pfpro_process between the two. - These functions have been added in PHP 4.0.2. + These functions were added in PHP 4.0.2. Index: phpdoc/en/reference/snmp/functions/snmprealwalk.xml diff -u phpdoc/en/reference/snmp/functions/snmprealwalk.xml:1.2 phpdoc/en/reference/snmp/functions/snmprealwalk.xml:1.3 --- phpdoc/en/reference/snmp/functions/snmprealwalk.xml:1.2 Wed Apr 17 02:44:04 2002 +++ phpdoc/en/reference/snmp/functions/snmprealwalk.xml Sun Jun 30 12:08:48 2002 @@ -1,11 +1,11 @@ - + snmprealwalk - Return all objects including their respective object id withing the specified one + Return all objects including their respective object ID within the specified one Index: phpdoc/en/reference/wddx/reference.xml diff -u phpdoc/en/reference/wddx/reference.xml:1.2 phpdoc/en/reference/wddx/reference.xml:1.3 --- phpdoc/en/reference/wddx/reference.xml:1.2 Mon Apr 15 17:57:27 2002 +++ phpdoc/en/reference/wddx/reference.xml Sun Jun 30 12:08:48 2002 @@ -1,5 +1,5 @@ - + WDDX Functions WDDX @@ -11,7 +11,7 @@ In order to use WDDX, you will need to install the expat library - (which comes with apache 1.3.7 or higher) and recompile PHP with + (which comes with Apache 1.3.7 or higher) and recompile PHP with and .
























































 

Columns / Articles | Tips / Quickies | News | News Linking and RSS Feeds | Shared Code Library
Mail Archives | Support / Discussion Forums | Get Started! Links | Contribute! | Docs