This file is indexed.

/usr/share/php/.registry/console_table.reg is in php-console-table 1.2.0-2.

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
10
11
12
13
14
15
16
17
18
19
a:23:{s:7:"attribs";a:6:{s:15:"packagerversion";s:5:"1.9.4";s:7:"version";s:3:"2.0";s:5:"xmlns";s:35:"http://pear.php.net/dtd/package-2.0";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.0 http://pear.php.net/dtd/package-2.0.xsd";}s:4:"name";s:13:"Console_Table";s:7:"channel";s:12:"pear.php.net";s:7:"summary";s:56:"Library that makes it easy to build console style tables";s:11:"description";s:195:"Provides a Console_Table class with methods such as addRow(), insertRow(), addCol() etc. to build console tables with or without headers and with user defined table rules, padding, and alignment.";s:4:"lead";a:2:{i:0;a:4:{s:4:"name";s:13:"Jan Schneider";s:4:"user";s:6:"yunosh";s:5:"email";s:13:"jan@horde.org";s:6:"active";s:3:"yes";}i:1;a:4:{s:4:"name";s:13:"Richard Heyes";s:4:"user";s:7:"richard";s:5:"email";s:19:"richard@phpguru.org";s:6:"active";s:2:"no";}}s:9:"developer";a:2:{i:0;a:4:{s:4:"name";s:8:"Tal Peer";s:4:"user";s:3:"tal";s:5:"email";s:11:"tal@php.net";s:6:"active";s:2:"no";}i:1;a:4:{s:4:"name";s:13:"Xavier Noguer";s:4:"user";s:7:"xnoguer";s:5:"email";s:15:"xnoguer@php.net";s:6:"active";s:2:"no";}}s:4:"date";s:10:"2014-02-17";s:4:"time";s:8:"22:43:25";s:7:"version";a:2:{s:7:"release";s:5:"1.2.0";s:3:"api";s:5:"1.2.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:50:"http://www.opensource.org/licenses/bsd-license.php";}s:8:"_content";s:3:"BSD";}s:5:"notes";s:331:"* Make border visibility configurable (Christian Weiske, Request #20186).
* Allow to customize all border characters (Christian Weiske, Request #20182).
* Fix notice when using setAlign() on other than first column (Christian Weiske, Bug #20181).
* Use Console_Color2 to avoid notices from PHP 4 code (Christian Weiske, Bug #20188)";s:8:"contents";a:1:{s:3:"dir";a:2:{s:7:"attribs";a:2:{s:14:"baseinstalldir";s:7:"Console";s:4:"name";s:1:"/";}s:4:"file";a:9:{i:0;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:7:"Console";s:4:"name";s:29:"tests/assoziative_arrays.phpt";s:4:"role";s:4:"test";}}i:1;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:7:"Console";s:4:"name";s:17:"tests/colors.phpt";s:4:"role";s:4:"test";}}i:2;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:7:"Console";s:4:"name";s:18:"tests/filters.phpt";s:4:"role";s:4:"test";}}i:3;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:7:"Console";s:4:"name";s:20:"tests/multibyte.phpt";s:4:"role";s:4:"test";}}i:4;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:7:"Console";s:4:"name";s:20:"tests/multiline.phpt";s:4:"role";s:4:"test";}}i:5;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:7:"Console";s:4:"name";s:20:"tests/no_header.phpt";s:4:"role";s:4:"test";}}i:6;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:7:"Console";s:4:"name";s:18:"tests/no_rows.phpt";s:4:"role";s:4:"test";}}i:7;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:7:"Console";s:4:"name";s:16:"tests/rules.phpt";s:4:"role";s:4:"test";}}i:8;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:7:"Console";s:4:"name";s:9:"Table.php";s:4:"role";s:3:"php";}}}}}s:12:"dependencies";a:2:{s:8:"required";a:2:{s:3:"php";a:1:{s:3:"min";s:6:"4.3.10";}s:13:"pearinstaller";a:1:{s:3:"min";s:7:"1.4.0b1";}}s:8:"optional";a:1:{s:7:"package";a:3:{s:4:"name";s:14:"Console_Color2";s:7:"channel";s:12:"pear.php.net";s:3:"min";s:5:"0.1.2";}}}s:10:"phprelease";s:0:"";s:9:"changelog";a:1:{s:7:"release";a:18:{i:0;a:5:{s:7:"version";a:2:{s:7:"release";s:3:"0.8";s:3:"api";s:3:"0.8";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2002-09-02";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:50:"http://www.opensource.org/licenses/bsd-license.php";}s:8:"_content";s:3:"BSD";}s:5:"notes";s:18:"* Initial release.";}i:1;a:5:{s:7:"version";a:2:{s:7:"release";s:3:"1.0";s:3:"api";s:5:"1.0.1";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2003-01-24";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:50:"http://www.opensource.org/licenses/bsd-license.php";}s:8:"_content";s:3:"BSD";}s:5:"notes";s:51:"* Removed a few options and added addData() method.";}i:2;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:"2003-03-03";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:50:"http://www.opensource.org/licenses/bsd-license.php";}s:8:"_content";s:3:"BSD";}s:5:"notes";s:22:"* Fixed a caching bug.";}i:3;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:"2005-07-16";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:50:"http://www.opensource.org/licenses/bsd-license.php";}s:8:"_content";s:3:"BSD";}s:5:"notes";s:55:"* Added support for column alignment (Michael Richter).";}i:4;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:"2006-03-13";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:50:"http://www.opensource.org/licenses/bsd-license.php";}s:8:"_content";s:3:"BSD";}s:5:"notes";s:260:"* Fix cell width calculation if setting header with associative array (Bug #4299).
* Fix fatal reference error with some PHP versions (Bug #5309).
* Fix notice if no data has been provided (Bug #5851).
* Added multibyte support (Requests #2934, Request #7014).";}i:5;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:"2006-04-08";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:50:"http://www.opensource.org/licenses/bsd-license.php";}s:8:"_content";s:3:"BSD";}s:5:"notes";s:78:"* Add support for multi-line cells (koto at webworkers dot pl, Request #7017).";}i:6;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:"2006-08-28";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:50:"http://www.opensource.org/licenses/bsd-license.php";}s:8:"_content";s:3:"BSD";}s:5:"notes";s:128:"* Allow to specify separator rules in addData().
* Fix warnings when combining separator rules and callback filters (Bug #8566).";}i:7;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:"2007-01-19";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:50:"http://www.opensource.org/licenses/bsd-license.php";}s:8:"_content";s:3:"BSD";}s:5:"notes";s:53:"* Add support for multi-line headers (Request #8615).";}i:8;a:5:{s:4:"date";s:10:"2007-05-17";s:7:"version";a:2:{s:7:"release";s:5:"1.0.7";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:50:"http://www.opensource.org/licenses/bsd-license.php";}s:8:"_content";s:3:"BSD";}s:5:"notes";s:109:"* Fix header height if first data row has more than one line (Bug #11064).
* Fix notice if header is not set.";}i:9;a:5:{s:4:"date";s:10:"2008-01-09";s:7:"version";a:2:{s:7:"release";s:5:"1.0.8";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:50:"http://www.opensource.org/licenses/bsd-license.php";}s:8:"_content";s:3:"BSD";}s:5:"notes";s:83:"* Fix cell padding with multibyte strings under certain circumstances (Bug #12853).";}i:10;a:5:{s:4:"date";s:10:"2008-03-28";s:7:"version";a:2:{s:7:"release";s:5:"1.1.0";s:3:"api";s:5:"1.1.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:50:"http://www.opensource.org/licenses/bsd-license.php";}s:8:"_content";s:3:"BSD";}s:5:"notes";s:125:"* Add option to set table border character.
* Extend constructor to set table borders, padding, and charset on instantiation.";}i:11;a:5:{s:4:"date";s:10:"2008-04-09";s:7:"version";a:2:{s:7:"release";s:5:"1.1.1";s:3:"api";s:5:"1.1.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:50:"http://www.opensource.org/licenses/bsd-license.php";}s:8:"_content";s:3:"BSD";}s:5:"notes";s:77:"* Fix rendering of multiline rows with cells that contain zeros (Bug #13629).";}i:12;a:5:{s:4:"date";s:10:"2008-07-27";s:7:"version";a:2:{s:7:"release";s:5:"1.1.2";s:3:"api";s:5:"1.1.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:50:"http://www.opensource.org/licenses/bsd-license.php";}s:8:"_content";s:3:"BSD";}s:5:"notes";s:66:"* Don't render anything if no data has been provided (Bug #14405).";}i:13;a:5:{s:4:"date";s:10:"2008-10-20";s:7:"version";a:2:{s:7:"release";s:5:"1.1.3";s:3:"api";s:5:"1.1.1";}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:50:"http://www.opensource.org/licenses/bsd-license.php";}s:8:"_content";s:3:"BSD";}s:5:"notes";s:81:"* Add option to render data with ANSI color codes (Igor Feghali, Request #14835).";}i:14;a:5:{s:7:"version";a:2:{s:7:"release";s:5:"1.1.4";s:3:"api";s:5:"1.1.1";}s:9:"stability";a:2:{s:7:"release";s:6:"stable";s:3:"api";s:6:"stable";}s:4:"date";s:10:"2010-10-25";s:7:"license";a:2:{s:7:"attribs";a:1:{s:3:"uri";s:50:"http://www.opensource.org/licenses/bsd-license.php";}s:8:"_content";s:3:"BSD";}s:5:"notes";s:136:"* Automatically built QA release.
* Add Console_Color support (Request #14835).

* Improve documentation (Christian Weiske, Bug #15006).";}i:15;a:6:{s:4:"date";s:10:"2012-12-07";s:4:"time";s:8:"23:30:07";s:7:"version";a:2:{s:7:"release";s:5:"1.1.5";s:3:"api";s:5:"1.1.1";}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:50:"http://www.opensource.org/licenses/bsd-license.php";}s:8:"_content";s:3:"BSD";}s:5:"notes";s:99:"* Use mb_strwidth() instead of mb_strlen() to determine lengths of multi-byte strings (Bug #19423).";}i:16;a:5:{s:4:"date";s:10:"2013-10-12";s:7:"version";a:2:{s:7:"release";s:5:"1.1.6";s:3:"api";s:5:"1.1.1";}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:50:"http://www.opensource.org/licenses/bsd-license.php";}s:8:"_content";s:3:"BSD";}s:5:"notes";s:73:"* Use line breaks dependent on the current operating system (Bug #20092).";}i:17;a:5:{s:4:"date";s:10:"2014-02-17";s:7:"version";a:2:{s:7:"release";s:5:"1.2.0";s:3:"api";s:5:"1.2.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:50:"http://www.opensource.org/licenses/bsd-license.php";}s:8:"_content";s:3:"BSD";}s:5:"notes";s:331:"* Make border visibility configurable (Christian Weiske, Request #20186).
* Allow to customize all border characters (Christian Weiske, Request #20182).
* Fix notice when using setAlign() on other than first column (Christian Weiske, Bug #20181).
* Use Console_Color2 to avoid notices from PHP 4 code (Christian Weiske, Bug #20188)";}}}s:8:"filelist";a:9:{s:29:"tests/assoziative_arrays.phpt";a:5:{s:14:"baseinstalldir";s:7:"Console";s:4:"name";s:29:"tests/assoziative_arrays.phpt";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"5e483fb9d701327e2efcfe19d5ac99dc";s:12:"installed_as";s:64:"/usr/share/php/tests/Console_Table/tests/assoziative_arrays.phpt";}s:17:"tests/colors.phpt";a:5:{s:14:"baseinstalldir";s:7:"Console";s:4:"name";s:17:"tests/colors.phpt";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"c62c412db6f7dcf4518a66279ae895d6";s:12:"installed_as";s:52:"/usr/share/php/tests/Console_Table/tests/colors.phpt";}s:18:"tests/filters.phpt";a:5:{s:14:"baseinstalldir";s:7:"Console";s:4:"name";s:18:"tests/filters.phpt";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"6813771b8512e4b57b4c88d419ebe93d";s:12:"installed_as";s:53:"/usr/share/php/tests/Console_Table/tests/filters.phpt";}s:20:"tests/multibyte.phpt";a:5:{s:14:"baseinstalldir";s:7:"Console";s:4:"name";s:20:"tests/multibyte.phpt";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"020dcb63850ffa5ac3e779b796b59cde";s:12:"installed_as";s:55:"/usr/share/php/tests/Console_Table/tests/multibyte.phpt";}s:20:"tests/multiline.phpt";a:5:{s:14:"baseinstalldir";s:7:"Console";s:4:"name";s:20:"tests/multiline.phpt";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"457d9adb43c8909cbcbba5b9c39c013f";s:12:"installed_as";s:55:"/usr/share/php/tests/Console_Table/tests/multiline.phpt";}s:20:"tests/no_header.phpt";a:5:{s:14:"baseinstalldir";s:7:"Console";s:4:"name";s:20:"tests/no_header.phpt";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"6359af11800b12a935a513b7e631b05f";s:12:"installed_as";s:55:"/usr/share/php/tests/Console_Table/tests/no_header.phpt";}s:18:"tests/no_rows.phpt";a:5:{s:14:"baseinstalldir";s:7:"Console";s:4:"name";s:18:"tests/no_rows.phpt";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"0f23a1c86cfb695aa6bd4b1334ab6056";s:12:"installed_as";s:53:"/usr/share/php/tests/Console_Table/tests/no_rows.phpt";}s:16:"tests/rules.phpt";a:5:{s:14:"baseinstalldir";s:7:"Console";s:4:"name";s:16:"tests/rules.phpt";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"cb1563335e8c2a79b28e4ef4805afb83";s:12:"installed_as";s:51:"/usr/share/php/tests/Console_Table/tests/rules.phpt";}s:9:"Table.php";a:5:{s:14:"baseinstalldir";s:7:"Console";s:4:"name";s:9:"Table.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"84e9154c6e76b689c82cd055742d6fc1";s:12:"installed_as";s:32:"/usr/share/php/Console/Table.php";}}s:12:"_lastversion";N;s:7:"dirtree";a:3:{s:40:"/usr/share/php/tests/Console_Table/tests";b:1;s:34:"/usr/share/php/tests/Console_Table";b:1;s:22:"/usr/share/php/Console";b:1;}s:3:"old";a:7:{s:7:"version";s:5:"1.2.0";s:12:"release_date";s:10:"2014-02-17";s:13:"release_state";s:6:"stable";s:15:"release_license";s:3:"BSD";s:13:"release_notes";s:331:"* Make border visibility configurable (Christian Weiske, Request #20186).
* Allow to customize all border characters (Christian Weiske, Request #20182).
* Fix notice when using setAlign() on other than first column (Christian Weiske, Bug #20181).
* Use Console_Color2 to avoid notices from PHP 4 code (Christian Weiske, Bug #20188)";s:12:"release_deps";a:3:{i:0;a:4:{s:4:"type";s:3:"php";s:3:"rel";s:2:"ge";s:7:"version";s:6:"4.3.10";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:7:"1.4.0b1";s:8:"optional";s:2:"no";}i:2;a:6:{s:4:"type";s:3:"pkg";s:7:"channel";s:12:"pear.php.net";s:4:"name";s:14:"Console_Color2";s:3:"rel";s:2:"ge";s:7:"version";s:5:"0.1.2";s:8:"optional";s:3:"yes";}}s:11:"maintainers";a:4:{i:0;a:5:{s:4:"name";s:13:"Jan Schneider";s:5:"email";s:13:"jan@horde.org";s:6:"active";s:3:"yes";s:6:"handle";s:6:"yunosh";s:4:"role";s:4:"lead";}i:1;a:5:{s:4:"name";s:13:"Richard Heyes";s:5:"email";s:19:"richard@phpguru.org";s:6:"active";s:2:"no";s:6:"handle";s:7:"richard";s:4:"role";s:4:"lead";}i:2;a:5:{s:4:"name";s:8:"Tal Peer";s:5:"email";s:11:"tal@php.net";s:6:"active";s:2:"no";s:6:"handle";s:3:"tal";s:4:"role";s:9:"developer";}i:3;a:5:{s:4:"name";s:13:"Xavier Noguer";s:5:"email";s:15:"xnoguer@php.net";s:6:"active";s:2:"no";s:6:"handle";s:7:"xnoguer";s:4:"role";s:9:"developer";}}}s:10:"xsdversion";s:3:"2.0";s:13:"_lastmodified";i:1412267017;}