Page 1 of 1

part of source that read .php script

Posted: Fri Apr 04, 2003 8:34 am
by korn
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

Code: Select all

php_execute_script, zend_execute_scripts, zend_compile_file
functions...
It would be wary helpful for me if you can just point my attention on that
part of source code

thanks

Posted: Fri Apr 04, 2003 10:17 am
by volka
cross-post, see viewtopic.php?t=7761

Posted: Fri Apr 04, 2003 10:42 am
by twigletmac
Please don't cross-post. It really isn't at all necessary. Additional threads will either get locked or deleted so it's fairly pointless.

Mac