LoginSignup
2
0

More than 5 years have passed since last update.

php-master-changes 2019-04-17

Posted at

今日はビルド時の PCRE JIT サポートの判定修正、ビルドシステムのリファクタリング、interbase 拡張のコンパイルがこけていた問題の修正、テストの修正、DatePeriod::__construct() に無効な $recurrence を渡しても生成できてしまう問題の修正、typo の修正、$GLOBALS['hage'] での変数アクセスの最適化、mbstring での internal_encoding のフォールバック処理の修正があった!

2019-04-17

temap: ext/pcre/config0.m4: add ac_cv_have_pcre2_jit variable

petk: Simplify generated_lists generation

dstogov: Fixed compilation

cmb69: Fix tests for non English environments

nyamsprod: Fixed bug #77909: DatePeriod::__construct() with invalid recurrence count value

carusogabriel: Fix typo

dstogov: Eliminate FETCH $GLOBALS followed by FETCH_DIM/UNSET_DIM/ISSET_ISEMPTY_DIM

dstogov: Fixed test

nikic: Fix internal_encoding fallback in mbstring

nikic: Remove some uses of deprecated internal_encoding settings in tests

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