projects
/
mdref
/
mdref-propro
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
ca64c4f
)
support sub dirs
author
Michael Wallner
<mike@php.net>
Wed, 6 Nov 2013 15:10:19 +0000
(16:10 +0100)
committer
Michael Wallner
<mike@php.net>
Wed, 6 Nov 2013 15:10:19 +0000
(16:10 +0100)
propro.md
patch
|
blob
|
history
diff --git
a/propro.md
b/propro.md
index bd0150359c6da5d6c8cc4b73411c723f61293a4a..a5ee6fe4eeb14ae95430e5347cc618762f9a90b7 100644
(file)
--- 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 (<http://pecl.php.net>) and can be installed eith PEAR's pecl command:
+
+ # pecl install propro
+