Home » Streams » Stream_Var
Allows stream based access to any variable.
This package is unmaintained.
Download latest release 1.2.0 (there is a newer Composer installable version)
License: LGPL
Description
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.
Documentation
Maintainers
- Stephan Schmidt (schst) — lead, inactive
Dependencies
Required
- PHP (>= 5.4.0)
- PEAR Installer (>= 1.9.0)
Releases
- 1.2.0 (stable, 2015-12-12)
Release notes
License: LGPL
* 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] - 1.1.0 (stable, 2009-08-12)
Release notes
License: PHP License
QA release:
- Fix bug #4229: Stream_Var needs url_stat method [ahayes]
- CS fixes [cweiske]
- Convert to package.xml v2 - 1.0.0 (stable, 2004-10-31)
Release notes
License: PHP License
- fixed bug #2579: warning at stream_open(),
- fixed notice in dir_opendir,
- bumped to version 1.0.0, according to version number guidelines - 0.2.1 (stable, 2003-08-19)
Release notes
License: PHP License
fixed bug in dir_opendir, fixed example
- 0.2 (stable, 2003-08-16)
Release notes
License: PHP License
inital release
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #2579 | Closed | Bug | 2004-10-20 | warning at stream_open() | |
| #4229 | Closed | Bug | 2005-04-26 | Stream_Var needs url_stat method | |
| #18678 | Closed | Req | SVN | 2011-07-21 | Return false in url_stat for non existing files |
| #20992 | Closed | Bug | 1.1.0 | 2015-12-11 | readdir() on array returns only two entries |
| #20993 | Wont fix | Bug | 1.1.0 | 2015-12-11 | glob() does not work |