2
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-07-16

Posted at

今日は字句解析器のリファクタリング、不要コードの削除、typo の修正、インクリメント / デクリメントのオペコードハンドラの修正、VM の実装で IS_UNDEF のチェックを遅らせるようにする修正、テストの並列実行対策、opcache_get_configuration() で JIT なしビルドでも JIT 用設定の情報をとろうとしていた問題の修正、7.2 系 / 7.3 系の開発バージョン引き上げ、PHP タグだけのファイルが正常に開始タグ以外何もないファイルとして解釈されるようにする修正、ZEND_HASH_FOREACH の利用箇所を追加するリファクタリング、一部分岐条件を ZEND_ASSERT に置き換える修正、テストでショートタグの使われていた箇所の修正、PHP スクリプトの読み込み時にそのスクリプトへ同時に書き込みが発生すると SIGBUS が投げられる問題の修正、ZEND API zend_stream_init_fp() と zend_stream_init_filename() を実装する修正があった!

2019-07-16

nikic: Combine SKIP_TOKEN+RETURN_TOKEN into one macro

petk: Remove some *.dsp/*.dsw leftovers

petk: Remove Windows syslog script and syslog.reg

petk: Remove unused files

petk: Remove win32/php_stdbool.h

Girgias: Small typo and proto name fix

dstogov: Fixed incorrect specialization (missed IS_INDIRECT handling)

dstogov: Delay IS_UNDEF checks

nikic: Canonicalize file-names in zip tests

nikic: Fix name collisions in fputcsv tests

nikic: Fix build without jit

remicollet: next is 7.2.22

nikic: Fixed bug #78297

nikic: Support <?php followed by EOF

nikic: Use ZEND_HASH_FOREACH APIs in a few more places

dstogov: Replace deprecated conditions by ZEND_ASSERT.

remicollet: move NEWS entry [ci skip]

cmb69: Update NEWS [ci skip]

Girgias: Convert short tag to standard tag in Zend test file

nikic: Fix bug #52752 by not using mmap() to lex files

nikic: Remove ZEND_HANDLE_FD

nikic: Remove unused _get_zval_ptr_cv_BP_VAR_UNSET function

dstogov: Slit INC/DEC opcodes into hot/cold parts and remove specialized versioins for LONG_OR_DOUBLE.

nikic: Introduce zend_stream_init_fp() API

nikic: Introduce zend_stream_init_filename()

2
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
2
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?