Werner: max_execution_time

Hallo!
Ist die max_execution_time aus der php.ini sicherheitsrelevant wenn man eine PHP Seite im Internet hat die wie folgt aussieht:

<?php
echo'test';
?>

Werner

  1. Hello,

    Ist die max_execution_time aus der php.ini sicherheitsrelevant wenn man eine PHP Seite im Internet hat die wie folgt aussieht:

    was hat bei dir max_execution_time mit _sicherheits_relevant zu tun? Die max_execution_time ist IMHO prinzipiell für jedes PHP-Skript relevant.

    MfG
    Rouven

    --
    -------------------
    When the only tool you've got is a hammer, all problems start to look like nails.
    1. Die soll doch verhindern, dass z.B. Endlosschleifen den Sever lahm legen, oder nicht?

      1. Hello,

        Die soll doch verhindern, dass z.B. Endlosschleifen den Sever lahm legen, oder nicht?

        ja, genau - sofern du das unter Sicherheit fasst, liegst du richtig. Wobei es nicht Schleifen sein müssen, wenn du eine Datenbankabfrage hast, die 2 Stunden dauert, wird das Skript ebenfalls auf diese Art beendet.

        MfG
        Rouven

        --
        -------------------
        Computer programming is tremendous fun. Like music, it is a skill that derives from an unknown blend of innate talent and constant practice. Like drawing, it can be shaped to a variety of ends: commercial, artistic, and pure entertainment. Programmers have a well-deserved reputation for working long hours but are rarely credited with being driven by creative fevers. Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination, but because their imagination reveals worlds that others cannot see. -- Larry OBrien and Bruce Eckel in Thinking in C#