PHP
downloads | documentation | faq | getting help | mailing lists | 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]

November

Conferences

22. PHPNW Conference
22. First Especializa meeting
24. PHP World Kongress in Munich
25. OpenSource ContributorConference
27. PHP Conference Brazil '08

User Group Events

18. Madison PHP User's Group
18. PHP Brisbane Meetup Group
18. Dutch PHP user group meeting
19. Miami PHP User Group
19. Broward Php Usergroup
19. Nashville PHP Users Group
19. Chicago PHP User Group Brunch
19. Front Range PHP Users Group Meet
20. TriPUG
20. OINK-PUG (Cincinnati, Ohio)
20. Utah PHP Users Group Meeting
20. Comunidad Argentina de PHP
22. Sacramento PHP Group
24. Long Island PHP Users Group
25. New York
25. AzPHP
25. Malaysia PHP Meetup
25. PHP Usergroup Karlsruhe
25. PHPUG Wuerzburg
25. DCPHP Beverage Subgroup
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 Paraiba Meeting

December

Conferences

08. PHP Forum in Paris, France
08. PHP Forum 2008 in Paris, France

User Group Events

02. SW Florida Linux Users Group
02. PDXPHP monthly meeting
02. PHPNW: PHP North West user group
03. Meeting PHP Usergroup OWL
03. PHP Meetup Columbia MD
03. BostonPHP
03. Berlin PHP Usergroup Meeting
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. EdPUG - Edinburgh PHP User Group
04. Sydney PHP Group meetings
04. PHP UG Meetup Auckland
04. Cape Town PHP Users Group
04. Jacksonville User Group
04. Seattle PHP Meetup Group
04. The Copenhagen PHP Meetup Group
04. SF PHP Meetup
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
10. Wash DC PHP Developers Group
10. Stuttgart
11. Meeting usergroup Dortmund
11. PHP Usergroup Frankfurt/Main
11. Melbourne PHP User Group
13. PHP User Group Nanaimo, BC/CA
13. PEA meeting from phpchina
16. Madison PHP User's Group
16. PHP Brisbane Meetup Group
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
20. Kansas City
20. Miami Linux Users Group
20. Twin Cities PHP
20. Los Angeles LAMPsig
23. New York
23. AzPHP
23. DCPHP Beverage Subgroup
25. Arabic PHP Group Meeting
25. Malaysia PHP User Group Meet Up
25. Sandy PHP Group
27. Sacramento PHP Group
27. Miami Linux Meetup
29. Long Island PHP Users Group
30. Malaysia PHP Meetup
30. PHP Usergroup Karlsruhe
30. PHPUG Wuerzburg
31. Irish PHP Users Group meeting

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. Developing Websites with PHP
01. PHP Training Heilbronn
01. PHP/MySQL training San Francisco
01. PHP Grundlagen in Giessen
01. Zend PHP I - Online course
01. Zend PHP II - Online course
01. Introduzione a PHP 5
02. Curso on-line de PHP-MySQL
02. PHP Class at CalTek
02. Introduction to PHP
03. PHP Training - Chennai - India
03. PHP 5 Programming
04. Curso de PHP Avanzado en Bilbao
04. PHP - Object Orientation
06. PHP & AJAX -Construindo Websites
07. Ahmedabad PHP Group Training
08. PHP para Expertos Curso on-line
08. Curso PHP y MySQL
08. Formation maitrise PHP a Paris
08. PHP Boot Camp (Raleigh, NC)
08. Securing PHP Web Apps (Anaheim)
08. Zend Framework - Online Course
08. PHP Training Philippines
08. Quality Assurance in PHP Project
08. Security of PHP applications
09. Performance of web applications
11. Design Patterns
15. PHP & MySQL Training / Gießen
15. Formation PHP Expert certifie
16. Cursos de PHP en Bilbao
17. PHP & MySQL Seminar
18. Chennai PHP Training
22. PHP Intro Course South Africa
23. UK PHP Training
25. PHP Brasil - Training
29. 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