]> granicus.if.org Git - php/commit
Merge branch 'newInstanceWithoutConstructor' into PHP-5.6
authorFerenc Kovacs <tyrael@php.net>
Wed, 30 Jul 2014 08:23:29 +0000 (10:23 +0200)
committerFerenc Kovacs <tyrael@php.net>
Wed, 30 Jul 2014 08:23:29 +0000 (10:23 +0200)
commit89b54c2aa5c829cc51c6c2186788e98d9ffe46b6
tree361fe880a7fff905c46570d044ad0aeefedd5439
parent43e956a9a1b72dda31f24f1fc9804e19f3391dd4
parentd18b16244c0cf3daf806bbad5a459fbd3195f152
Merge branch 'newInstanceWithoutConstructor' into PHP-5.6

* newInstanceWithoutConstructor:
  update the exception message to better match the actual check
  ReflectionClass::newInstanceWithoutConstructor() should be allowed to instantiate every class except those internal classes with a final __construct()