Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion php-5/hypernode-20160309.1

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion php-7.0/hypernode-20160309.1

This file was deleted.

11 changes: 11 additions & 0 deletions php-7.0/hypernode-20160309.1/config.m4
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
dnl $Id$
dnl config.m4 for extension hypernode

PHP_ARG_ENABLE(hypernode, whether to enable hypernode support,
[ --enable-hypernode Enable hypernode support])

if test "$PHP_HYPERNODE" != "no"; then
dnl Write more examples of tests here...

PHP_NEW_EXTENSION(hypernode, hypernode.c, $ext_shared)
fi
Loading