Tag-Archiv: PHP
PHP-Code in HTML-Dateien
24. August 2008 | Tags: HTML, PHP | 1 Kommentar
Manchmal ist es nötig, innerhalb der HTML-Dateien eines bereits angelegten, komplexen Internetauftritts PHP-Code auszuführen.
Wer sich hierbei ewige Frickeleien mit Dateinamen usw. sparen will, speichert im Root-Verzeichnis eine .htaccess-Datei mit folgendem Inhalt:
AddType application/x-httpd-php .html
Danach führt der Server auch PHP-Code in HTML-Dateien aus.
PHP 4 – End of Life
8. August 2008 | Tags: PHP | Keine Kommentare
Nutzer von PHP 4 sollten nun schleunigst zu PHP 5 wechseln.
Am 07.08. erschien das letzte Release PHP 4.4.9
The PHP development team would like to announce the immediate availability of PHP 4.4.9. It continues to improve the security and the stability of the 4.4 branch and all users are strongly encouraged to upgrade to it as soon as possible. This release wraps up all the outstanding patches for the PHP 4.4 series, and is therefore the last PHP 4.4 release.
Link: PHP 4.4.9 released

