PHP
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 RSS feed via a daily dump in a file named news.rss.

Upcoming Events [add]

July

Conferences

10. CakeFest Berlin 2009
10. Official CakePHP conference

User Group Events

10. Moscow PHP Templating Workshop
11. PHP User Group Nanaimo, BC/CA
11. PEA meeting from phpchina
11. PHPMS - Workshop PHP Extremo
14. Hamburg
14. Dallas PHP/MySQL Users Group
14. Dallas PHP Users Group (DPUG)
14. Austin PHP Meetup
14. OKC PHP Meetup
14. Oklahoma City PHP User Group
14. DrupalMad
15. Miami PHP User Group
15. Broward Php Usergroup
15. Nashville PHP Users Group
15. Chicago PHP User Group Brunch
16. TriPUG
16. OINK-PUG (Cincinnati, Ohio)
16. Utah PHP Users Group Meeting
17. PHP 5.3 BBQ Release Party Munich
18. Kansas City
18. Miami Linux Users Group
18. Twin Cities PHP
18. Los Angeles LAMPsig
20. Melbourne PHP User Group
21. Madison PHP User's Group
21. PHP Brisbane Meetup Group
25. Sacramento PHP Group
25. Miami Linux Meetup
25. PHP RIO Meetup
27. Long Island PHP Users Group
28. New York
28. AzPHP
28. Malaysia PHP Meetup
28. PHP Usergroup Karlsruhe
28. PHPUG Wuerzburg
28. DCPHP Beverage Subgroup
28. Brisbane PHP User Group
29. Irish PHP Users Group meeting
30. Arabic PHP Group Meeting
30. Malaysia PHP User Group Meet Up
30. Sandy PHP Group

August

User Group Events

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

Training

01. PHP & AJAX -Construindo Websites
01. Core and Advanced PHP Workshop
01. Curso PHP Essentials
02. Ahmedabad PHP Group Training
03. MySQL Spain
03. Curso PHP Madrid
03. PHP E-Learning/Germany
03. Curso on-line ActionScript / PHP
03. PHP & MySQL Training in Kassel
03. PHP & MySQL com Dreamweaver MX
03. Curso on-line de PHP
03. PHP & MYSQL-Construindo WebSites
03. PHP Training Heilbronn
03. PHP Techniques
03. Curso - Zend Framework
04. Curso on-line de PHP-MySQL
04. PHP Class at CalTek
05. PHP Training - Chennai - India
06. Curso de PHP Avanzado en Bilbao
10. PHP para Expertos Curso on-line
10. Curso PHP y MySQL
10. Advanced PHP Programming (NC)
12. UK Object Orientation Workshop
13. UK Smarty Templating Workshop
17. PHP & MySQL Training / Gießen
18. Cursos de PHP en Bilbao
18. Kurs i PHP och MySQL, Goteborg
20. Chennai PHP Training
24. PHP Intro Course South Africa
25. UK PHP Training
27. PHP Brasil - Training
31. Basic PHP Course

PHP 5.2.1 and PHP 4.4.5 Released

[14-Feb-2007] The PHP development team would like to announce the immediate availability of PHP 5.2.1 and availability of PHP 4.4.5. These releases are major stability and security enhancements of the 5.x and 4.4.x branches, and all users are strongly encouraged to upgrade to it as soon as possible. Further details about the PHP 5.2.1 release can be found in the release announcement for 5.2.1, the full list of changes is available in the ChangeLog for PHP 5. Details about the PHP 4.4.5 release can be found in the release announcement for 4.4.5, the full list of changes is available in the ChangeLog for PHP 4.

Security Enhancements and Fixes in PHP 5.2.1 and PHP 4.4.5:

  • Fixed possible safe_mode & open_basedir bypasses inside the session extension.
  • Fixed unserialize() abuse on 64 bit systems with certain input strings.
  • Fixed possible overflows and stack corruptions in the session extension.
  • Fixed an underflow inside the internal sapi_header_op() function.
  • Fixed non-validated resource destruction inside the shmop extension.
  • Fixed a possible overflow in the str_replace() function.
  • Fixed possible clobbering of super-globals in several code paths.
  • Fixed a possible information disclosure inside the wddx extension.
  • Fixed a possible string format vulnerability in *print() functions on 64 bit systems.
  • Fixed a possible buffer overflow inside ibase_{delete,add,modify}_user() functions.
  • Fixed a string format vulnerability inside the odbc_result_all() function.

Security Enhancements and Fixes in PHP 5.2.1 only:

  • Prevent search engines from indexing the phpinfo() page.
  • Fixed a number of input processing bugs inside the filter extension.
  • Fixed allocation bugs caused by attempts to allocate negative values in some code paths.
  • Fixed possible stack/buffer overflows inside zip, imap & sqlite extensions.
  • Fixed several possible buffer overflows inside the stream filters.
  • Memory limit is now enabled by default.
  • Added internal heap protection.
  • Extended filter extension support for $_SERVER in CGI and apache2 SAPIs.

Security Enhancements and Fixes in PHP 4.4.5 only:

  • Fixed possible overflows inside zip & imap extensions.
  • Fixed a possible buffer overflow inside mail() function on Windows.
  • Unbundled the ovrimos extension.

The majority of the security vulnerabilities discovered and resolved can in most cases be only abused by local users and cannot be triggered remotely. However, some of the above issues can be triggered remotely in certain situations, or exploited by malicious local users on shared hosting setups utilizing PHP as an Apache module. Therefore, we strongly advise all users of PHP, regardless of the version to upgrade to the 5.2.1 or 4.4.5 releases as soon as possible.

For users upgrading to PHP 5.2 from PHP 5.0 and PHP 5.1, an upgrade guide is available here, detailing the changes between those releases and PHP 5.2.1.

Update: Feb 14th; Added release information for PHP 4.4.5.

Update: Feb 12th; The Windows install package had problems with upgrading from previous PHP versions. That has now been fixed and new file posted in the download section.


The front page has changed

[08-Feb-2007] The news on the front page of php.net has changed, the conference announcements are now located on their own page. The idea is to keep php.net specific news clear and also opens the door for additional news entries, like for RC releases. More changes are on the way so keep an eye out.


The PHP Manual

PHP Manual Updates

[03-Feb-2007] The PHP documentation team is proud to present to the PHP community a few fixes and tweaks to the PHP Manual, including:

  • an improved, XSL-based build system that will deliver compiled manuals to mirrors in a more timely manner (goodbye dsssl)
  • manual pages can now contain images (see imagearc() for an example)
  • updated function version information and capture system (fewer "no version information, might be only in CVS" messages)
  • ... and more to come!

Please help us improve the documentation by submitting bug reports, and adding notes to undocumented functions.


PHP 5.2.0 Released

[02-Nov-2006] The PHP development team is proud to announce the immediate release of PHP 5.2.0. This release is a major improvement in the 5.X series, which includes a large number of new features, bug fixes and security enhancements. Further details about this release can be found in the release announcement 5.2.0, the full list of changes is available in the ChangeLog PHP 5.

All users of PHP, especially those using earlier PHP 5 releases are advised to upgrade to this release as soon as possible. This release also obsoletes the 5.1 branch of PHP.

For users upgrading from PHP 5.0 and PHP 5.1 there is an upgrading guide available here, detailing the changes between those releases and PHP 5.2.0.


News Archive

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