part of source that read .php script
Posted: Fri Apr 04, 2003 8:34 am
I study php source code and I need to compile it (php 4.3.1) from source
for windows with some modification on source and my problem is:
I cant locate part of php source code that read file (php script) before
parsing and execution (something like fopen...).
I looked around
functions...
It would be wary helpful for me if you can just point my attention on that
part of source code
thanks
for windows with some modification on source and my problem is:
I cant locate part of php source code that read file (php script) before
parsing and execution (something like fopen...).
I looked around
Code: Select all
php_execute_script, zend_execute_scripts, zend_compile_fileIt would be wary helpful for me if you can just point my attention on that
part of source code
thanks