blob: 47a418e8f3b920eff8ea141d7937f652d653b513 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>php-bugs@gentoo.org</email>
<name>PHP</name>
</maintainer>
<maintainer type="person">
<email>mjo@gentoo.org</email>
<name>Michael Orlitzky</name>
</maintainer>
<longdescription lang="en">
An extension to track the progress of a file upload. See
https://github.com/php/pecl-php-uploadprogress/tree/master/examples for
examples. It is known to work on apache with mod_php and, beginning with 2.0,
php-fpm with apache and nginx; other servers and SAPIs are not known to work.
</longdescription>
<origin>baldeagleos-repo</origin>
</pkgmetadata>
|