]> granicus.if.org Git - php/commit
Fixed bug #64007 (There is an ability to create instance of Generator by hand).
authorXinchen Hui <laruence@php.net>
Sat, 19 Jan 2013 09:01:57 +0000 (17:01 +0800)
committerXinchen Hui <laruence@php.net>
Sat, 19 Jan 2013 09:01:57 +0000 (17:01 +0800)
commitf7b99c481d0a943d922e99ad9afa82c45193030e
treeb560b2803a1a20943f27a14ccc2f047e38761165
parente23fca8910b96f1c3bb26c6582c17c92fd6f2f7a
Fixed bug #64007 (There is an ability to create instance of Generator by hand).

Use get_constrctor instead of access of the ce->constructor directly
NEWS
ext/reflection/php_reflection.c
ext/reflection/tests/bug64007.phpt [new file with mode: 0644]