今日は phpdbg まわりのファイル整理、php_plain_files_wrapper の非 const 化、interned strings buffer の初期化処理修正、.gitignore の大整理、テスト実行時の phpdbg での一部 phpt セクション対応の修正があった!
2018-10-24
petk: Remove phpdbg parser files generated by bison
- https://github.com/php/php-src/commit/c0446d55a2ea2abaaee5f5461f68ad8054aea56f
- sapi/phpdbg のパーサジェネレータからの生成となるファイルをリポジトリから削除
- リリース時のソースコードパッケージには生成後のファイルも含まれている、処理系本体もこの形
dstogov: Make php_plain_files_wrapper to be writable (workaround for swoole)
- https://github.com/php/php-src/commit/770fe51bfd8994c3df819cbf04b7d76824b55e5c
- [7.3~]
- php_plain_files_wrapper からの const 外し
- swoole で問題の出るケースがあるもよう(どの問題か見つけられず)
dstogov: Fixed build in directory different from source
- https://github.com/php/php-src/commit/a4043831188989609260d633db65d2d28ce0afae
- sapi/phpdbg で、ソースコード中での出力ファイル指定を削除
dstogov: Fixed reseting of interned strings buffer.
- https://github.com/php/php-src/commit/335fb94d547f0b2c121e573eff0d102ded586bab
- [7.3~]
- ext/opcache で、interned strings buffer のリクエスト開始時の初期化処理を修正
petk: Normalize .gitignore
- https://github.com/php/php-src/commit/0b63544f25adc6517fc221ee925ff6f94b84d47d
- .gitignore の大整理
- 超コメントが付いてる
- パスを指定する箇所では先頭スラッシュをある方へ統一
- ディレクトリを指定する箇所では末尾スラッシュを付与
petk: Fix run-tests.php for running phpdbg and certain test sections
- https://github.com/php/php-src/commit/220a2239a6c2cc76621d5b7d0584ab3b2797958e
- run-tests.php の一部 phpt セクションを phpdbg で実行できないのを修正
-
--EXTENSIONS--
、--SKIPIF--
、--CLEAN--
の箇所