Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoan committed Aug 27, 2017
1 parent 7a6b600 commit a1c3ab1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ if test "$PHP_WING_PROCESS" != "no"; then
dnl
dnl PHP_SUBST(WING_PROCESS_SHARED_LIBADD)

PHP_NEW_EXTENSION(wing_process, wing_process.cpp, $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
PHP_NEW_EXTENSION(wing_process, wing_process.c, $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
fi
2 changes: 1 addition & 1 deletion config.w32
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
// ARG_ENABLE("wing_process", "enable wing_process support", "no");

if (PHP_WING_PROCESS != "no") {
EXTENSION("wing_process", "wing_process.cpp", PHP_EXTNAME_SHARED, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
EXTENSION("wing_process", "wing_process.c", PHP_EXTNAME_SHARED, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
}

File renamed without changes.

0 comments on commit a1c3ab1

Please sign in to comment.