Is it possible to override the php build-in functions without changing the
PHP base distribution?

We want to encode our scripts but zend is a bit expensive so we are looking
to write something ourself.
(encryption libs are freely available, so the main problem is changing the
file open function so that it decodes the file while reading it from disk)

Robert Klinkenberg



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to