File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 43
43
ext/tokenizer extension. If error_reporting is set to E_ALL notices will
44
44
be produced. Instead of T_ML_CONSTANT for /* */ the T_COMMENT constant
45
45
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
47
47
by PHP, are recongnized as T_DOC_COMMENT.
48
48
49
49
7. $_SERVER should be populated with argc and argv if variables_order
64
64
}
65
65
}
66
66
?>
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
68
68
will be a fatal error like :
69
69
Fatal error: Class 'fubar' not found in ....
70
70
If there is defined function __autoload() it will be called.
Original file line number Diff line number Diff line change 1
- Using PHP5 with the Zeus Web Server
1
+ Using PHP 5 with the Zeus Web Server
2
2
-----------------------------------
3
3
4
4
Zeus fully supports running PHP in combination with our
Original file line number Diff line number Diff line change 1
- Input Filter Support in PHP5
2
- ----------------------------
1
+ Input Filter Support in PHP 5
2
+ -----------------------------
3
3
4
4
XSS (Cross Site Scripting) hacks are becoming more and more prevalent,
5
5
and can be quite difficult to prevent. Whenever you accept user data
6
6
and somehow display this data back to users, you are likely vulnerable
7
7
to XSS hacks.
8
8
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
10
10
through which a company-wide or site-wide security policy can be
11
11
enforced. It is implemented as a SAPI hook and is called from the
12
12
treat_data and post handler functions. To implement your own security
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
48
48
Requires: PREQUIRES
49
49
50
50
%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
52
52
capabilities to the apache server. This version includes the "php_cgi" binary
53
53
for suExec and stand alone php scripts too.
54
54
You can’t perform that action at this time.
0 commit comments