瀏覽代碼

Add state file for installing the uuid extension.

tags/v0.34.0
Heinz Wiesinger 9 年之前
父節點
當前提交
b9e9a614e2
共有 2 個檔案被更改,包括 4 行新增0 行删除
  1. +2
    -0
      php/ng/map.jinja
  2. +2
    -0
      php/ng/uuid.sls

+ 2
- 0
php/ng/map.jinja 查看文件

@@ -1784,6 +1784,7 @@
'tcpdf': 'php-tcpdf',
'temp_dir': '/tmp',
'tidy': 'php5-tidy',
'uuid': 'php-uuid',
'xcache': 'php5-xcache',
'xdebug': 'php5-xdebug',
'xml': 'php5',
@@ -1891,6 +1892,7 @@
'tcpdf': 'php-tcpdf',
'temp_dir': '/tmp',
'tidy': 'php-tidy',
'uuid': 'php-pecl-uuid',
'xcache': 'php-xcache',
'xdebug': 'php-pecl-xdebug',
'xml': 'php-xml',

+ 2
- 0
php/ng/uuid.sls 查看文件

@@ -0,0 +1,2 @@
{% set state = 'uuid' %}
{% include "php/ng/installed.jinja" %}

Loading…
取消
儲存