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

March

User Group Events

26. Long Island PHP Users Group
27. New York
27. AzPHP
27. San Antonio PHP Meetup
27. Malaysia PHP Meetup
28. Irish PHP Users Group meeting
29. Arabic PHP Group Meeting
29. Malaysia PHP User Group Meet Up
29. Sandy PHP Group

April

Conferences

23. 2007 MySQL Conference & Expo
26. PHP Business Seminar

User Group Events

1. PHP meeting online in China
1. meeting de LAMPistas en La Paz
2. PHP Meetup Columbia MD
3. SW Florida Linux Users Group
3. PDXPHP monthly meeting
4. Meeting PHP Usergroup OWL
4. OCPHP Roundtable
5. SDPHP (San Diego, CA)
5. Hannover
5. Meetup Day
5. Omaha PHP Users Group Meetup
5. PHP London
5. The Houston PHP Users Group
5. Boston PHP Meetup
5. Atlanta PHP User Group
5. Manchester UK - PHP Group
5. EdPUG - Edinburgh PHP User Group
5. Sydney PHP Group meetings
5. PHP UG Meetup Auckland
5. Cape Town PHP Users Group
5. Jacksonville User Group
5. Seattle PHP Meetup Group
6. Köln/Bonn
10. Hamburg
10. Dallas PHP/MySQL Users Group
10. Dallas PHP Users Group (DPUG)
10. Austin PHP Meetup
10. OKC PHP Meetup
10. Seattle PHP Users Group
11. Wash DC PHP Developers Group
11. Stuttgart
12. Meeting usergroup Dortmund
12. PHP Usergroup Frankfurt/Main
12. Melbourne PHP Users Group
12. Introduction to Typo3
14. PHP User Group Nanaimo, BC/CA
17. Madison PHP User's Group
17. PHP Brisbane Meetup Group
18. Miami PHP User Group
18. Broward Php Usergroup
18. Nashville PHP Users Group
18. Chicago PHP User Group Brunch
19. TriPUG
19. OINK-PUG (Cincinnati, Ohio)
19. Utah PHP Users Group Meeting
21. Kansas City
21. Miami Linux Users Group
21. Twin Cities PHP
21. Los Angeles LAMPsig
24. New York
24. AzPHP
24. San Antonio PHP Meetup
24. Malaysia PHP Meetup
25. Irish PHP Users Group meeting
26. Arabic PHP Group Meeting
26. Malaysia PHP User Group Meet Up
26. Sandy PHP Group
26. Flex 2 and PHP
30. Long Island PHP Users Group

Training

1. Ahmedabad PHP Group Training
1. Curso Formação PHP (Proway)
1. LAMP Training in Montreal
2. MySQL Spain
2. Curso PHP Madrid
2. PHP E-Learning/Germany
2. Curso on-line ActionScript / PHP
2. PHP & MySQL Training in Kassel
2. PHP & MySQL com Dreamweaver MX
2. Curso on-line de PHP
2. PHP & MYSQL-Construindo WebSites
2. LAMP Training in Ottawa
2. Formation LAMP a Gatineau
2. PHP Training Philippines
2. PHP/MySQL training San Francisco
3. Curso on-line de PHP-MySQL
3. EVERY TUESDAY: PHP Class (FREE!)
3. PHP Programming Course: San Jose
4. PHP Training - Chennai - India
5. Curso de PHP Avanzado en Bilbao
9. PHP para Expertos Curso on-line
9. Curso PHP y MySQL
10. PHP Programming Course - Denver
14. Bluepoint Extreme PHP
16. PHP & MySQL Training / Gießen
16. PHP Programming Boot Camp - USA
16. Security of PHP applications
17. Cursos de PHP en Bilbao
17. PHP Programming Course - Chicago
19. Chennai PHP Training
20. Formation PHP Maitrise
23. PHP 5 Certification South Africa
24. UK PHP Training
24. PHP Programming Course - Calgary
26. PHP Brasil - Training
30. Basic PHP Course
30. PHP and MySQL Bootcamp Toronto

The PHP.net Google Summer of Code

[14-Mar-2007] The PHP team is once again proud to participate in the Google Summer of Code, and we are still looking for project ideas from interested students. In case you want to spend the summer with your favorite Open Source project, PHP, and get some money for adding an interesting project to it, you should contact us at internals@lists.php.net. The deadline for submitting ideas is the 26th of March, 2007. Also, the current list of ideas includes suggested topics still looking for student participants.


PHP 4.4.6 Released

[01-Mar-2007] The PHP development team would like to announce the immediate availability of PHP 4.4.6. The main issue that this release addresses is a crash problem that was introduced in PHP 4.4.5. The problem occurs when session variables are used while register_globals is enabled. Details about the PHP 4.4.6 release can be found in the release announcement for 4.4.6, the full list of changes is available in the ChangeLog for PHP 4.


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 | sitemap | contact | advertising | mirror sites
Malignant Mesothelioma
Business Software
صور شمس العرب
Hard Disk Recovery
Hospedagem de Site
Private Investigator Detective
HP IBM FSC Laptops Notebooks
Managed Hosting
HP Compaq Notebooks Laptops
breast enhancement
Zoek dure hotel van Malta
Data Recovery