This website works better with JavaScript.
홈
탐색
도움말
가입하기
로그인
salt
/
php-formula
원본 프로젝트 :
ExternalMirrors/php-formula
보기
2
좋아요
0
포크
0
코드
릴리즈
24
Activity
Saltstack Official PHP Formula
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
147
커밋
2
브랜치
트리:
8ee1b4bbed
master
revert-129-master
v1.3.0
v1.2.3
v1.2.2
v1.2.1
v1.2.0
v1.1.1
v1.1.0
v1.0.1
v1.0.0
v0.41.1
v0.41.0
v0.40.1
v0.40.0
v0.39.2
v0.39.1
v0.39.0
v0.38.1
v0.38.0
v0.37.1
v0.37.0
v0.36.0
v0.35.1
v0.35.0
v0.34.0
브랜치
태그
${ item.name }
Create branch
${ searchTerm }
from '8ee1b4bbed'
${ noResults }
php-formula
/
php
/
xml.sls
xml.sls
108B
Raw
Normal View
히스토리
New modules: mbstring and xml In RedHat, Fedora and CentOS mbstring and xml are not compiled by default in PHP In Debian these are compiled by default so the generic php5 package was specified
10 년 전
Change states to use short-dec style
10 년 전
New modules: mbstring and xml In RedHat, Fedora and CentOS mbstring and xml are not compiled by default in PHP In Debian these are compiled by default so the generic php5 package was specified
10 년 전
1
2
3
4
5
{% from "php/map.jinja" import php with context %}
php-xml:
pkg.installed:
- name: {{ php.xml_pkg }}