LoginSignup
2
0

More than 5 years have passed since last update.

php-master-changes 2019-02-04

Posted at

今日はドキュメントの更新、一部エディタ用の設定が各ファイルに書かれていたのを削除、array_slice() の引数処理の修正、オブジェクトハンドラの API が zval でなく zend_object / zend_string をとるようにする修正、EG(trampoline) の共通フィールド再初期化処理の追加、ldap の ldap_control_paged_result() と ldap_control_paged_result_response() の非推奨化と ldap_sort() の削除があった!

2019-02-04

cmb69: [ci skip] Add missing notes regarding gc_status()

petk: Remove local variables

nikic: Make array_slice $length param a nullable integer

dstogov: Refactor zend_object_handlers API to pass zend_object* and zend_string* insted of zval(s).

dstogov: Reuse cache_slot

dstogov: More accurate get_properties() usage.

dstogov: ext/com_dotnet support for new object handlers API

dstogov: Added note anout object habdlers API change

dstogov: Reset common fields of EG(trampoline)

Côme Chilliet: Mark ldap_control_paged_result and ldap_control_paged_result_response as deprecated

Côme Chilliet: Removed ldap_sort and LDAP_DEPRECATED build flag

staabm: fixed typo in UPGRADING.INTERNALS

cmb69: Fix type confusion

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