[ANNOUNCEMENT] Stream_Var-1.2.0 (stable) Released.

[email protected] ("PEAR Announce") Fri, 11 Dec 2015 17:39:14 -0500 (EST)
Newsgroups php.pear.general
Message-ID <[email protected]>
The new PEAR package Stream_Var-1.2.0 (stable) has been released at http://pear.php.net/.

Release notes
-------------
* Change license from PHP-2.02 to LGPL-3.0 [cweiske]
* Add composer support [till]
* Fix bug #18678: Return false in url_stat for non existing files [cweiske]
* Fix bug #20992 in readdir() [cweiske]
* Bug #20993: Note about glob() not working [cweiske]
* Add unit tests [cweiske]

Package Info
------------
Stream_Var can be registered as a stream with stream_register_wrapper()
  and allows stream based acces to variables in any scope.
  Arrays are treated as directories, so it is possible to replace
  temporary directories and files in your application with variables.

Related Links
-------------
Package home: http://pear.php.net/package/Stream_Var
   Changelog: http://pear.php.net/package/Stream_Var/download/1.2.0
    Download: http://download.pear.php.net/package/Stream_Var-1.2.0.tgz

Authors
-------