diff options
author | Andi Gutmans <andi@php.net> | 2004-02-08 22:49:47 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2004-02-08 22:49:47 +0000 |
commit | 3bf293ff897ebc1a9a734a160d71f7f5e59f61e8 (patch) | |
tree | 2636a2e9a50155324f884624b5f1a6a6fe14764f | |
parent | 2a9e1294bc6b93dfa7543b37dfebfa4c2830080f (diff) | |
download | php-git-3bf293ff897ebc1a9a734a160d71f7f5e59f61e8.tar.gz |
- Change from PHP5 -> PHP 5
-rw-r--r-- | README.PHP4-TO-PHP5-THIN-CHANGES | 4 | ||||
-rw-r--r-- | README.Zeus | 2 | ||||
-rw-r--r-- | README.input_filter | 6 | ||||
-rw-r--r-- | makerpm | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/README.PHP4-TO-PHP5-THIN-CHANGES b/README.PHP4-TO-PHP5-THIN-CHANGES index 9d2f635fb7..909e3bf6a8 100644 --- a/README.PHP4-TO-PHP5-THIN-CHANGES +++ b/README.PHP4-TO-PHP5-THIN-CHANGES @@ -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. diff --git a/README.Zeus b/README.Zeus index 0f2ff2176f..7fecaf0d89 100644 --- a/README.Zeus +++ b/README.Zeus @@ -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 diff --git a/README.input_filter b/README.input_filter index 40366f6a95..cd0e3259c1 100644 --- a/README.input_filter +++ b/README.input_filter @@ -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 @@ -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. |