flush
[mdref/mdref-propro] / propro.md
diff --git a/propro.md b/propro.md
new file mode 100644 (file)
index 0000000..bd01503
--- /dev/null
+++ b/propro.md
@@ -0,0 +1,9 @@
+# pecl/propro
+
+## About:
+
+The "Property Proxy" extension provides a fairly transparent proxy for internal object properties hidden in custom non-zval implementations.
+
+> **Note:** This extension mostly only provides infrastructure for other extensions.
+
+See the php\PropertyProxy class, for the user-land visible part of the implementation.