Bladeren bron

Add state file for installing the uuid extension.

tags/v0.34.0
Heinz Wiesinger 9 jaren geleden
bovenliggende
commit
b9e9a614e2
2 gewijzigde bestanden met toevoegingen van 4 en 0 verwijderingen
  1. +2
    -0
      php/ng/map.jinja
  2. +2
    -0
      php/ng/uuid.sls

+ 2
- 0
php/ng/map.jinja Bestand weergeven

'tcpdf': 'php-tcpdf', 'tcpdf': 'php-tcpdf',
'temp_dir': '/tmp', 'temp_dir': '/tmp',
'tidy': 'php5-tidy', 'tidy': 'php5-tidy',
'uuid': 'php-uuid',
'xcache': 'php5-xcache', 'xcache': 'php5-xcache',
'xdebug': 'php5-xdebug', 'xdebug': 'php5-xdebug',
'xml': 'php5', 'xml': 'php5',
'tcpdf': 'php-tcpdf', 'tcpdf': 'php-tcpdf',
'temp_dir': '/tmp', 'temp_dir': '/tmp',
'tidy': 'php-tidy', 'tidy': 'php-tidy',
'uuid': 'php-pecl-uuid',
'xcache': 'php-xcache', 'xcache': 'php-xcache',
'xdebug': 'php-pecl-xdebug', 'xdebug': 'php-pecl-xdebug',
'xml': 'php-xml', 'xml': 'php-xml',

+ 2
- 0
php/ng/uuid.sls Bestand weergeven

{% set state = 'uuid' %}
{% include "php/ng/installed.jinja" %}

Laden…
Annuleren
Opslaan