Skip to content

Commit

Permalink
Merge pull request #6 from vjardin/PHP-7.2
Browse files Browse the repository at this point in the history
Windows: fix ZEND_EXTENSION() -> EXTENSION()
  • Loading branch information
nanosonde authored Aug 7, 2018
2 parents a863b8d + 8058819 commit c8cdb52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.w32
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG_ENABLE("bcgen", "whether to enable Zend bcgen support", "yes");

if (PHP_BCGEN != "no") {

ZEND_EXTENSION('bcgen', "\
EXTENSION('bcgen', "\
ZendAccelerator.c \
zend_accelerator_debug.c \
zend_accelerator_module.c \
Expand Down

0 comments on commit c8cdb52

Please sign in to comment.