Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 937 Bytes

propro.md

File metadata and controls

33 lines (21 loc) · 937 Bytes

pecl/propro

About:

The "Property Proxy" extension provides a fairly transparent proxy for internal object properties hidden in custom non-zval implementations.

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 with PEAR's pecl command:

# pecl install propro

PHARext

Watch out for PECL replicates and pharext packages attached to releases.

Checkout

git clone github.com:m6w6/ext-propro
cd ext-propro
/path/to/phpize
./configure --with-php-config=/path/to/php-config
make
sudo make install

Internals:

NOTE: This extension mostly only provides infrastructure for other extensions. See the API docs here.