From d8045c2aa964556fe066b663fd7c3ca152777d26 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 6 Nov 2013 16:10:19 +0100 Subject: [PATCH] support sub dirs --- propro.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/propro.md b/propro.md index bd01503..a5ee6fe 100644 --- a/propro.md +++ b/propro.md @@ -7,3 +7,10 @@ The "Property Proxy" extension provides a fairly transparent proxy for internal > **Note:** This extension mostly only provides infrastructure for other extensions. See the php\PropertyProxy class, for the user-land visible part of the implementation. + +## Installation: + +This extension is hosted at PECL () and can be installed eith PEAR's pecl command: + + # pecl install propro + -- 2.30.2