PHP wird 15 Jahre alt

von |8. Juni 2010|

Auf den Tag genau vor 15 Jahren hat PHP als „Personal Home Page Tools“ das Licht der Welt erblickt. Das heute geläufige rekursive Akronym „PHP: Hypertext Preprocessor“ hat die ursprüngliche Bedeutung der Abkürzung zum Backronym verkümmern lassen. Rasmus Lerdorf hat Version 1.0 der ursprünglichen Tool-Sammlung geschaffen, die nach etlichen Versionsnummern nun vor der Veröffentlichung der Version 6 steht.

Hier das originale Posting der comp.infosystems.www.authoring.cgi-Usenet-Newsgruppe:

From: ras…@io.org (Rasmus Lerdorf)
Subject: Announce: Personal Home Page Tools (PHP Tools)
Date: 1995/06/08
Message-ID: #1/1
X-Deja-AN: 104053006
organization: none
newsgroups: comp.infosystems.www.authoring.cgi
Announcing the Personal Home Page Tools (PHP Tools) version 1.0.

These tools are a set of small tight cgi binaries written in C.
They perform a number of functions including:

. Logging accesses to your pages in your own private log files
. Real-time viewing of log information
. Providing a nice interface to this log information
. Displaying last access information right on your pages
. Full daily and total access counters
. Banning access to users based on their domain
. Password protecting pages based on users‘ domains
. Tracking accesses ** based on users‘ e-mail addresses **
. Tracking referring URL’s – HTTP_REFERER support
. Performing server-side includes without needing server support for it
. Ability to not log accesses from certain domains (ie. your own)
. Easily create and display forms
. Ability to use form information in following documents

Here is what you don’t need to use these tools:

. You do not need root access – install in your ~/public_html dir
. You do not need server-side includes enabled in your server
. You do not need access to Perl or Tcl or any other script interpreter
. You do not need access to the httpd log files

The only requirement for these tools to work is that you have
the ability to execute your own cgi programs. Ask your system
administrator if you are not sure what this means.

The tools also allow you to implement a guestbook […]