Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit 6bb1f57

Browse files
committedSep 24, 2017
Fix improperly internally constructed RAILMode enum class, #60
1 parent b8a6667 commit 6bb1f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/php_v8_enums.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ PHP_MINIT_FUNCTION (php_v8_enums) {
128128
#undef this_ce
129129

130130
// v8::RAILMode
131-
#define this_ce php_v8_index_filter_class_entry
131+
#define this_ce php_v8_rail_mode_class_entry
132132
INIT_NS_CLASS_ENTRY(ce, PHP_V8_NS, "RAILMode", php_v8_enum_methods);
133133
this_ce = zend_register_internal_class(&ce);
134134
this_ce->ce_flags |= ZEND_ACC_FINAL;

0 commit comments

Comments
 (0)
This repository has been archived.