Skip to content

Commit

Permalink
fix bugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ian(杨) committed Dec 11, 2015
1 parent b8db318 commit 1a9e827
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions config.m4
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
AC_DEFINE(PACKAGE_VERSION, "0.6.4")
AC_DEFINE(PACKAGE_NAME, "cconv")
AC_DEFINE(PACKAGE_BUGREPORT, "[email protected]")

PHP_ARG_ENABLE(cconv, whether to enable cconv support,
[ --enable-cconv Enable cconv support])
Expand Down
2 changes: 1 addition & 1 deletion php_cconv.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "config.h"
#endif

static function_entry cconv_functions[] = {
static zend_function_entry cconv_functions[] = {
PHP_FE(cconv, NULL)
{NULL, NULL, NULL}
};
Expand Down

0 comments on commit 1a9e827

Please sign in to comment.