o3d Posted August 10, 2007 Share Posted August 10, 2007 I am not very strong on low level programming on zend/SAPI. I would like to know if someone could point me in the right direction. I want to overload (or duplicate) the "include" function/process with a custom function/process. The idea is to call a custom function/process e.g. include_custom("file1.php"); This should then do exactly the same as "include". Then the include_custom process can be modified to handle encrypted files or modified php files. I have stumbled upon this site: http://srcdoc.com/php_5.0.4/ but only gave me that amount of info. I have also read 'extending and embedding php' (which is very informative). Both not really going as deep as i want. Any help would be great. Link to comment https://forums.phpfreaks.com/topic/64235-delving-deep-into-php/ Share on other sites More sharing options...
trq Posted August 10, 2007 Share Posted August 10, 2007 About as deep as I ever got into extending php is zends extension writing tutorials which basically walk you through a hello world. Its a good read, but I'm not sure it will get you ant further than you already are. Link to comment https://forums.phpfreaks.com/topic/64235-delving-deep-into-php/#findComment-320750 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.