LoginSignup
1
0

More than 5 years have passed since last update.

PHP 5.4.0alpha3 に, いくつかの SPL クラスを継承したクラスを定義できない問題があったけど, 5.4.0beta1 で修正されたみたいです.

Last updated at Posted at 2012-03-16

5.4.0alpha3 では, 例えば以下のようなコードが動きませんでした.

<?php
class Foo extends SplFileInfo {}
new Foo(__FILE__);
1
0
1

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