LoginSignup
1
0

More than 5 years have passed since last update.

php-master-changes 2019-03-01

Posted at

今日はエンジンのメモリリークの修正、不要コードの削除、opcache 最適化バグの修正、リポジトリ内のファイルのパーミッション修正、pdo_odbc.db2_instance_name の ini 設定削除、ドキュメントの更新、テストカバレジの向上、extra() の $prefix の引数処理の ZPP への移行、Linux でも opcache で POSIX 共有メモリを使うようにする修正、メモリアロケータでデバッグ情報を捨ててしまっていた箇所の修正、zend_objects_store_del() の修正、一部 SAPI モジュールが WCOREDUMP のマクロ定義がない環境でビルドに失敗する問題の修正、curl_error() がエラーなしの際に空文字列を返さない場合があった問題の修正、一部テストを並列実行に対応する修正があった!

2019-03-01

nikic: Fix leak in resolve_property_types

nikic: Remove unnecessary convert_to_string_safe macro

nikic: Don't remove CONST CAST in CONCAT operand

nikic: Free map_base_ptr during post_startup

petk: Remove PHP_DECLARED_TIMEZONE and HAVE_DECLARED_TIMEZONE

petk: Fix file permissions

KalleZ: Removed pdo_odbc.db2_instance_name

KalleZ: NEWS

royopa: Test for function posix_getpwnam() basic functionality

nikic: Convert extract() prefix to string zpp arg

dstogov: Enable Posix Shared Memory on Linux

dstogov: Keep original debug info

dstogov: Unused parameter

nikic: Check for NULL GC type in objects_store_del

kadler: Fix bug #77677: WCOREDUMP not available on all systems

jay: curl_error: return an empty string if no error occurred

nikic: Use separate files for SplFileObject::setCsvControl() tests

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0