update PEAR

This commit is contained in:
Ibnu Maksum 2023-10-05 16:55:44 +07:00
parent 1861358415
commit 071df91de0
No known key found for this signature in database
GPG key ID: 7FC82848810579E5
64 changed files with 3872 additions and 2100 deletions

View file

@ -1,9 +1,10 @@
<?php
/**
* ~~summary~~
* Wrapper for shared memory and locking functionality across different extensions.
*
* ~~description~~
* Allows you to share data across requests as long as the PHP process is running. One of APC or WinCache is required to accomplish this, with other extensions being potentially pluggable as adapters.
*
* PHP version 5
*
@ -12,7 +13,7 @@
* @author Vasil Rangelov <boen.robot@gmail.com>
* @copyright 2011 Vasil Rangelov
* @license http://www.gnu.org/copyleft/lesser.html LGPL License 2.1
* @version 0.1.3
* @version 0.2.0
* @link http://pear2.php.net/PEAR2_Cache_SHM
*/
/**