- Timestamp:
- 09/15/07 04:29:50 (6 years ago)
- Location:
- lang/php/php_hyperestraier
- Files:
-
- 2 modified
-
config.m4 (modified) (2 diffs)
-
hyperestraier.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/php/php_hyperestraier/config.m4
r149 r159 76 76 PHP_CHECK_LIBRARY($LIBNAME, $LIBSYMBOL, 77 77 [ 78 PHP_ADD_LIBRARY_WITH_PATH($LIBNAME, $HYPERESTRAIER_DIR/lib, SENNA_SHARED_LIBADD)78 LDFLAGS=`estconfig --libs` 79 79 AC_DEFINE(HAVE_HYPERESTRAIERLIB,1,[ ]) 80 80 ],[ … … 84 84 ]) 85 85 86 PHP_SUBST(HYPERESTRAIER_SHARED_LIBADD)87 88 86 PHP_NEW_EXTENSION(hyperestraier, hyperestraier.c, $ext_shared) 89 87 -
lang/php/php_hyperestraier/hyperestraier.c
r149 r159 49 49 PHP_MINIT(hyperestraier), 50 50 PHP_MSHUTDOWN(hyperestraier), 51 PHP_RINIT(NULL),52 PHP_RSHUTDOWN(NULL),51 NULL, /* PHP_RINIT */ 52 NULL, /* PHP_RSHUTDOWN */ 53 53 PHP_MINFO(hyperestraier), 54 54 #if ZEND_MODULE_API_NO >= 20010901 55 "1.0", /* Replace with version number for your extension */55 "1.0", 56 56 #endif 57 57 STANDARD_MODULE_PROPERTIES
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)