Re: PHP compiler

php.internals

Andrey Hristov

23 years ago
Sebastian, accordint to this http://entwickler.com/itr/online_artikel/psecom,id,368,nodeid,114.html article written by Wez : [snip] We have touched on all the key features of wrappers, and you should now be capable of implementing your own protocol wrappers as PECL extensions. This has a number of applications, ranging from just providing useful protocol support, to using these features to implement your own storage for encrypted or encoded PHP source files - remember that the Zend Engine is also tied into the wrappers system, so you can include files via your own custom wrappers. [/snip] Andrey ----- Original Message ----- From: "Sebastian Bergmann" <sebastian@php.net> To: <internals@lists.php.net> Sent: Wednesday, August 06, 2003 6:40 PM Subject: Re: [PHP-DEV] PHP compiler