I'm still getting up to speed with PHP but I came across this while using PHP on the command line. Executing php yaml-load.php in the spyc direct results in the message:
PHP Notice: Trying to get property of non-object in spyc.php on line 154.
The output is okay but it would be nice to get rid of the message. I'm running php 5.0.4 which uses Zend Engine 2.0.4 on Linux FC4.
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm still getting up to speed with PHP but I came across this while using PHP on the command line. Executing php yaml-load.php in the spyc direct results in the message:
PHP Notice: Trying to get property of non-object in spyc.php on line 154.
The output is okay but it would be nice to get rid of the message. I'm running php 5.0.4 which uses Zend Engine 2.0.4 on Linux FC4.
Thanks!
This bug has been fixed in the newest version of Spyc, 0.2. Thanks.