andi Sun Feb 8 17:49:48 2004 EDT Modified files: /php-src makerpm README.input_filter README.Zeus README.PHP4-TO-PHP5-THIN-CHANGES Log: - Change from PHP5 -> PHP 5 http://cvs.php.net/diff.php/php-src/makerpm?r1=1.7&r2=1.8&ty=u Index: php-src/makerpm diff -u php-src/makerpm:1.7 php-src/makerpm:1.8 --- php-src/makerpm:1.7 Thu Nov 27 11:06:58 2003 +++ php-src/makerpm Sun Feb 8 17:49:47 2004 @@ -48,7 +48,7 @@ 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. http://cvs.php.net/diff.php/php-src/README.input_filter?r1=1.5&r2=1.6&ty=u Index: php-src/README.input_filter diff -u php-src/README.input_filter:1.5 php-src/README.input_filter:1.6 --- php-src/README.input_filter:1.5 Sun Nov 30 15:13:03 2003 +++ php-src/README.input_filter Sun Feb 8 17:49:47 2004 @@ -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 @@ -85,7 +85,7 @@ { php_info_print_table_start(); php_info_print_table_row( 2, "My Input Filter Support", "enabled" ); - php_info_print_table_row( 2, "Revision", "$Revision: 1.5 $"); + php_info_print_table_row( 2, "Revision", "$Revision: 1.6 $"); php_info_print_table_end(); } http://cvs.php.net/diff.php/php-src/README.Zeus?r1=1.11&r2=1.12&ty=u Index: php-src/README.Zeus diff -u php-src/README.Zeus:1.11 php-src/README.Zeus:1.12 --- php-src/README.Zeus:1.11 Sat Jan 17 07:59:10 2004 +++ php-src/README.Zeus Sun Feb 8 17:49:47 2004 @@ -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 http://cvs.php.net/diff.php/php-src/README.PHP4-TO-PHP5-THIN-CHANGES?r1=1.13&r2=1.14&ty=u Index: php-src/README.PHP4-TO-PHP5-THIN-CHANGES diff -u php-src/README.PHP4-TO-PHP5-THIN-CHANGES:1.13 php-src/README.PHP4-TO-PHP5-THIN-CHANGES:1.14 --- php-src/README.PHP4-TO-PHP5-THIN-CHANGES:1.13 Fri Jan 23 19:42:40 2004 +++ php-src/README.PHP4-TO-PHP5-THIN-CHANGES Sun Feb 8 17:49:47 2004 @@ -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.
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php