On Fri, August 20, 2010 1:15 pm, StanisÅaw Findeisen wrote:
> On 2010-08-20 17:10, Bostjan Skufca wrote:
> 1. What optimizations does PHP interpreter make? I guess it should be
> able to check file modification time and cease to compile it again and
> again. Is this correct?
PHP does not do that.
Hi,
1. What optimizations does PHP interpreter make? I guess it should be
> able to check file modification time and cease to compile it again and
> again. Is this correct?
>
> There is some bytecode form, right?
>
Core PHP does not optimize your code like a DBMS would rewrite your SQL.
There are
2 matches
Mail list logo