Skip to content

Commit

Permalink
PHP_NEW_EXTENSION注册语句更新, 兼容新环境
Browse files Browse the repository at this point in the history
  • Loading branch information
del committed Jun 29, 2018
1 parent d6a01b9 commit 9539b1f
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 9539b1f

Please sign in to comment.