Skip to main content

YAML problem

Comments

2 comments

  • ozzieonline
    I found out that the problem occurs when I update to the newest PHP version. When I go back to the old PHP version (5.4) I can successfully install the YAML module again. However, if I update to PHP version 5.5.6 then I get the error message as shown above. Am I doing something wrong, or is this a bug? Can anyone please give me some information?
    0
  • cPanelMichael
    Hello :) I was able to successfully install the YAML Pecl module: # php -v PHP 5.5.6 (cli) (built: Dec 10 2013 10:48:03) Copyright (c) 1997-2013 The PHP Group Zend Engine v2.5.0, Copyright (c) 1998-2013 Zend Technologies
    # pecl list|grep yaml yaml 1.1.1 stable
    The only difference from the instructions you used was that I installed the Pecl module via: pecl install YAML
    Thank you.
    0

Please sign in to leave a comment.