downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

What is PHP?

PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. If you are new to PHP and want to get some idea of how it works, try the introductory tutorial. After that, check out the online manual, and the example archive sites and some of the other resources available in the links section.

Ever wondered how popular PHP is? see the Netcraft Survey.

Thanks To

Related sites

Community

Syndication

You can grab our news as an Atom feed.

Upcoming Events [add]

January

Conferences

30. PHPBenelux 2010 Conference

User Group Events

21. TriPUG
21. OINK-PUG (Cincinnati, Ohio)
21. Utah PHP Users Group Meeting
21. NorfolkPHP
21. Atlantic Canada PHP User Group
23. Sacramento PHP Group
25. Long Island PHP Users Group
26. New York
26. AzPHP
26. Malaysia PHP Meetup
26. PHP Usergroup Karlsruhe
26. PHPUG Wuerzburg
26. DCPHP Beverage Subgroup
26. Brisbane PHP User Group
27. Irish PHP Users Group meeting
28. Arabic PHP Group Meeting
28. Malaysia PHP User Group Meet Up
28. Sandy PHP Group
28. Burlington, VT PHP Users Group
30. Miami Linux Meetup
30. PHP RIO Meetup

February

Conferences

26. PHP UK Conference 2010

User Group Events

02. SW Florida Linux Users Group
02. PDXPHP monthly meeting
02. Jacksonville User Group
02. Berlin PHP Usergroup Meeting
02. PHPNW: PHP North West user group
03. Meeting PHP Usergroup OWL
03. BostonPHP
03. Pittsburgh PHP Meetup Group
04. SDPHP (San Diego, CA)
04. Hannover
04. Meetup Day
04. Omaha PHP Users Group Meetup
04. PHP London
04. The Houston PHP Users Group
04. Boston PHP Meetup
04. Atlanta PHP User Group
04. Manchester UK - PHP Group
04. Sydney PHP Group meetings
04. PHP UG Meetup Auckland
04. Seattle PHP Meetup Group
04. The Copenhagen PHP Meetup Group
04. SF PHP Meetup
04. Knoxville Python & PHP UG
04. Minnesota PHP User Group
05. Köln/Bonn
05. Iran PHP developer's meetup
07. PHP meeting online in China
07. meeting de LAMPistas en La Paz
09. Hamburg
09. Dallas PHP/MySQL Users Group
09. Dallas PHP Users Group (DPUG)
09. Austin PHP Meetup
09. OKC PHP Meetup
09. Oklahoma City PHP User Group
10. Wash DC PHP Developers Group
10. PHP User Group Stuttgart
11. Meeting usergroup Dortmund
11. PHP Usergroup Frankfurt/Main
11. Edinburgh PHP Users Group
13. PHP User Group Nanaimo, BC/CA
13. PEA meeting from phpchina
13. Nagpur PHP Meetup
14. Los Angeles PHP Developers Group
16. Madison PHP User's Group
16. PHP Brisbane Meetup Group
16. Nashville Enterprise LAMP UG
16. Chattanooga PHP Developers
17. Miami PHP User Group
17. Broward Php Usergroup
17. Nashville PHP Users Group
17. Chicago PHP User Group Brunch
18. TriPUG
18. OINK-PUG (Cincinnati, Ohio)
18. Utah PHP Users Group Meeting
18. NorfolkPHP
20. Kansas City
20. Miami Linux Users Group
20. Twin Cities PHP
20. Los Angeles LAMPsig
22. Long Island PHP Users Group
23. New York
23. AzPHP
23. Malaysia PHP Meetup
23. PHP Usergroup Karlsruhe
23. PHPUG Wuerzburg
23. DCPHP Beverage Subgroup
23. Brisbane PHP User Group
24. Irish PHP Users Group meeting
25. Arabic PHP Group Meeting
25. Malaysia PHP User Group Meet Up
25. Sandy PHP Group
27. Sacramento PHP Group
27. Miami Linux Meetup
27. PHP RIO Meetup

Training

01. MySQL Spain
01. Curso PHP Madrid
01. PHP E-Learning/Germany
01. Curso on-line ActionScript / PHP
01. PHP & MySQL Training in Kassel
01. PHP & MySQL com Dreamweaver MX
01. Curso on-line de PHP
01. PHP & MYSQL-Construindo WebSites
01. PHP Training Heilbronn
01. PHP Boot Camp (Raleigh NC)
01. ZEND: PHP I on-line class
01. ZEND: PHP II on-line class
01. ZEND:Test Prep PHP5 Cert on-line
01. LAMP training in Ottawa
01. LAMP training in Quebec City
01. Zend Framework: Class FRENCH
01. Test Prep:PHP 5 Cert (French)
01. PHPI: Foundations (French)
02. Curso on-line de PHP-MySQL
02. PHP Class at CalTek
03. PHP Training - Chennai - India
03. Zend Certification
04. Curso de PHP Avanzado en Bilbao
06. PHP & AJAX -Construindo Websites
06. Core and Advanced PHP Workshop
07. Ahmedabad PHP Group Training
07. Learning to Program in PHP
08. PHP para Expertos Curso on-line
08. Curso PHP y MySQL
08. PHP Programming
08. Curso - PHP Advanced I
08. PHP Training Philippines
09. ZEND:(GERMAN) Security in PHP
10. UK Object Orientation Workshop
11. UK Smarty Templating Workshop
12. Object Oriented programming &PHP
15. PHP & MySQL Training / Gießen
15. PHP Intro Course South Africa
16. Cursos de PHP en Bilbao
16. ZEND:QuickStart-Exp Programmers
16. ZEND:Zend Framework online class
18. Chennai PHP Training
22. Basic PHP Course
22. Curso - PHP Zend Certified
22. ZEND:(GERMAN) Zend Studio
22. ZEND:GERMAN-Framework:Grundlagen
23. UK PHP Training
23. Building Security w/PHP App (FR)
25. PHP Brasil - Training

PHP 5.2.12 Released!

[17-Dec-2009]

The PHP development team would like to announce the immediate availability of PHP 5.2.12. This release focuses on improving the stability of the PHP 5.2.x branch with over 60 bug fixes, some of which are security related. All users of PHP 5.2 are encouraged to upgrade to this release.

Security Enhancements and Fixes in PHP 5.2.12:

  • Fixed a safe_mode bypass in tempnam() identified by Grzegorz Stachowiak. (CVE-2009-3557, Rasmus)
  • Fixed a open_basedir bypass in posix_mkfifo() identified by Grzegorz Stachowiak. (CVE-2009-3558, Rasmus)
  • Added "max_file_uploads" INI directive, which can be set to limit the number of file uploads per-request to 20 by default, to prevent possible DOS via temporary file exhaustion, identified by Bogdan Calin. (CVE-2009-4017, Ilia)
  • Added protection for $_SESSION from interrupt corruption and improved "session.save_path" check, identified by Stefan Esser. (CVE-2009-4143, Stas)
  • Fixed bug #49785 (insufficient input string validation of htmlspecialchars()). (CVE-2009-4142, Moriyoshi, hello at iwamot dot com)

Further details about the PHP 5.2.12 release can be found in the release announcement, and the full list of changes are available in the ChangeLog.


PHP 5.3.1 Released!

[19-Nov-2009]

The PHP development team would like to announce the immediate availability of PHP 5.3.1. This release focuses on improving the stability of the PHP 5.3.x branch with over 100 bug fixes, some of which are security related. All users of PHP are encouraged to upgrade to this release.

Security Enhancements and Fixes in PHP 5.3.1:

  • Added "max_file_uploads" INI directive, which can be set to limit the number of file uploads per-request to 20 by default, to prevent possible DOS via temporary file exhaustion.
  • Added missing sanity checks around exif processing.
  • Fixed a safe_mode bypass in tempnam().
  • Fixed a open_basedir bypass in posix_mkfifo().
  • Fixed failing safe_mode_include_dir.

Further details about the PHP 5.3.1 release can be found in the release announcement, and the full list of changes are available in the ChangeLog.


PHP 5.2.11 Released!

[17-Sep-2009]

The PHP development team would like to announce the immediate availability of PHP 5.2.11. This release focuses on improving the stability of the PHP 5.2.x branch with over 75 bug fixes, some of which are security related. All users of PHP 5.2 are encouraged to upgrade to this release.

Security Enhancements and Fixes in PHP 5.2.11:

  • Fixed certificate validation inside php_openssl_apply_verification_policy. (Ryan Sleevi, Ilia)
  • Fixed sanity check for the color index in imagecolortransparent(). (Pierre)
  • Added missing sanity checks around exif processing. (Ilia)
  • Fixed bug #44683 (popen crashes when an invalid mode is passed). (Pierre)

Further details about the PHP 5.2.11 release can be found in the release announcement, and the full list of changes are available in the ChangeLog.


PHP TestFest 2009 Winners

[30-Jul-2009]

A group of winners of PHP elePHPhants or TestFest mugs have been picked at random from the people that contributed the 887 tests during the 2009 PHP TestFest.

Winners of elePHPhants

  • Mark Schaschke TestFest London May 2009
  • Patrick Allaert Belgian PHP Testfest 2009
  • Rafael Dohms testfest PHPSP on 2009-06-20
  • Guilherme Blanco testfest PHPSP on 2009-06-20
  • Fabio Fabbrucci Italian PHP TestFest 2009 Cesena 19-20-21 june
  • Rodrigo Moyle testfest PHPSP on 2009-06-20
  • Edgar Ferreira da Silva testfest PHPSP on 2009-06-20
  • Marco Fabbri PHPTestFest Cesena Italia on 2009-06-20
  • Jason Easter Testfest 2009 2009-06-20
  • Simon Westcott PHPNW Testfest 2009

Winners of mugs

  • Tim Eggert Testfest Berlin 2009-05-09
  • Till Klampaeckel TestFest 2009
  • Havard Eide Norway 2009-06-09 \o/
  • Ŕlex Corretgé - Catalonia
  • Francesco Fullone TestFest Cesena Italia on 2009-06-20
  • Ivan Rosolen testfest PHPSP on 2009-06-20
  • Moritz Neuhaeuser Testfest Berlin 2009-05-10
  • Daniel Convissor TestFest 2009 NYPHP
  • Matt Raines testfest London 2009-05-09

Winners will be contacted shortly.

Once again a huge thank you! to everyone who helped to make this year's TestFest such an outstanding success!


Subversion Migration Complete

[16-Jul-2009]

The migration from CVS to Subversion is complete. The web interface is at svn.php.net. You can read about it at php.net/svn.php, wiki.php.net/vcs/svnfaq. The URL to feed to your svn client is http://svn.php.net/repository.

There is also a github mirror. Please use that instead of trying to do a full git clone from the svn repository. See the instructions at wiki.php.net/vcs/svnfaq#git

Many thanks to Gwynne who did the bulk of the work and also all the other folks who pitched in. It was a major effort to move 14 years of CVS history to another RCS.


News Archive

 
Atom | show source | credits | stats | sitemap | contact | advertising | mirror sites