Skip to main content

All Questions

0 votes
0 answers
26 views

Where the CGI is engaged in Zend Engine code compiling [duplicate]

I am trying to get deeper in the zend engine and the whole server processes at all and from what I understood is - when I send a request to the server, the Zend Engine first engages the scanning\...
Toma Tomov's user avatar
  • 1,644
5 votes
0 answers
288 views

PHP, Compile foreach and opline

I'm trying to figure out how a foreach statement is interpreted by PHP. That led me to use gdb while executing a dummy foreach script. I end up in zend_compile.c, in the zend_compile_foreach() ...
JesusTheHun's user avatar
  • 1,217
2 votes
2 answers
959 views

Similar syntax causes strange, repeated compile errors when building PHP from source on Windows

I am trying to build PHP from source per these instructions. The configure works really well, but when I get to the nmake part, things fall apart. I have no idea why I am getting errors about struct's,...
Alec Gorge's user avatar
  • 17.3k