Hello,
I want to be able to use the yaml_parse function in PHP.
Can anyone please help me to install the extension?
I tries this in Putty:
pecl install yaml
Then I got a message saying I need to install libyaml first. However I can't find the correct way to do that. I found this link InstallingWithPecl - php-yaml - Instructions for installing extension with pecl - LibYAML extension for php - Google Project Hosting and it says you install it by using "apt-get install libyaml-dev", but this is for a Ubuntu machine. Mine is Centos.
Can anyone please help me?
I want to be able to use the yaml_parse function in PHP.
Can anyone please help me to install the extension?
I tries this in Putty:
pecl install yaml
Then I got a message saying I need to install libyaml first. However I can't find the correct way to do that. I found this link InstallingWithPecl - php-yaml - Instructions for installing extension with pecl - LibYAML extension for php - Google Project Hosting and it says you install it by using "apt-get install libyaml-dev", but this is for a Ubuntu machine. Mine is Centos.
Can anyone please help me?