From aa92c6c1c206eb46dd3ae351d67e5c48e14a1641 Mon Sep 17 00:00:00 2001 From: Christophe Nowicki Date: Fri, 6 Aug 2004 13:50:12 +0000 Subject: remove COMPILE_DL_LASSO ... now php can load lasso.so --- php/lasso.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'php') diff --git a/php/lasso.c b/php/lasso.c index c2fa86be..8ce15d4b 100644 --- a/php/lasso.c +++ b/php/lasso.c @@ -123,9 +123,7 @@ zend_module_entry lasso_module_entry = { }; /* }}} */ -#ifdef COMPILE_DL_LASSO ZEND_GET_MODULE(lasso) -#endif /* {{{ PHP_INI */ @@ -314,8 +312,8 @@ PHP_FUNCTION(lasso_version) zend_printf("DEBUG: lasso_version\n"); - snprintf(lasso_version, 6, "%d.%d.%d", LASSO_VERSION_MAJOR, - LASSO_VERSION_MINOR, LASSO_VERSION_SUBMINOR); + /* snprintf(lasso_version, 6, "%d.%d.%d", LASSO_VERSION_MAJOR, + LASSO_VERSION_MINOR, LASSO_VERSION_SUBMINOR); */ RETURN_STRING(lasso_version, 1) } -- cgit