Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eviweb/php-file-stream-wrapper-issue
This package permits to check that a user defined stream wrapper for the `file` protocol is correctly called. This refers to the [PHP Bug report #69050](https://bugs.php.net/bug.php?id=69050)
https://github.com/eviweb/php-file-stream-wrapper-issue
Last synced: about 1 month ago
JSON representation
This package permits to check that a user defined stream wrapper for the `file` protocol is correctly called. This refers to the [PHP Bug report #69050](https://bugs.php.net/bug.php?id=69050)
- Host: GitHub
- URL: https://github.com/eviweb/php-file-stream-wrapper-issue
- Owner: eviweb
- Created: 2015-02-13T10:49:04.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-13T11:03:19.000Z (almost 10 years ago)
- Last Synced: 2023-03-25T11:44:18.382Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 102 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
PHP file stream wrapper issue
=============================
This package permits to check that a user defined stream wrapper for the `file` protocol is correctly called.
Please refers to the [PHP Bug report #69050](https://bugs.php.net/bug.php?id=69050)
Installation
============
Clone this repository `git clone https://github.com/eviweb/php-file-stream-wrapper-issue`How to use
==========
Ensure execute permissions are set on the `./start-server` script and run it.
Then open your web browser and go to `http://localhost:8000`, you should see two links.
Click twice on each link and control expected and actual test results.