X-Git-Url: https://git.m6w6.name/?p=mdref%2Fmdref-propro;a=blobdiff_plain;f=propro.md;h=45f579987bbe0084d261000269d7193e20016e3d;hp=48b78d42d229c95c61a2899555543503710fc809;hb=151a6f7702ed8f053389e3e886df79033f243136;hpb=28ec54ffc766bd7107964d1ac0d83513e8965b85 diff --git a/propro.md b/propro.md index 48b78d4..45f5799 100644 --- a/propro.md +++ b/propro.md @@ -4,10 +4,6 @@ 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 [API docs here](http://php.github.io/pecl-php-propro/). - See the php\PropertyProxy class, for the user-land visible part of the implementation. ## Installation: @@ -16,3 +12,8 @@ This extension is hosted at [PECL](http://pecl.php.net) and can be installed wit # pecl install propro +## Internals: + +> ***NOTE:*** + This extension mostly only provides infrastructure for other extensions. + See the [API docs here](http://php.github.io/pecl-php-propro/).