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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user