part of source that read .php script

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Locked
korn
Forum Newbie
Posts: 3
Joined: Fri Apr 04, 2003 8:21 am
Location: Croatia

part of source that read .php script

Post 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
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

cross-post, see viewtopic.php?t=7761
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post 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
Locked