History of PHP

Operating System Tips, Tricks and Hack which include Windows 10 and others, CentOS, Linux, MAC OS, iOS
Post Reply
triplem
Loyal Member
Loyal Member
Posts: 189
Joined: Apr 29, 2009
Location: Karachi

History of PHP

Post by triplem » May 01, 2009 Views: 5475

PHP is a scripting language originally designed for producing dynamic web pages. It has evolved to include a command line interface capability and can be used in standalone graphical applications.

While PHP was originally created by Rasmus Lerdorf in 1995, the main implementation of PHP is now produced by The PHP Group and serves as the de facto standard for PHP as there is no formal specification.

PHP is a widely-used general-purpose scripting language that is especially suited for web development and can be embedded into HTML. It generally runs on a web server, taking PHP code as its input and creating web pages as output. It can be deployed on most web servers and on almost every operating system and platform free of charge. PHP is installed on more than 20 million websites and 1 million web servers.PHP originally stood for Personal Home Page. It began in 1994 as a set of Common Gateway Interface binaries written in the C programming language by the Danish/Greenlandic programmer Rasmus Lerdorf. Lerdorf initially created these Personal Home Page Tools to replace a small set of Perl scripts he had been using to maintain his personal homepage. The tools were used to perform tasks such as displaying his résumé and recording how much traffic his page was receiving. He combined these binaries with his Form Interpreter to create PHP/FI, which had more functionality. PHP/FI included a larger implementation for the C programming language and could communicate with databases, enabling the building of simple, dynamic web applications. Lerdorf released PHP publicly on June 8, 1995 to accelerate bug location and improve the code.

Hosting PHP applications on a server requires a careful and constant attention to deal with these security risks. There are advanced protection patches such as Suhosin and Hardening-Patch, especially designed for web hosting environments. Installing PHP as a CGI binary rather than as an Apache module is the preferred method for added security.

PHP only parses code within its delimiters. Anything outside its delimiters is sent directly to the output and is not parsed by PHP. The most common delimiters are <?php and ?>, which are open and close delimiters respectively. <script language="php"> and </script> delimiters are also available. PHP includes free and open source libraries with the core build. PHP is a fundamentally Internet-aware system with modules built in for accessing FTP servers, many database servers, embedded SQL libraries such as embedded PostgreSQL, MySQL and SQLite, LDAP servers, and others. Many functions familiar to C programmers such as those in the stdio family are available in the standard PHP build. PHP has traditionally used features such as "magic_quotes_gpc" and "magic_quotes_runtime" which attempt to escape apostrophes (') and quotes (") in strings in the assumption that they will be used in databases, to prevent SQL injection attacks. This leads to confusion over which data is escaped and which is not, and to problems when data is not in fact used as input to a database and when the escaping used is not completely correct.

User avatar
Asif Javed
Fun Addict
Fun Addict
Posts: 517
Joined: Mar 09, 2009
Location: Multan

Post by Asif Javed » May 04, 2009

Nice Dudde

editorawais
Ultimate Contributor
Ultimate Contributor
Posts: 3700
Joined: Nov 15, 2008
Location: Buzy!!!

Post by editorawais » May 04, 2009

Nice Post Dear

User avatar
admin
Site Admin
Posts: 9611
Joined: Feb 10, 2007
Contact:

Post by admin » May 04, 2009

very good
nice addition

miley19
Wondering
Wondering
Posts: 14
Joined: Jul 28, 2009

Re: History of PHP

Post by miley19 » Jul 28, 2009

thanks

miley19
Wondering
Wondering
Posts: 14
Joined: Jul 28, 2009

Re: History of PHP

Post by miley19 » Jul 28, 2009

thanks

preetycasey
Fan of Fun Stuff
Fan of Fun Stuff
Posts: 301
Joined: Aug 06, 2009

Post by preetycasey » Aug 13, 2009

i like it

User avatar
safdarhussain
Loyal Member
Loyal Member
Posts: 146
Joined: Sep 27, 2009
Location: lahore

Post by safdarhussain » Sep 29, 2009

very good post
I like It
excillent

jacobadam
Wondering
Wondering
Posts: 15
Joined: Aug 08, 2011

Post by jacobadam » Aug 08, 2011

I know PHP, but i didnt know about this History. Anyhow its a great post you have made. I have get lot history information about PHP.

User avatar
usman_malik
Beginner
Beginner
Posts: 26
Joined: Jul 19, 2011

Post by usman_malik » Aug 15, 2011

So nice n thank u, its Relay a reliable info...
i like this.

Post Reply

Return to “Operating System Tricks”