1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

php-master-changes 2019-08-09

Posted at

この日はテストの修正、循環参照 GC の実装修正、組み込み関数の arginfo を PHP コードのスタブファイルから生成するようにする修正、初期化されていない DateTime をエラー扱いとする修正、openssl_random_pseudo_bytes() の引数チェックバグの修正、mbstring で無効な文字がカウントされるようにする修正があった!

2019-08-09

mbeccati: Fix test when default TZ is not UTC

mbeccati: Skip test when SIGKILL is not defined

dstogov: Added asserts to catch GC errors when refcount goes below zero.

dstogov: Fixed second part of the bug #78379 (Cast to object confuses GC, causes crash)

nikic: Generate arginfo from PHP stub files

nikic: Make uninitialized DateTime an Error

nikic: Fixed bug #78391

nikic: Don't short-circuit MBFL_OUTPUTFILTER_ILLEGAL_MODE_NONE

dstogov: Fixed handling of references in nested data of objects with destructor

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?