Large Scale PHP |
|
2024-11-23 |
|
|
5 |
|
|
System Calls - PHP 5.1 Code Changes
- • No more than 1 stat() per PHP file per request
- • Add a stat cache to PHP's expand_filepath code
- • Don't stat if Apache has already stat'ed the file
- • Get rid of excessive stats in the streams code
System Calls - Scripting Changes
- • Remove ./ from include_path and use relative path includes
- • Use just a single base dir in include_path
- • No open_basedir or safe_mode