Support more of EG and PG in ext_zend_compat
commit69a83741fc1f88dc0f3d08db7a016888580f73fe
authorAlex Malyshev <alexanderm@fb.com>
Tue, 14 Jan 2014 00:18:29 +0000 (13 16:18 -0800)
committerSara Golemon <sgolemon@fb.com>
Mon, 20 Jan 2014 18:08:49 +0000 (20 10:08 -0800)
treedf8034a9424bb3f6f5111d842df499bd1a697f37
parent6aa6d171e1d85bb8b33e0083eb99f45c299c5908
Support more of EG and PG in ext_zend_compat

Not all of the functions return references, so they can't be written to,
only read from.

Reviewed By: @ptarjan

Differential Revision: D1128247
15 files changed:
hphp/runtime/ext_hhvm/ext_zend_compat.h
hphp/runtime/ext_zend_compat/hhvm/ZendObjectData.cpp
hphp/runtime/ext_zend_compat/hhvm/ZendObjectData.h
hphp/runtime/ext_zend_compat/hhvm/zend-class-entry.cpp [moved from hphp/runtime/ext_zend_compat/hhvm/zend_hphp_class_to_class_entry.cpp with 67% similarity]
hphp/runtime/ext_zend_compat/hhvm/zend-class-entry.h [copied from hphp/runtime/ext_zend_compat/hhvm/zend_hphp_class_to_class_entry.h with 71% similarity]
hphp/runtime/ext_zend_compat/hhvm/zend-property-info.cpp [copied from hphp/runtime/ext_zend_compat/hhvm/ZendObjectData.h with 51% similarity]
hphp/runtime/ext_zend_compat/hhvm/zend-property-info.h [moved from hphp/runtime/ext_zend_compat/hhvm/zend_hphp_class_to_class_entry.h with 78% similarity]
hphp/runtime/ext_zend_compat/php-src/Zend/zend_API.cpp
hphp/runtime/ext_zend_compat/php-src/Zend/zend_generators.h [new file with mode: 0644]
hphp/runtime/ext_zend_compat/php-src/Zend/zend_globals.cpp
hphp/runtime/ext_zend_compat/php-src/Zend/zend_globals.h
hphp/runtime/ext_zend_compat/php-src/Zend/zend_hash.h
hphp/runtime/ext_zend_compat/php-src/ext/standard/html.h [new file with mode: 0644]
hphp/runtime/ext_zend_compat/php-src/main/php_globals.cpp
hphp/runtime/ext_zend_compat/php-src/main/php_globals.h