올해 8.3 이 출시될 해죠 PHP 공식 깃허브를 가끔씩 보는데요
최근 눈에띈게 지원버전을 올렸더라고요?
뭐때문에 올렸는지는 모르지만 MS 에서 2020년에 윈도우 7 지원이 끝나서 그런게 아닐까싶네요
지원버전 윈도우서버 8이상 또는 윈도우서버 2012 이상...
이게 윈도우 7에서 작동안한다기보다 앞으로 윈도우 7에서 트러블같은거 발생할때 신경안쓰겠다
그런의미겠네요.
12. Windows Support
========================================
- Minimum supported Windows version has been bumped to Windows 8 or
Windows Server 2012
https://github.com/php/php-src/blob/master/UPGRADING
요즘 보니까 dom 관련해서 성능도 오르고 api, 캐시도 엄청 추가되더라고요
php 템플릿들 빨라지겠어요
라라벨 라이브와이어 성능이 더 쾌적해지겠네요
========================================
14. Performance Improvements
========================================
- DOM:
. Looping over a DOMNodeList now uses caching. Therefore requesting items no
longer takes quadratic time by default.
. Getting text content from nodes now avoids an allocation, resulting in a
performance gain.
- Standard:
. The file() flags error check is now about 7% faster.
- SPL:
. RecursiveDirectoryIterator now performs less I/O when looping over a
directory.