mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
FIFO
This commit is contained in:
parent
a94558c855
commit
0e218d3512
1 changed files with 1 additions and 1 deletions
2
NEWS
2
NEWS
|
@ -9,6 +9,7 @@ PHP NEWS
|
||||||
- Changed "post_max_size" php.ini directive to allow unlimited post size by
|
- Changed "post_max_size" php.ini directive to allow unlimited post size by
|
||||||
setting it to 0. (Rasmus)
|
setting it to 0. (Rasmus)
|
||||||
|
|
||||||
|
- Added realpath_cache_size() and realpath_cache_get() functions. (Stas)
|
||||||
- Added FILTER_FLAG_STRIP_BACKTICK option to the filter extension. (Ilia)
|
- Added FILTER_FLAG_STRIP_BACKTICK option to the filter extension. (Ilia)
|
||||||
- Added protection for $_SESSION from interrupt corruption and improved
|
- Added protection for $_SESSION from interrupt corruption and improved
|
||||||
"session.save_path" check. (Stas)
|
"session.save_path" check. (Stas)
|
||||||
|
@ -21,7 +22,6 @@ PHP NEWS
|
||||||
- Added support for CURLOPT_CERTINFO. FR #49253.
|
- Added support for CURLOPT_CERTINFO. FR #49253.
|
||||||
(Linus Nielsen Feltzing <linus@haxx.se>)
|
(Linus Nielsen Feltzing <linus@haxx.se>)
|
||||||
- Added client-side server name indication support in openssl. (Arnaud)
|
- Added client-side server name indication support in openssl. (Arnaud)
|
||||||
- Added realpath_cache_size() and realpath_cache_get(). (Stas)
|
|
||||||
|
|
||||||
- Improved fix for bug #50006 (Segfault caused by uksort()). (Stas)
|
- Improved fix for bug #50006 (Segfault caused by uksort()). (Stas)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue