We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3b2867 commit 40d8795Copy full SHA for 40d8795
debian/rules
@@ -19,6 +19,10 @@ install/php7.0-tarantool::
19
debian/php7.0-tarantool/usr/lib/php/$(phpapi)/
20
echo extension=tarantool.so \
21
> debian/php7.0-tarantool/etc/php/7.0/mods-available/tarantool.ini
22
+ # Enable the extension.
23
+ install -m 0755 -d debian/php7.0-tarantool/etc/php/7.0/cli/conf.d
24
+ ln -s /etc/php/7.0/mods-available/tarantool.ini \
25
+ debian/php7.0-tarantool/etc/php/7.0/cli/conf.d/50-tarantool.ini
26
27
clean::
28
phpize --clean
0 commit comments