1
0
mirror of https://github.com/php/php-src.git synced 2026-04-08 08:33:06 +02:00

added the <license> tag under <release> for the package.xml file

This commit is contained in:
Tomas V.V.Cox
2001-12-23 21:32:09 +00:00
parent 04999445d7
commit bda81affd2

View File

@@ -316,7 +316,8 @@ class PEAR_Common extends PEAR
$this->pkginfo['release_state'] = $data;
}
break;
case 'dir':
case 'license':
$this->pkginfo['release_license'] = trim($data);
break;
case 'file':
$this->current_file = trim($data);