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]

December

User Group Events

06. PHP meeting online in China
06. meeting de LAMPistas en La Paz
08. Hamburg
08. Dallas PHP/MySQL Users Group
08. Dallas PHP Users Group (DPUG)
08. Austin PHP Meetup
08. OKC PHP Meetup
08. Oklahoma City PHP User Group
09. Wash DC PHP Developers Group
09. PHP User Group Stuttgart
10. Meeting usergroup Dortmund
10. PHP Usergroup Frankfurt/Main
10. Edinburgh PHP Users Group
12. PHP User Group Nanaimo, BC/CA
12. PEA meeting from phpchina
12. Nagpur PHP Meetup
13. Los Angeles PHP Developers Group
15. Madison PHP User's Group
15. PHP Brisbane Meetup Group
15. Nashville Enterprise LAMP UG
15. Chattanooga PHP Developers
16. Miami PHP User Group
16. Broward Php Usergroup
16. Nashville PHP Users Group
16. Chicago PHP User Group Brunch
17. TriPUG
17. OINK-PUG (Cincinnati, Ohio)
17. Utah PHP Users Group Meeting
17. NorfolkPHP
19. Kansas City
19. Miami Linux Users Group
19. Twin Cities PHP
19. Los Angeles LAMPsig
22. New York
22. AzPHP
22. DCPHP Beverage Subgroup
22. Brisbane PHP User Group
26. Sacramento PHP Group
26. Miami Linux Meetup
26. PHP RIO Meetup
28. Long Island PHP Users Group
29. Malaysia PHP Meetup
29. PHP Usergroup Karlsruhe
29. PHPUG Wuerzburg
30. Irish PHP Users Group meeting
31. Arabic PHP Group Meeting
31. Malaysia PHP User Group Meet Up
31. Sandy PHP Group

Training

05. PHP & AJAX -Construindo Websites
05. Core and Advanced PHP Workshop
05. ZEND: PHP I: Foundations class
05. Zend: PHP II On-line class
06. Ahmedabad PHP Group Training
07. MySQL Spain
07. Curso PHP Madrid
07. PHP E-Learning/Germany
07. Curso on-line ActionScript / PHP
07. PHP & MySQL Training in Kassel
07. PHP & MySQL com Dreamweaver MX
07. Curso on-line de PHP
07. PHP & MYSQL-Construindo WebSites
07. PHP Training Heilbronn
07. LAMP training in Ottawa
07. ZEND:Test Prep PHP5 Cert on-line
08. WebAppSec.php
08. PHP Programming - Amarillo, TX
08. ZEND:Zend Server On-line class
08. Security of PHP applications
08. Learn about PHP on Windows
09. UK Object Orientation Workshop
09. PHP Training in San Francisco
10. UK Smarty Templating Workshop
13. Technology for PHP
14. PHP para Expertos Curso on-line
14. Curso PHP y MySQL
14. PHP Programming
15. Cursos de PHP en Bilbao
15. PHP Class - Virginia Beach, VA
15. LAMP training in Quebec City
17. Chennai PHP Training
18. OO Programming with PHP
21. PHP & MySQL Training / Gießen
21. PHP Intro Course South Africa
21. LAMP training in Montreal
22. UK PHP Training
24. PHP Brasil - Training
28. 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