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-06-12

Posted at

この日は不要コードの削除、一部ライブラリ検出の pkg-config への移行、Azure Pipelines の設定修正、テストコードの修正、bison の構文定義ファイルで非推奨化された機能を使わないようにする修正、ドキュメントの修正、コンパイラの警告潰し、curl ビルド時に CFLAGS/LDFLAGS が引き継がれていなかった問題の修正、printf 書式指定文字列が誤っていた箇所の修正、PHP 7.4.0alpha1 のリリース用作業、libcurl の SSL ライブラリ不検出時の不要な警告を出さないようにする修正、RETURN_* と ZVAL_* のマクロを do-while(0) のイディオムを使うようにする修正、ZEND_API の char * に const を付ける修正があった!
PHP 7.4.0alpha1 リリースのためか、なんかコミット多い日だった!

2019-06-12

nikic: Remove unused gmp_unary_ui_op() function

hughmcmaster: ext/ldap: Use PKG_CHECK_MODULES to detect the libsasl2 library

hughmcmaster: ext/standard: Use PKG_CHECK_MODULES to detect the Argon2 library

krakjoe: disable phpdbg on macosx, it's not well tested there and is skewing results [ci skip]

krakjoe: fix flaky gd tests

krakjoe: Revert "ext/pgsql: Use PKG_CHECK_MODULES to detect the pq library"

krakjoe: fix flaky test on OSX

krakjoe: fix flaky sockets test - form of response is OS dependent

nikic: Use %define api.pure instead of %pure-parser

nikic: Revert option rename

remicollet: add comment about pg_config/pkgconfig

krakjoe: fix flaky zip tests, order is OS dependent

derickr: Update credits pre-release

nikic: Fix -Wmissing-braces warnings

nikic: Fix type mismatch in two get_col callbacks

nikic: Don't use sqlite3_aggregate_count()

nikic: Use labs() on long integer

nikic: Suppress int to char conversion warnings

nikic: Preserve CFLAGS/LDFLAGS for curl ssl check

cmb69: Simplify GD null byte injection tests

cmb69: Fix nullbyte tests

nikic: Guard functions by SO_PASSCRED

nikic: Fix incorrect printf modifiers

nikic: Remove unused php_mbX_int_to_char() functions

nikic: Fix incorrect enum value uses in xmlrpc

nikic: Fix warnings in mysqlnd_alloc.c

nikic: Enable -Werror on m32 build

nikic: Fix mysqlnd printf modifiers

nikic: Remove MYSQLND_LLU_SPEC/MYSQLND_LL_SPEC

nikic: Fix unused value warnings in snprintf.c

nikic: Try to control ZEND_MM_ALIGNED_SIZE type

nikic: Fix unused variables in fpm_env.c

nikic: Mark some operand fetching funs as ATTRIBUTE_UNUSED

nikic: Remove always true condition

derickr: Update NEWS for PHP 7.4.0alpha1

derickr: Update CREDITS for PHP 7.4.0alpha1

derickr: Update NEWS for 7.4.0alpha2

nikic: Use memset instead of brace initialization

nikic: Fix ifdef position

nikic: Make ATTRIBUTE_UNUSED more portable

nikic: Fix unsigned char mismatch

krakjoe: we are not running database tests on macos, there is no need to install mysql or start pg

nikic: Don't warn if libcurl SSL library not detected

nikic: Fix ext/exif/tests/bug76557.phpt for 32-bit builds

nikic: Fix two 32-bit tests for zpp changes

nikic: Skip syntax errors in skipif conditions

nikic: Enable -Werror on macos builds

twose: Add do...while(0) for RETURN_* and ZVAL_* APIs

nikic: Mark label as potentially unused

twose: Constify some char* arguments or return values of ZEND_API

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?