Skip to content

Commit 3bf293f

Browse files
author
Andi Gutmans
committed
- Change from PHP5 -> PHP 5
1 parent 2a9e129 commit 3bf293f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.PHP4-TO-PHP5-THIN-CHANGES

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
ext/tokenizer extension. If error_reporting is set to E_ALL notices will
4444
be produced. Instead of T_ML_CONSTANT for /* */ the T_COMMENT constant
4545
is used, thus both // and /* */ are resolved as the T_COMMENT constant.
46-
However the PHPDoc style comments /** */ ,which starting PHP5 are parsed
46+
However the PHPDoc style comments /** */ ,which starting PHP 5 are parsed
4747
by PHP, are recongnized as T_DOC_COMMENT.
4848

4949
7. $_SERVER should be populated with argc and argv if variables_order
@@ -64,7 +64,7 @@
6464
}
6565
}
6666
?>
67-
This script is perfectly valid and works in PHP4 but with PHP5 there
67+
This script is perfectly valid and works in PHP 4 but with PHP 5 there
6868
will be a fatal error like :
6969
Fatal error: Class 'fubar' not found in ....
7070
If there is defined function __autoload() it will be called.

README.Zeus

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Using PHP5 with the Zeus Web Server
1+
Using PHP 5 with the Zeus Web Server
22
-----------------------------------
33

44
Zeus fully supports running PHP in combination with our

README.input_filter

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
Input Filter Support in PHP5
2-
----------------------------
1+
Input Filter Support in PHP 5
2+
-----------------------------
33

44
XSS (Cross Site Scripting) hacks are becoming more and more prevalent,
55
and can be quite difficult to prevent. Whenever you accept user data
66
and somehow display this data back to users, you are likely vulnerable
77
to XSS hacks.
88

9-
The Input Filter support in PHP5 is aimed at providing the framework
9+
The Input Filter support in PHP 5 is aimed at providing the framework
1010
through which a company-wide or site-wide security policy can be
1111
enforced. It is implemented as a SAPI hook and is called from the
1212
treat_data and post handler functions. To implement your own security

makerpm

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
4848
Requires: PREQUIRES
4949
5050
%description
51-
PHP5 is a powerful apache module that adds scripting and database connection
51+
PHP 5 is a powerful apache module that adds scripting and database connection
5252
capabilities to the apache server. This version includes the "php_cgi" binary
5353
for suExec and stand alone php scripts too.
5454

0 commit comments

Comments
 (0)