Skip to content

Commit

Permalink
Merge pull request del-xiong#11 from del-xiong/del
Browse files Browse the repository at this point in the history
PHP_NEW_EXTENSION注册语句更新, 兼容新环境
  • Loading branch information
del-xiong authored Jun 29, 2018
2 parents d6a01b9 + 9539b1f commit 7ce6db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ dnl Make sure that the comment is aligned:

if test "$PHP_php_screw" != "no"; then
dnl Action..
PHP_EXTENSION(php_screw_plus, $ext_shared)
PHP_NEW_EXTENSION(php_screw_plus, php_screw_plus.c, $ext_shared)
fi

0 comments on commit 7ce6db0

Please sign in to comment.