Skip to content
Discussion options

You must be logged in to vote

It will do whatever you program it to do. I'm not sure what you mean.

I rarely encounter non-interpretable code execution and am a little confused

This is just PHP, there's nothing fancy going on. To help your mental model out a bit, here's what is going on:

  1. When you build the application, your PHP code is "zipped" up and appended to the executable. The executable is told the exact memory address of your "zipped" up code.
  2. When you run the application, it sees the memory address and "unzips" your PHP code to a temporary folder.
  3. The application configures the server root to this folder and runs your code.

What you do and how you do it in step 3, is all 100% you (and whatever framework/l…

Replies: 4 comments 7 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
7 replies
@withinboredom
Comment options

@freebuu
Comment options

@withinboredom
Comment options

Answer selected by freebuu
@freebuu
Comment options

@freebuu
Comment options

@withinboredom
Comment options

@freebuu
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants