PHP 5.5.4 업데이트
고향집에서 하남으로 돌아와서 이것저것 확인하다 PHP가 5.5.4로 업데이트 됐다길래 잠깐의 망설임도 없이 바로 다운로드해서 서버에 적용.. 여러가지 버그가 픽스되었다고 하니 업데이트 하는 게 좋을 것 같다. PHP 업데이트를 자주 하게 되니까 컴파일하고 적용하는데 이젠 그리 긴 시간이 필요치 않게 됐다.
PHP 5.5.4의 변경내역은 아래와 같다.
Version 5.5.4
19-Sep-2013
- Core:
- Fixed bug #60598 (cli/apache sapi segfault on objects manipulation).
- Improved fputcsv() to allow specifying escape character.
- Fixed bug #65483 (quoted-printable encode stream filter incorrectly encoding spaces).
- Fixed bug #65470 (Segmentation fault in zend_error() with –enable-dtrace).
- Fixed bug #65490 (Duplicate calls to get lineno & filename for DTRACE_FUNCTION_*).
- Fixed bug #65225 (PHP_BINARY incorrectly set).
- Fixed bug #62692 (PHP fails to build with DTrace).
- Fixed bug #61759 (class_alias() should accept classes with leading backslashes).
- Fixed bug #46311 (Pointer aliasing issue results in miscompile on gcc4.4).
- cURL:
- Fixed bug #65458 (curl memory leak).
- Datetime:
- OPCache:
- Fixed bug #65561 (Zend Opcache on Solaris 11 x86 needs ZEND_MM_ALIGNMENT=4).
- Openssl:
- Fixed bug #64802 (openssl_x509_parse fails to parse subject properly in some cases).
- Session:
- Standard:
- Fix issue with return types of password API helper functions. Found via static analysis by cjones.