• unalivejoy
    link
    fedilink
    English
    205 days ago

    File fails to compile, web server tries to run the file, error.

    • lime!
      link
      fedilink
      English
      14 days ago

      if your server runs user-submitted code server side, that’s a paddlin

      • @[email protected]
        link
        fedilink
        34 days ago

        It never said user code.

        This could as well be an intro to php and the server may be set to not show errors and instead just fail.

        The lecturer then writes some code, forgets a semicolon and gets a 500.

    • Echo Dot
      link
      fedilink
      -14 days ago

      If the file failed to compile the server wouldn’t execute it because a file wouldn’t be created. A compile error stops the process, It doesn’t result in a corrupted output, since that would be really stupid.