• Slotos
    link
    fedilink
    arrow-up
    8
    ·
    11 months ago

    other languages/ stacks shy away from exec

    I’m sorry, what?

        • Slotos
          link
          fedilink
          arrow-up
          4
          arrow-down
          1
          ·
          11 months ago

          Problem is, you’re mixing a number of different concepts into a nonsensical claim.

          Exec as an “execute a string as a language instructions” is nothing new nor unique to PHP. Ruby on Rails, for example, uses it in a controlled manner to generate methods on ActiveRecord models.

          Exec as an “replace this process with another process” is old news again. It’s not even language specific.

          Popen/spawn family (which seems to be what you alluded to) is, once again, nothing new and is used everywhere.