Justtechjobs.com Find a programming school near you






Online Campus Both


php-documentation-list | 2000092

[PHP-DOC] cvs: phpdoc /it/appendices phpdevel.xml /it/chapters intro.xml /it/features file-upload.xml From: Luca Perugini (l.perugini <email protected>)
Date: 09/17/00

perugini Sun Sep 17 12:56:34 2000 EDT

  Modified files:
    /phpdoc/it/features file-upload.xml
    /phpdoc/it/appendices phpdevel.xml
    /phpdoc/it/chapters intro.xml
  Log:
  Synchronized with : PHP3 -> PHP 3, PHP4 -> PHP 4
  
  
  
Index: phpdoc/it/features/file-upload.xml
diff -u phpdoc/it/features/file-upload.xml:1.1 phpdoc/it/features/file-upload.xml:1.2
--- phpdoc/it/features/file-upload.xml:1.1 Sat Dec 18 17:00:07 1999
+++ phpdoc/it/features/file-upload.xml Sun Sep 17 12:56:33 2000
@@ -97,7 +97,7 @@
    <title>Common Pitfalls</title>
    <simpara>
     The MAX_FILE_SIZE item cannot specify a file size greater than the file
- size that has been set in the upload_max_filesize in the PHP3.ini file
+ size that has been set in the upload_max_filesize in the PHP 3.ini file
     or the corresponding php3_upload_max_filesize Apache .conf directive.
     The default is 2 Megabytes.</simpara>
    <simpara>
Index: phpdoc/it/appendices/phpdevel.xml
diff -u phpdoc/it/appendices/phpdevel.xml:1.3 phpdoc/it/appendices/phpdevel.xml:1.4
--- phpdoc/it/appendices/phpdevel.xml:1.3 Sun Jun 25 07:18:10 2000
+++ phpdoc/it/appendices/phpdevel.xml Sun Sep 17 12:56:33 2000
@@ -4,7 +4,7 @@
  <simpara></simpara>
 
  <sect1 id="phpdevel-addfunc">
- <title>Adding functions to PHP3</title>
+ <title>Adding functions to PHP 3</title>
   <sect2 id="phpdevel-addfunc-prototype">
    <title>Function Prototype</title>
    <para>
@@ -182,7 +182,7 @@
     fault. So please take care and free all of your wasted memory.</simpara>
 
    <simpara>
- If you compile with "-DDEBUG", PHP3 will print out a list of all
+ If you compile with "-DDEBUG", PHP 3 will print out a list of all
     memory that was allocated using emalloc() and estrdup() but never
     freed with efree() when it is done running the specified script.</simpara></sect2>
 
@@ -618,7 +618,7 @@
   <sect2 id="phpdevel-addfunc-addcfg">
    <title>Adding runtime configuration directives</title>
    <para>
- Many of the features of PHP3 can be configured at runtime. These
+ Many of the features of PHP 3 can be configured at runtime. These
     configuration directives can appear in either the designated
     php3.ini file, or in the case of the Apache module version in the
     Apache .conf files. The advantage of having them in the Apache
Index: phpdoc/it/chapters/intro.xml
diff -u phpdoc/it/chapters/intro.xml:1.5 phpdoc/it/chapters/intro.xml:1.6
--- phpdoc/it/chapters/intro.xml:1.5 Wed Aug 30 15:35:16 2000
+++ phpdoc/it/chapters/intro.xml Sun Sep 17 12:56:33 2000
@@ -125,11 +125,11 @@
     people had contributed to, to being a much more organized team
     effort. The parser was rewritten from scratch by Zeev Suraski and
     Andi Gutmans and this new parser formed the basis for PHP Version
- 3. A lot of the utility code from PHP/FI was ported over to PHP3
+ 3. A lot of the utility code from PHP/FI was ported over to PHP 3
     and a lot of it was completely rewritten.
    </simpara>
    <simpara>
- Today (end-1999) either PHP/FI or PHP3 ships with a number of
+ Today (end-1999) either PHP/FI or PHP 3 ships with a number of
     commercial products such as C2's StrongHold web server and RedHat
     Linux. A conservative estimate based on an extrapolation from
     numbers provided by <ulink url="&url.netcraft;">NetCraft</ulink>