]> granicus.if.org Git - php/commitdiff
- Change from PHP5 -> PHP 5
authorAndi Gutmans <andi@php.net>
Sun, 8 Feb 2004 22:49:47 +0000 (22:49 +0000)
committerAndi Gutmans <andi@php.net>
Sun, 8 Feb 2004 22:49:47 +0000 (22:49 +0000)
README.PHP4-TO-PHP5-THIN-CHANGES
README.Zeus
README.input_filter
makerpm

index 9d2f635fb77e72af48dd081001b614ba91b2e380..909e3bf6a8e10dc4b3409976f8358d48b590339a 100644 (file)
@@ -43,7 +43,7 @@
    ext/tokenizer extension. If error_reporting is set to E_ALL notices will
    be produced. Instead of T_ML_CONSTANT for /* */ the T_COMMENT constant 
    is used, thus both // and /* */ are resolved as the T_COMMENT constant.
-   However the PHPDoc style comments /** */ ,which starting PHP5 are parsed
+   However the PHPDoc style comments /** */ ,which starting PHP 5 are parsed
    by PHP, are recongnized as T_DOC_COMMENT.
 
 7. $_SERVER should be populated with argc and argv if variables_order
@@ -64,7 +64,7 @@
        }
    }
    ?>
-   This script is perfectly valid and works in PHP4 but with PHP5 there
+   This script is perfectly valid and works in PHP 4 but with PHP 5 there
    will be a fatal error like :
    Fatal error: Class 'fubar' not found in ....
    If there is defined function __autoload() it will be called.
index 0f2ff2176ffccca3e3c344303a13af6c090c3597..7fecaf0d89a5da745bde4ff49b08ede3b0bf86b2 100644 (file)
@@ -1,4 +1,4 @@
-Using PHP5 with the Zeus Web Server
+Using PHP 5 with the Zeus Web Server
 -----------------------------------
 
 Zeus fully supports running PHP in combination with our
index 40366f6a954e2ce296891f8393634e083d8ca7fd..cd0e3259c1476164129e6d1f8117d4df9bb23087 100644 (file)
@@ -1,12 +1,12 @@
-Input Filter Support in PHP5
-----------------------------
+Input Filter Support in PHP 5
+-----------------------------
 
 XSS (Cross Site Scripting) hacks are becoming more and more prevalent,
 and can be quite difficult to prevent.  Whenever you accept user data
 and somehow display this data back to users, you are likely vulnerable
 to XSS hacks.
 
-The Input Filter support in PHP5 is aimed at providing the framework
+The Input Filter support in PHP 5 is aimed at providing the framework
 through which a company-wide or site-wide security policy can be
 enforced.  It is implemented as a SAPI hook and is called from the
 treat_data and post handler functions.  To implement your own security
diff --git a/makerpm b/makerpm
index b04e4bc8608c5ba0c2fe4a1ef406871f032c6526..07bd372df4379102d8e948b345f292d70754d96d 100644 (file)
--- a/makerpm
+++ b/makerpm
@@ -48,7 +48,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
 Requires: PREQUIRES
 
 %description
-PHP5 is a powerful apache module that adds scripting and database connection
+PHP 5 is a powerful apache module that adds scripting and database connection
 capabilities to the apache server. This version includes the "php_cgi" binary
 for suExec and stand alone php scripts too.