Compare commits

...

3 Commits

Author SHA1 Message Date
8424c9f2f5
Update php-yaml-extention.md 2024-10-06 13:20:45 -04:00
080ee64a96
Update php-yaml-extention.md 2024-10-06 13:07:59 -04:00
0d91d63001
Update php-yaml-extention.md 2024-10-06 12:58:42 -04:00

View File

@ -12,11 +12,10 @@ comments = true
justify = false # text-align: justify;
single = false # display as a single page, hide navigation on bottom, like as about page.
license = "" # CC License
draft = false
+++
A server configuration is a set of instructions that tells a computer how to operate. The instructions can include the type of hardware to use, the software to install, and the settings to use. A server configuration can be used to set up a new computer, or to change the settings on an existing computer.
Here is the configuration I usually use for my fresh new sever:
<!--more-->
# Step 1
@ -53,7 +52,9 @@ Here is the configuration I usually use for my fresh new sever:
Zend Module Api No: 20160303
Zend Extension Api No: 320160303
Please provide the prefix of libyaml installation [autodetect] :
## if errors:
$sudo brew install autoconf
$sudo pecl install --ignore-errors yaml
# Step 5
Please provide the prefix of libyaml installation [autodetect] : /opt/homebrew/Cellar/libyaml/0.2.5