From d4545c22950bc6b1cbaf5f8d4b89aea61579af7f Mon Sep 17 00:00:00 2001 From: Benjamin Henrion Date: Wed, 3 Feb 2016 17:53:11 +0100 Subject: [PATCH 1/2] problem: list all the files in the examples directory, index.php generates a page with all the links to all files --- examples/index.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 examples/index.php diff --git a/examples/index.php b/examples/index.php new file mode 100644 index 0000000..0e16bc9 --- /dev/null +++ b/examples/index.php @@ -0,0 +1,16 @@ +/* +This is an index.php that lists all the files in this current directory, makes it easier to click on all the tests: +https://2buntu.com/articles/1301/php-script-to-dynamically-generate-links-to-the-files-present-in-current-directory/ + */ + $filename
"; + echo $link; + } +} + +closedir($dir_open); +?> From 56de82c8940ee75bb2d76e988dd980485ae262e9 Mon Sep 17 00:00:00 2001 From: Benjamin Henrion Date: Fri, 16 Oct 2020 19:31:33 +0200 Subject: [PATCH 2/2] Donate against software patents in Europe --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a798b54..3f5a37d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![noswpatv3](http://zoobab.wdfiles.com/local--files/start/noupcv3.jpg)](https://ffii.org/donate-now-to-save-europe-from-software-patents-says-ffii/) PHP bindings for 0MQ. The documentation is available at http://php.net/zmq [![Build Status](https://travis-ci.org/mkoppanen/php-zmq.png?branch=master)](https://travis-ci.org/mkoppanen/php-zmq)