This file is indexed.

/usr/share/php/.registry/.channel.pear.symfony-project.com/yaml.reg is in php-symfony-yaml 1.0.6-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
a:22:{s:7:"attribs";a:6:{s:15:"packagerversion";s:5:"1.9.2";s:7:"version";s:3:"2.1";s:5:"xmlns";s:35:"http://pear.php.net/dtd/package-2.1";s:11:"xmlns:tasks";s:33:"http://pear.php.net/dtd/tasks-1.0";s:9:"xmlns:xsi";s:41:"http://www.w3.org/2001/XMLSchema-instance";s:18:"xsi:schemaLocation";s:147:"http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.1 http://pear.php.net/dtd/package-2.1.xsd";}s:4:"name";s:4:"YAML";s:7:"channel";s:24:"pear.symfony-project.com";s:7:"summary";s:27:"The Symfony YAML Component.";s:11:"description";s:27:"The Symfony YAML Component.";s:4:"lead";a:4:{s:4:"name";s:16:"Fabien Potencier";s:4:"user";s:6:"fabpot";s:5:"email";s:36:"fabien.potencier@symfony-project.org";s:6:"active";s:3:"yes";}s:4:"date";s:10:"2011-07-01";s:4:"time";s:8:"08:46:31";s:7:"version";a:2:{s:7:"release";s:5:"1.0.6";s:3:"api";s:5:"1.0.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:38:"http://www.symfony-project.com/license";}s:8:"_content";s:11:"MIT license";}s:5:"notes";s:1:"-";s:8:"contents";a:1:{s:3:"dir";a:2:{s:7:"attribs";a:1:{s:4:"name";s:1:"/";}s:4:"file";a:5:{i:0;a:1:{s:7:"attribs";a:2:{s:4:"name";s:14:"lib/sfYaml.php";s:4:"role";s:3:"php";}}i:1;a:1:{s:7:"attribs";a:2:{s:4:"name";s:20:"lib/sfYamlDumper.php";s:4:"role";s:3:"php";}}i:2;a:1:{s:7:"attribs";a:2:{s:4:"name";s:20:"lib/sfYamlInline.php";s:4:"role";s:3:"php";}}i:3;a:1:{s:7:"attribs";a:2:{s:4:"name";s:20:"lib/sfYamlParser.php";s:4:"role";s:3:"php";}}i:4;a:1:{s:7:"attribs";a:2:{s:4:"name";s:15:"README.markdown";s:4:"role";s:3:"doc";}}}}}s:12:"dependencies";a:1:{s:8:"required";a:2:{s:3:"php";a:1:{s:3:"min";s:5:"5.2.4";}s:13:"pearinstaller";a:1:{s:3:"min";s:5:"1.4.1";}}}s:10:"phprelease";a:1:{s:8:"filelist";a:1:{s:7:"install";a:4:{i:0;a:1:{s:7:"attribs";a:2:{s:2:"as";s:33:"SymfonyComponents/YAML/sfYaml.php";s:4:"name";s:14:"lib/sfYaml.php";}}i:1;a:1:{s:7:"attribs";a:2:{s:2:"as";s:39:"SymfonyComponents/YAML/sfYamlDumper.php";s:4:"name";s:20:"lib/sfYamlDumper.php";}}i:2;a:1:{s:7:"attribs";a:2:{s:2:"as";s:39:"SymfonyComponents/YAML/sfYamlInline.php";s:4:"name";s:20:"lib/sfYamlInline.php";}}i:3;a:1:{s:7:"attribs";a:2:{s:2:"as";s:39:"SymfonyComponents/YAML/sfYamlParser.php";s:4:"name";s:20:"lib/sfYamlParser.php";}}}}}s:9:"changelog";a:1:{s:7:"release";a:7:{i:0;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.0.6";s:3:"api";s:5:"1.0.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2011-07-01";s:7:"license";s:3:"MIT";s:5:"notes";s:89:"* fabien: fixed typo
       * fabien: renamed doc files to avoid collision with pecl/yaml";}i:1;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.0.5";s:3:"api";s:5:"1.0.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2010-02-22";s:7:"license";s:3:"MIT";s:5:"notes";s:29:"* indiyets: fixed package.xml";}i:2;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.0.4";s:3:"api";s:5:"1.0.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2010-11-29";s:7:"license";s:3:"MIT";s:5:"notes";s:50:"* fabien: fixed parsing of simple inline documents";}i:3;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.0.3";s:3:"api";s:5:"1.0.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2010-04-06";s:7:"license";s:3:"MIT";s:5:"notes";s:724:"* fabien: fixed YAML parser when mbstring.func_overload is used with an mbstring.internal_encoding different from ASCII 
       * fabien: fixed offset when the document use --- or the %YAML element 
       * fabien: added ? in the list of characters that trigger quoting (for compatibility with libyaml) 
       * fabien: added backtick to the list of characters that trigger quotes as it is reserved for future use 
       * FabianLange: fixed missing newline in sfYamlParser when parsing certain symfony core files 
       * FabianLange: removed the unused value property from Parser 
       * fabien: changed Exception to InvalidArgumentException 
       * fabien: fixed YAML dump when a string contains a \r without a \n";}i:4;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.0.2";s:3:"api";s:5:"1.0.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2009-12-01";s:7:"license";s:3:"MIT";s:5:"notes";s:40:"* fabien: fixed \ usage in quoted string";}i:5;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.0.1";s:3:"api";s:5:"1.0.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2009-12-01";s:7:"license";s:3:"MIT";s:5:"notes";s:68:"* fabien: fixed a possible loop in parsing a non-valid quoted string";}i:6;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.0.0";s:3:"api";s:5:"1.0.0";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2009-11-30";s:7:"license";s:3:"MIT";s:5:"notes";s:53:"* fabien: first stable release as a Symfony Component";}}}s:8:"filelist";a:5:{s:14:"lib/sfYaml.php";a:5:{s:4:"name";s:14:"lib/sfYaml.php";s:4:"role";s:3:"php";s:10:"install-as";s:33:"SymfonyComponents/YAML/sfYaml.php";s:6:"md5sum";s:32:"2b7116a9f3bf6f9e8cd914c81bf79830";s:12:"installed_as";s:48:"/usr/share/php/SymfonyComponents/YAML/sfYaml.php";}s:20:"lib/sfYamlDumper.php";a:5:{s:4:"name";s:20:"lib/sfYamlDumper.php";s:4:"role";s:3:"php";s:10:"install-as";s:39:"SymfonyComponents/YAML/sfYamlDumper.php";s:6:"md5sum";s:32:"28196a0efdcea67d72e1eaf71e936958";s:12:"installed_as";s:54:"/usr/share/php/SymfonyComponents/YAML/sfYamlDumper.php";}s:20:"lib/sfYamlInline.php";a:5:{s:4:"name";s:20:"lib/sfYamlInline.php";s:4:"role";s:3:"php";s:10:"install-as";s:39:"SymfonyComponents/YAML/sfYamlInline.php";s:6:"md5sum";s:32:"cb97a7ac95e5c6df398514b43dfe9191";s:12:"installed_as";s:54:"/usr/share/php/SymfonyComponents/YAML/sfYamlInline.php";}s:20:"lib/sfYamlParser.php";a:5:{s:4:"name";s:20:"lib/sfYamlParser.php";s:4:"role";s:3:"php";s:10:"install-as";s:39:"SymfonyComponents/YAML/sfYamlParser.php";s:6:"md5sum";s:32:"02fc0966083c293c851f2de6abb24875";s:12:"installed_as";s:54:"/usr/share/php/SymfonyComponents/YAML/sfYamlParser.php";}s:15:"README.markdown";a:4:{s:4:"name";s:15:"README.markdown";s:4:"role";s:3:"doc";s:6:"md5sum";s:32:"872df9017f6485111a36d2ce9c1e8bdc";s:12:"installed_as";s:52:"/usr/share/doc/php-symfony-yaml/YAML/README.markdown";}}s:12:"_lastversion";N;s:7:"dirtree";a:3:{s:37:"/usr/share/php/SymfonyComponents/YAML";b:1;s:32:"/usr/share/php/SymfonyComponents";b:1;s:36:"/usr/share/doc/php-symfony-yaml/YAML";b:1;}s:3:"old";a:7:{s:7:"version";s:5:"1.0.6";s:12:"release_date";s:10:"2011-07-01";s:13:"release_state";s:6:"stable";s:15:"release_license";s:11:"MIT license";s:13:"release_notes";s:1:"-";s:12:"release_deps";a:2:{i:0;a:4:{s:4:"type";s:3:"php";s:3:"rel";s:2:"ge";s:7:"version";s:5:"5.2.4";s:8:"optional";s:2:"no";}i:1;a:6:{s:4:"type";s:3:"pkg";s:7:"channel";s:12:"pear.php.net";s:4:"name";s:4:"PEAR";s:3:"rel";s:2:"ge";s:7:"version";s:5:"1.4.1";s:8:"optional";s:2:"no";}}s:11:"maintainers";a:1:{i:0;a:5:{s:4:"name";s:16:"Fabien Potencier";s:5:"email";s:36:"fabien.potencier@symfony-project.org";s:6:"active";s:3:"yes";s:6:"handle";s:6:"fabpot";s:4:"role";s:4:"lead";}}}s:10:"xsdversion";s:3:"2.0";s:13:"_lastmodified";i:1337946708;}