PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » PEAR » PEAR » Bug #3436

implement staticPop

Details

Request #3436implement staticPop
Submitted2005-02-11 17:39 UTC
Fromjmendiara at gmail dot com
Assignedcellog
StatusClosed
PackagePEAR
PHP VersionIrrelevant
OSIrrelevant
Roadmaps(Not assigned)

Comments

[2005-02-11 17:39 UTC] jmendiara at gmail dot com

Description:
------------
Have you reconsidered to implement a staticPop, please?

Reproduce code:
---------------
function staticPop($package)
{
$s = &PEAR_ErrorStack::singleton($package);
return $s->pop();
}

[2006-03-06 09:52 UTC] s_e_ghazi at yahoo dot com

the PEAR_ERROR PACKAGE not downloaded