]> granicus.if.org Git - php/commit
- Fixed bug #61388 (ReflectionObject:getProperties() issues invalid reads
authorGustavo André dos Santos Lopes <cataphract@php.net>
Sun, 18 Mar 2012 18:23:27 +0000 (18:23 +0000)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Sun, 18 Mar 2012 18:23:27 +0000 (18:23 +0000)
commit920072df6561b2e7df29a2860f440f89e701c733
tree6facda0dcd19e6582aa4600e4616a082f6652d28
parentd870a411186638907a1e6b064a02fbe7afc03f2e
- Fixed bug #61388 (ReflectionObject:getProperties() issues invalid reads
  when get_properties returns a hash table with (inaccessible) dynamic
  numeric properties).
ext/reflection/php_reflection.c
ext/reflection/tests/bug61388.phpt [new file with mode: 0644]