Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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.