Skip to content

Instantly share code, notes, and snippets.

@dungsaga
Last active April 12, 2023 12:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dungsaga/6cddda99be51f3c89ccd53b4aa0a878f to your computer and use it in GitHub Desktop.
Save dungsaga/6cddda99be51f3c89ccd53b4aa0a878f to your computer and use it in GitHub Desktop.
funny acronym: what does PHP stand for?

Prrr Home Page

  • Pretty Home Page (some people think this is the initial meaning of PHP)
  • Professional Homepage Power
  • Private Home Page
  • Personal Home Page (the original name in the announcement "Announce: Personal Home Page Tools (PHP Tools)")
  • Phucking Home Page

Programmable

Recursive initialism

  • PHP: Hypertext Preprocessor
  • PHP: Hyped Poo

Preprocessor, Postprocessor

  • Parsed Hypertext Pre-Processor
  • Post Hypertext Preprocessor
  • Pre Hypertext Processor
  • Personal HTML Processor
  • Post-Harvest Processing

Pi, Etch and Pi

  • Peace, Happiness, and Prosperity
  • Poison, Hypnotize, and Petrify
  • Paradaemonical Hellish Precipice

Hacked

  • Probable Hacked Page
  • Pissed His Pants

Pot

  • Penultimate Hop Pop
  • Penultimate Hot Pot
  • Pot Head Pixie

Pretty

  • Pretty Horrid Privacy
  • Pretty Horrible Privacy (in the vein of Pretty Good Privacy)
  • Pretty Horrible Product
  • Pretty Horrendous Programming

Perl

  • Pretty Horrible Perlclone
  • People Hate Perl

People

  • People Have Problems
  • People Helping People
  • Parents Helping Parents
  • Potential Hookup Point

Please

  • Push Harder Please
  • Please Have Patience

Pron

  • Porn Hub Programming
  • Pretty Hot Programmer
  • Pretty Hot Pig
  • Pretty Huge Penis
@dungsaga
Copy link
Author

dungsaga commented Jul 4, 2021

Zend in the clowns? || kuro5hin.org give some funny expansion for PHP:

  • Promote Hyper-productive Programming
  • Purloining Heinous Piss
  • Potted History of PHP
  • Pretty High-level Perspective
  • Providing Helpful Prerequisites
  • PHP Hits Puberty
  • Philosophizing and Hasty Prose

@dungsaga
Copy link
Author

dungsaga commented Jul 5, 2021

Quote from "history - Why some people mentioned PHP as "Pretty Home Page"? Was it once PHP's real name? - Retrocomputing Stack Exchange" (https://retrocomputing.stackexchange.com/questions/20324/why-some-people-mentioned-php-as-pretty-home-page-was-it-once-phps-real-name):

"Pretty Home Page" is not found in official PHP history. But I saw several people called PHP that way on the internet, and even in some books, teaching & publication:

Was "Pretty Home Page" just a funny nickname of PHP? Or was it once PHP's real name?

Someone has already asked this question in another forum, but received no conclusive answers : OFF-TOPIC Original PHP acronym

I looked at PHP: Revision history - Wikipedia, but there are too many revisions. There's a tool called WikiBlame to find addition/removal, but I didn't find anything with it.

  • Programming PHP - Pro-Linux: PHP - das Kürzel stand ursprünglich für "Pretty Homepage" - ist eine Skriptsprache, (Translation: PHP - the abbreviation originally stood for "Pretty Homepage" - is a scripting language)

@dungsaga
Copy link
Author

dungsaga commented Jul 5, 2021

I wrote a tiny JS script to find any mention of "Pretty Home Page" in Wikipedia page about PHP. My planet earth fellows, please forgive me for abusing Wikipedia :)

jQuery('a.mw-changeslist-date').toArray().forEach((i,j) => jQuery.get(i.href).then(r => r.match(/Pretty\s+Home\s+Page/i) && console.log(j, i.href) || console.log('-')).catch(e => console.warn(j, e)))
// wait for reponses in console log
jQuery('a.mw-prevlink').get(0).click()

I found a positive result at https://en.wikipedia.org/w/index.php?title=PHP&dir=prev&offset=20060405042020%7C47038884&limit=100&action=history
Some twisted mind replace "Personal Home Page" with "Pretty Home Page" in 2006 at https://en.wikipedia.org/w/index.php?title=PHP&oldid=50554646 just to be reverted in the next revision.

@dungsaga
Copy link
Author

dungsaga commented Jul 8, 2021

@dungsaga
Copy link
Author

dungsaga commented Apr 5, 2023

Updated link:

@luigiMinardi
Copy link

This gist is gold.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment