ソースを参照

Merge pull request #128 from M2Mobi/uuid

Add state file for installing the uuid extension.
tags/v0.34.0
Javier Bértoli 7年前
コミット
64cc8f9ffd
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" %}

読み込み中…
キャンセル
保存