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 2018-10-20

1
Posted at

今日は buildconf が標準エラー出力へエラーを吐くようにする修正、古いビルドシステムで使われていた不要なファイルの削除、tests 下からの自動生成でない .php のリネーム、zend_isnan() / zend_isinf() / zend_finite() の実装で C++11 のシンボルを使うようにする修正があった!

2018-10-20

mizunashi-mana: Fix #77041: buildconf should output error messages to stderr

petk: [ci skip] Update NEWS

petk: Remove mkdep.awk

petk: Rename two *.php files in tests folders

weltling: Use C++ symbols with C++11, take 2

ifdef __cplusplus

extern "C" {

endif

みたくなってる文脈で使われる際にここだけ抜け出す用とかかな?
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?