moriyoshi Sun Dec 14 14:02:15 2003 EDT
Modified files:
/php-src README.PHP4-TO-PHP5-THIN-CHANGES
Log:
Note about Apache2 SAPI change.
Index: php-src/README.PHP4-TO-PHP5-THIN-CHANGES
diff -u php-src/README.PHP4-TO-PHP5-THIN-CHANGES:1.4
php-src/README.PHP4-TO-PHP5-THIN-CHANGES:1.5
--- php-src/README.PHP4-TO-PHP5-THIN-CHANGES:1.4 Sat Dec 13 07:33:14 2003
+++ php-src/README.PHP4-TO-PHP5-THIN-CHANGES Sun Dec 14 14:02:14 2003
@@ -15,4 +15,10 @@
parameter will be throwed. Be careful because your code may start emitting
E_WARNING out of the blue.
4. Be careful when porting from ext/mysql to ext/mysqli.
mysqli_fetch_row()/mysqli_fetch_array()/mysql_fetch_assoc()
- retun NULL when there is no more data in the result set (ext/mysql's functions
return FALSE).
+ return NULL when there is no more data in the result set (ext/mysql's functions
return FALSE).
+
+5. PATH_TRANSLATED server variable is no longer set implicitly under
+ Apache2 SAPI in contrast to the situation in PHP4, where it is set to the
+ same value as the SCRIPT_FILENAME server variable when it is not populated
+ by Apache. This change was made to comply with the CGI specification.
+ Please refer to bug #23610 for further information.
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php