From 1bfdd309b41166de228146909446860881d7a8b8 Mon Sep 17 00:00:00 2001 From: Nagy Karoly Gabriel Date: Sat, 9 Jun 2007 17:57:28 +0000 Subject: [PATCH] * removed self registration from package/security/php-ssh2/php-ssh2.conf git-svn-id: svn://svn.opensde.net/opensde/package/trunk@21292 10447126-35f2-4685-b0cf-6dd780d3921f --- security/php-ssh2/php-ssh2.conf | 8 -------- 1 file changed, 8 deletions(-) diff --git a/security/php-ssh2/php-ssh2.conf b/security/php-ssh2/php-ssh2.conf index afe74c259..aaa819916 100644 --- a/security/php-ssh2/php-ssh2.conf +++ b/security/php-ssh2/php-ssh2.conf @@ -18,11 +18,3 @@ prefix=$( pkgprefix php ) set_confopt hook_add preconf 5 "$( pkgprefix bindir php )/phpize " - -register_php-ssh2() { -# we are registering our extension to php and load it by default - echo "extension=ssh2.so" >> "$( pkgprefix docdir php )/php.ini-dist" - echo "extension=ssh2.so" >> "$( pkgprefix docdir php )/php.ini-recommended" -} - -hook_add postmake 5 "register_php-ssh2"