This file is indexed.

/usr/share/php/.registry/mail.reg is in php-mail 1.3.0-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
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
a:23:{s:7:"attribs";a:6:{s:15:"packagerversion";s:5:"1.9.5";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:4:"Mail";s:7:"channel";s:12:"pear.php.net";s:7:"summary";s:58:"Class that provides multiple interfaces for sending emails";s:11:"description";s:337:"PEAR's Mail package defines an interface for implementing mailers under the PEAR hierarchy.  It also provides supporting functions useful to multiple mailer backends.  Currently supported backends include: PHP's native mail() function, sendmail, and SMTP.  This package also provides a RFC822 email address list validation utility class.";s:4:"lead";a:4:{s:4:"name";s:15:"Chuck Hagenbuch";s:4:"user";s:8:"chagenbu";s:5:"email";s:15:"chuck@horde.org";s:6:"active";s:3:"yes";}s:9:"developer";a:2:{i:0;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:3:"yes";}i:1;a:4:{s:4:"name";s:19:"Aleksander Machniak";s:4:"user";s:4:"alec";s:5:"email";s:12:"alec@alec.pl";s:6:"active";s:3:"yes";}}s:4:"date";s:10:"2016-01-31";s:4:"time";s:8:"21:21:22";s:7:"version";a:2:{s:7:"release";s:5:"1.3.0";s:3:"api";s:5:"1.3.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:9:"BSD Style";}s:5:"notes";s:685:"Added composer support.

Added Travis CI test support.

Updated code to use PHP 5 method signatures.

Implemented requests:
 * #17888, #17865: Reduce peak memory usage when using the smtp/smtpmx backend [alec]
 * Ability to pass socket options to Net_SMTP

Fixed bugs:
 * #18109: New "pipelining" parameter for SMTP backend never used [alec]
 * #17317: Invalid periods in mailbox not marked as invalid [alec]
 * #17388: Deprecated assigning the return value of new by reference [alec]
 * #17866, #20424, #12071, #17553: Non-static method Mail_RFC822::parseAddressList called statically [alec]
 * #17178: Mail_RFC822::parseAddressList does not accept RFC-valid empty-group syntax [alec]";s:8:"contents";a:1:{s:3:"dir";a:2:{s:7:"attribs";a:2:{s:14:"baseinstalldir";s:1:"/";s:4:"name";s:1:"/";}s:4:"file";a:15:{i:0;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:1:"/";s:4:"name";s:13:"Mail/mail.php";s:4:"role";s:3:"php";}}i:1;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:1:"/";s:4:"name";s:13:"Mail/mock.php";s:4:"role";s:3:"php";}}i:2;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:1:"/";s:4:"name";s:13:"Mail/null.php";s:4:"role";s:3:"php";}}i:3;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:1:"/";s:4:"name";s:15:"Mail/RFC822.php";s:4:"role";s:3:"php";}}i:4;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:1:"/";s:4:"name";s:17:"Mail/sendmail.php";s:4:"role";s:3:"php";}}i:5;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:1:"/";s:4:"name";s:13:"Mail/smtp.php";s:4:"role";s:3:"php";}}i:6;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:1:"/";s:4:"name";s:15:"Mail/smtpmx.php";s:4:"role";s:3:"php";}}i:7;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:1:"/";s:4:"name";s:8:"Mail.php";s:4:"role";s:3:"php";}}i:8;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:1:"/";s:4:"name";s:15:"tests/9137.phpt";s:4:"role";s:4:"test";}}i:9;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:1:"/";s:4:"name";s:17:"tests/9137_2.phpt";s:4:"role";s:4:"test";}}i:10;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:1:"/";s:4:"name";s:16:"tests/13659.phpt";s:4:"role";s:4:"test";}}i:11;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:1:"/";s:4:"name";s:19:"tests/bug17178.phpt";s:4:"role";s:4:"test";}}i:12;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:1:"/";s:4:"name";s:19:"tests/bug17317.phpt";s:4:"role";s:4:"test";}}i:13;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:1:"/";s:4:"name";s:17:"tests/rfc822.phpt";s:4:"role";s:4:"test";}}i:14;a:1:{s:7:"attribs";a:3:{s:14:"baseinstalldir";s:1:"/";s:4:"name";s:21:"tests/smtp_error.phpt";s:4:"role";s:4:"test";}}}}}s:12:"dependencies";a:2:{s:8:"required";a:2:{s:3:"php";a:1:{s:3:"min";s:5:"5.2.1";}s:13:"pearinstaller";a:1:{s:3:"min";s:5:"1.5.6";}}s:8:"optional";a:1:{s:7:"package";a:3:{s:4:"name";s:8:"Net_SMTP";s:7:"channel";s:12:"pear.php.net";s:3:"min";s:5:"1.4.1";}}}s:10:"phprelease";s:0:"";s:9:"changelog";a:1:{s:7:"release";a:5:{i:0;a:5:{s:7:"version";a:2:{s:7:"release";s:7:"1.2.0b2";s:3:"api";s:5:"1.2.0";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2009-05-15";s:7:"license";s:7:"PHP/BSD";s:5:"notes";s:61:"Bug #16200 - Security hole allow to read/write Arbitrary File";}i:1;a:5:{s:7:"version";a:2:{s:7:"release";s:7:"1.2.0b3";s:3:"api";s:5:"1.2.0";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2010-02-08";s:7:"license";s:7:"PHP/BSD";s:5:"notes";s:73:"QA Release. Bug #16200 - Security hole allow to read/write Arbitrary File";}i:2;a:5:{s:7:"version";a:2:{s:7:"release";s:7:"1.2.0b4";s:3:"api";s:5:"1.2.0";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2010-02-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:9:"BSD Style";}s:5:"notes";s:85:"Doc Bug #15620 Licence change to BSD
Bug #13659 Mail parse error in special condition";}i:3;a:5:{s:7:"version";a:2:{s:7:"release";s:7:"1.2.0b5";s:3:"api";s:5:"1.2.0";}s:9:"stability";a:2:{s:7:"release";s:4:"beta";s:3:"api";s:4:"beta";}s:4:"date";s:10:"2010-02-09";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:9:"BSD Style";}s:5:"notes";s:62:"QA release.
Updated minimum dependencies (Net_SMTP, PEAR, PHP)";}i:4;a:5:{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:4:"date";s:10:"2010-03-01";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:9:"BSD Style";}s:5:"notes";s:633:"QA release - stable.

Updated minimum dependencies (Net_SMTP, PEAR, PHP)
Doc Bug #15620 Licence change to BSD
Bug #13659 Mail parse error in special condition
Bug #16200 - Security hole allow to read/write Arbitrary File
_hasUnclosedQuotes() doesn't properly handle a double slash before an end quote (slusarz@curecanti.org, Bug #9137).
Make sure Net_SMTP is defined when calling getSMTPObject() directly (slusarz@curecanti.org, Bug #13772).
Add addServiceExtensionParameter() to the SMTP driver (slusarz@curecanti.org, Bug #13764).
Add a method to obtain the Net_SMTP object from the SMTP driver (slusarz@curecanti.org, Bug #13766).";}}}s:8:"filelist";a:15:{s:13:"Mail/mail.php";a:5:{s:14:"baseinstalldir";s:1:"/";s:4:"name";s:13:"Mail/mail.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"311d8e436af49b7c07e6267811aa7ef0";s:12:"installed_as";s:28:"/usr/share/php/Mail/mail.php";}s:13:"Mail/mock.php";a:5:{s:14:"baseinstalldir";s:1:"/";s:4:"name";s:13:"Mail/mock.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"374f3c31edbe16f9c3e869a0c501a03b";s:12:"installed_as";s:28:"/usr/share/php/Mail/mock.php";}s:13:"Mail/null.php";a:5:{s:14:"baseinstalldir";s:1:"/";s:4:"name";s:13:"Mail/null.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"08dcb2a63e14dd967443c142182c1236";s:12:"installed_as";s:28:"/usr/share/php/Mail/null.php";}s:15:"Mail/RFC822.php";a:5:{s:14:"baseinstalldir";s:1:"/";s:4:"name";s:15:"Mail/RFC822.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"4b464d31823e9b33949ac8b9970f87fc";s:12:"installed_as";s:30:"/usr/share/php/Mail/RFC822.php";}s:17:"Mail/sendmail.php";a:5:{s:14:"baseinstalldir";s:1:"/";s:4:"name";s:17:"Mail/sendmail.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"01f6d47000e9a522fdeca4f00e74ca72";s:12:"installed_as";s:32:"/usr/share/php/Mail/sendmail.php";}s:13:"Mail/smtp.php";a:5:{s:14:"baseinstalldir";s:1:"/";s:4:"name";s:13:"Mail/smtp.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"ad4480e29855a1b615ed412bc3d23073";s:12:"installed_as";s:28:"/usr/share/php/Mail/smtp.php";}s:15:"Mail/smtpmx.php";a:5:{s:14:"baseinstalldir";s:1:"/";s:4:"name";s:15:"Mail/smtpmx.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"27376683d563ea16330866d5b8bea7e9";s:12:"installed_as";s:30:"/usr/share/php/Mail/smtpmx.php";}s:8:"Mail.php";a:5:{s:14:"baseinstalldir";s:1:"/";s:4:"name";s:8:"Mail.php";s:4:"role";s:3:"php";s:6:"md5sum";s:32:"c610cf314991e4d4ee82c6f4fd2e0fde";s:12:"installed_as";s:23:"/usr/share/php/Mail.php";}s:15:"tests/9137.phpt";a:5:{s:14:"baseinstalldir";s:1:"/";s:4:"name";s:15:"tests/9137.phpt";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"d66aa2a2f0bfe33f8a67d749a1a4d345";s:12:"installed_as";s:41:"/usr/share/php/tests/Mail/tests/9137.phpt";}s:17:"tests/9137_2.phpt";a:5:{s:14:"baseinstalldir";s:1:"/";s:4:"name";s:17:"tests/9137_2.phpt";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"75d10361f686f1cc16637a9364e3eab7";s:12:"installed_as";s:43:"/usr/share/php/tests/Mail/tests/9137_2.phpt";}s:16:"tests/13659.phpt";a:5:{s:14:"baseinstalldir";s:1:"/";s:4:"name";s:16:"tests/13659.phpt";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"73cec53118175c9bc1f487c70f8b86dc";s:12:"installed_as";s:42:"/usr/share/php/tests/Mail/tests/13659.phpt";}s:19:"tests/bug17178.phpt";a:5:{s:14:"baseinstalldir";s:1:"/";s:4:"name";s:19:"tests/bug17178.phpt";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"e99f00d8f07232e0f129dd77ae9699c7";s:12:"installed_as";s:45:"/usr/share/php/tests/Mail/tests/bug17178.phpt";}s:19:"tests/bug17317.phpt";a:5:{s:14:"baseinstalldir";s:1:"/";s:4:"name";s:19:"tests/bug17317.phpt";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"c2036980390981cd6b89c1e5c903913e";s:12:"installed_as";s:45:"/usr/share/php/tests/Mail/tests/bug17317.phpt";}s:17:"tests/rfc822.phpt";a:5:{s:14:"baseinstalldir";s:1:"/";s:4:"name";s:17:"tests/rfc822.phpt";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"7b0eae971fe7595e7c1a563fbfcfee90";s:12:"installed_as";s:43:"/usr/share/php/tests/Mail/tests/rfc822.phpt";}s:21:"tests/smtp_error.phpt";a:5:{s:14:"baseinstalldir";s:1:"/";s:4:"name";s:21:"tests/smtp_error.phpt";s:4:"role";s:4:"test";s:6:"md5sum";s:32:"67becdb1027cefcb8dff1b691da630ab";s:12:"installed_as";s:47:"/usr/share/php/tests/Mail/tests/smtp_error.phpt";}}s:12:"_lastversion";N;s:7:"dirtree";a:4:{s:19:"/usr/share/php/Mail";b:1;s:14:"/usr/share/php";b:1;s:31:"/usr/share/php/tests/Mail/tests";b:1;s:25:"/usr/share/php/tests/Mail";b:1;}s:3:"old";a:7:{s:7:"version";s:5:"1.3.0";s:12:"release_date";s:10:"2016-01-31";s:13:"release_state";s:6:"stable";s:15:"release_license";s:9:"BSD Style";s:13:"release_notes";s:685:"Added composer support.

Added Travis CI test support.

Updated code to use PHP 5 method signatures.

Implemented requests:
 * #17888, #17865: Reduce peak memory usage when using the smtp/smtpmx backend [alec]
 * Ability to pass socket options to Net_SMTP

Fixed bugs:
 * #18109: New "pipelining" parameter for SMTP backend never used [alec]
 * #17317: Invalid periods in mailbox not marked as invalid [alec]
 * #17388: Deprecated assigning the return value of new by reference [alec]
 * #17866, #20424, #12071, #17553: Non-static method Mail_RFC822::parseAddressList called statically [alec]
 * #17178: Mail_RFC822::parseAddressList does not accept RFC-valid empty-group syntax [alec]";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:5:"5.2.1";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.5.6";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:8:"Net_SMTP";s:3:"rel";s:2:"ge";s:7:"version";s:5:"1.4.1";s:8:"optional";s:3:"yes";}}s:11:"maintainers";a:3:{i:0;a:5:{s:4:"name";s:15:"Chuck Hagenbuch";s:5:"email";s:15:"chuck@horde.org";s:6:"active";s:3:"yes";s:6:"handle";s:8:"chagenbu";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:3:"yes";s:6:"handle";s:7:"richard";s:4:"role";s:9:"developer";}i:2;a:5:{s:4:"name";s:19:"Aleksander Machniak";s:5:"email";s:12:"alec@alec.pl";s:6:"active";s:3:"yes";s:6:"handle";s:4:"alec";s:4:"role";s:9:"developer";}}}s:10:"xsdversion";s:3:"2.0";s:13:"_lastmodified";i:1457249227;}