Skip to content
This repository was archived by the owner on Jul 7, 2018. It is now read-only.

Commit 856d82b

Browse files
committed
Cleanup after PHP < 7.1 support removed
1 parent 5873a07 commit 856d82b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

php_ref.h

-4
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,6 @@ extern zend_module_entry php_ref_module_entry;
5757
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(name, return_reference, required_num_args, type, NULL, allow_null)
5858
#endif
5959

60-
#if PHP_VERSION_ID < 70100
61-
#define zend_get_executed_scope() EG(scope)
62-
#endif
63-
6460

6561
#ifdef ZTS
6662
#include "TSRM.h"

0 commit comments

Comments
 (0)