PEAR is archived and read-only

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

Home » Internationalization » Translation2 » Bug #2570

Missing Admin::update()

Details

Request #2570Missing Admin::update()
Submitted2004-10-19 15:38 UTC
Fromylf at xung dot org
StatusClosed
PackageTranslation2
PHP Version4.3.4
OSLinux Debian (testing)
Roadmaps(Not assigned)

Comments

[2004-10-19 15:38 UTC] ylf at xung dot org

Description:
------------
It looks like to modify a string, one has to call subsequently Admin::remove() and Admin::add().

What if a concurrent process tries to fetch that string between the two calls ?

Wouldn't it be more relevant to have an Admin::update() method ?