unread
Hello all
There are still several items that should be merged from HEAD to 5.3.
- Changed allow_url_fopen/allow_url_include to allow per-wrapper
enable/disable and runtime tightening. (Sara)
(no idea what this actually is though)
- Added "context" and "binary_pipes" params in "other_options" for
proc_open()
. (Sara) - Added
stream_resolve_include_path()
function which checks which file
fopen()
with a relative path will open. (Sara) - Added
shm_has_var()
function. (Mike)
Don't see any reason why this shouldn't be in 5.3
- Added runtime JIT auto-globals fetching and caching. (Dmitry, Sara)
What about this one? To risky for 5.3?
There is also a bugfix item in NEWS which I will not mention since for
some weird reason it has already been rejected.
-Hannes