File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
49497. $_SERVER should be populated with argc and argv if variables_order
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.
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
22-----------------------------------
33
44Zeus 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+ -----------------------------
33
44XSS (Cross Site Scripting) hacks are becoming more and more prevalent,
55and can be quite difficult to prevent. Whenever you accept user data
66and somehow display this data back to users, you are likely vulnerable
77to 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
1010through which a company-wide or site-wide security policy can be
1111enforced. It is implemented as a SAPI hook and is called from the
1212treat_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
4848Requires: 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
5252capabilities to the apache server. This version includes the "php_cgi" binary
5353for suExec and stand alone php scripts too.
5454
You can’t perform that action at this time.
0 commit comments