mirror of
https://github.com/php/php-src.git
synced 2024-12-04 07:14:10 +08:00
b8f18cbc3d
I'm not sure how to use the package.dtd to document packages and if at all the Cache can be it's own package, but one has to start with it... Sterling, Stig can you give me a hint?
21 lines
651 B
XML
21 lines
651 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE Package SYSTEM "F:\cvs\php4\pear\package.dtd">
|
|
<Package Type="Source">
|
|
<Name>Cache</Name>
|
|
<Summary>The PEAR Cache Package is a generic data/content cache that can be used to cache data, output, function calls and dynamic graphic generation. </Summary>
|
|
<Maintainer>
|
|
<Initials>chregu</Initials>
|
|
<Name>Christian Stocker</Name>
|
|
<Email>chregu@phant.ch</Email>
|
|
</Maintainer>
|
|
<Release>
|
|
<Version>1.1</Version>
|
|
<Date>2001/03/27</Date>
|
|
<Notes>stable Code, SHM Implementation missing</Notes>
|
|
</Release>
|
|
<FileList>
|
|
<File Role="php">Cache.php</File>
|
|
<Dir>Cache/</Dir>
|
|
</FileList>
|
|
</Package>
|