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 Atom feed.

This mirror sponsored by:

AussieHQ Pty Ltd


Upcoming Events [add]

May

Conferences

23. Italian phpDay conference
26. IPC– Meet the Community
26. DLW Europe 08
29. PHPConf 2008 Russia

User Group Events

14. Wash DC PHP Developers Group
14. Stuttgart
14. PHP and Silverlight
15. TriPUG
15. OINK-PUG (Cincinnati, Ohio)
15. Utah PHP Users Group Meeting
15. Php Argentina
15. Las Vegas UG
16. CodeFest PHP Quebec 2.1
17. Kansas City
17. Miami Linux Users Group
17. Twin Cities PHP
17. Los Angeles LAMPsig
20. Madison PHP User's Group
20. PHP Brisbane Meetup Group
20. Costa Rica PHP Group Meeting
21. Miami PHP User Group
21. Broward Php Usergroup
21. Nashville PHP Users Group
21. Chicago PHP User Group Brunch
24. Sacramento PHP Group
26. Long Island PHP Users Group
27. New York
27. AzPHP
27. Malaysia PHP Meetup
27. PHP Usergroup Karlsruhe
27. PHPUG Wuerzburg
27. DCPHP Beverage Subgroup
28. Irish PHP Users Group meeting
29. Arabic PHP Group Meeting
29. Malaysia PHP User Group Meet Up
29. Sandy PHP Group
31. Miami Linux Meetup

June

Conferences

13. Dutch PHP Conference Amsterdam
13. Dutch PHP Conference

User Group Events

01. PHP meeting online in China
01. meeting de LAMPistas en La Paz
03. SW Florida Linux Users Group
03. PDXPHP monthly meeting
04. Meeting PHP Usergroup OWL
04. PHP Meetup Columbia MD
04. BostonPHP
04. Berlin PHP Usergroup Meeting
05. SDPHP (San Diego, CA)
05. Hannover
05. Meetup Day
05. Omaha PHP Users Group Meetup
05. PHP London
05. The Houston PHP Users Group
05. Boston PHP Meetup
05. Atlanta PHP User Group
05. Manchester UK - PHP Group
05. EdPUG - Edinburgh PHP User Group
05. Sydney PHP Group meetings
05. PHP UG Meetup Auckland
05. Cape Town PHP Users Group
05. Jacksonville User Group
05. Seattle PHP Meetup Group
05. The Copenhagen PHP Meetup Group
05. SF PHP Meetup
06. Köln/Bonn
06. Iran PHP developer's meetup
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 User Group
14. PHP User Group Nanaimo, BC/CA
14. PEA meeting from phpchina
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
20. PHPSC Conf
21. Kansas City
21. Miami Linux Users Group
21. Twin Cities PHP
21. Los Angeles LAMPsig
21. PHP Vikinger Unconference
24. New York
24. AzPHP
24. Malaysia PHP Meetup
24. PHP Usergroup Karlsruhe
24. PHPUG Wuerzburg
24. DCPHP Beverage Subgroup
25. Irish PHP Users Group meeting
26. Arabic PHP Group Meeting
26. Malaysia PHP User Group Meet Up
26. Sandy PHP Group
28. Sacramento PHP Group
28. Miami Linux Meetup
30. Long Island PHP Users Group

Training

01. Ahmedabad PHP Group Training
02. MySQL Spain
02. Curso PHP Madrid
02. PHP E-Learning/Germany
02. Curso on-line ActionScript / PHP
02. PHP & MySQL Training in Kassel
02. PHP & MySQL com Dreamweaver MX
02. Curso on-line de PHP
02. PHP & MYSQL-Construindo WebSites
02. PHP Training Heilbronn
03. Curso on-line de PHP-MySQL
03. PHP Class at CalTek
04. PHP Training - Chennai - India
05. Curso de PHP Avanzado en Bilbao
07. PHP & AJAX -Construindo Websites
09. PHP para Expertos Curso on-line
09. Curso PHP y MySQL
09. PHP Training Philippines
09. PHP Code Camp
09. Zend PHP I: Foundations
10. PHP Programming Course - London
16. PHP & MySQL Training / Gießen
16. Formation maitrise PHP a Paris
16. PHP Boot Camp (Raleigh, NC)
17. Cursos de PHP en Bilbao
19. Chennai PHP Training
19. Drupal for Developers Training
23. PHP Intro Course South Africa
23. FastTrack to PHP / MySQL
23. Formation PHP Expert certifie
23. Advanced PHP Programming (NC)
24. UK PHP Training
26. PHP Brasil - Training
30. Basic PHP Course
Upcoming conferences:
Calling for papers:

PHP 5.2.5 Released

[08-Nov-2007]

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

Further details about the PHP 5.2.5 release can be found in the release announcement for 5.2.5, the full list of changes is available in the ChangeLog for PHP 5.

Security Enhancements and Fixes in PHP 5.2.5:

  • Fixed dl() to only accept filenames. Reported by Laurent Gaffie.
  • Fixed dl() to limit argument size to MAXPATHLEN (CVE-2007-4887). Reported by Laurent Gaffie.
  • Fixed htmlentities/htmlspecialchars not to accept partial multibyte sequences. Reported by Rasmus Lerdorf
  • Fixed possible triggering of buffer overflows inside glibc implementations of the fnmatch(), setlocale() and glob() functions. Reported by Laurent Gaffie.
  • Fixed "mail.force_extra_parameters" php.ini directive not to be modifiable in .htaccess due to the security implications. Reported by SecurityReason.
  • Fixed bug #42869 (automatic session id insertion adds sessions id to non-local forms).
  • Fixed bug #41561 (Values set with php_admin_* in httpd.conf can be overwritten with ini_set()).

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.5.


The new documentation build system is ready for testing

[03-Oct-2007]

The PHP documentation team is pleased to announce the initial release of the new build system that generates the PHP Manual. Written in PHP, PhD ([PH]P based [D]ocBook renderer) builds are now available for viewing at docs.php.net. Everyone is encouraged to test and use this system so that bugs will be found and squashed.

Once the new build system is stable, expect additional changes to the PHP manual that will include an improved navigation system and styling for OOP documentation.

Feel free to set this developmental mirror as your default by using my.php.


PHP 5.2.4 Released

[30-Aug-2007]

The PHP development team would like to announce the immediate availability of PHP 5.2.4. This release focuses on improving the stability of the PHP 5.2.X branch with over 120 various bug fixes in addition to resolving several low priority security bugs. All users of PHP are encouraged to upgrade to this release.

Further details about the PHP 5.2.4 release can be found in the release announcement for 5.2.4, the full list of changes is available in the ChangeLog for PHP 5.

Security Enhancements and Fixes in PHP 5.2.4:

  • Fixed a floating point exception inside wordwrap() (Reported by Mattias Bengtsson)
  • Fixed several integer overflows inside the GD extension (Reported by Mattias Bengtsson)
  • Fixed size calculation in chunk_split() (Reported by Gerhard Wagner)
  • Fixed integer overflow in str[c]spn(). (Reported by Mattias Bengtsson)
  • Fixed money_format() not to accept multiple %i or %n tokens. (Reported by Stanislav Malyshev)
  • Fixed zend_alter_ini_entry() memory_limit interruption vulnerability. (Reported by Stefan Esser)
  • Fixed INFILE LOCAL option handling with MySQL extensions not to be allowed when open_basedir or safe_mode is active. (Reported by Mattias Bengtsson)
  • Fixed session.save_path and error_log values to be checked against open_basedir and safe_mode (CVE-2007-3378) (Reported by Maksymilian Arciemowicz)
  • Fixed a possible invalid read in glob() win32 implementation (CVE-2007-3806) (Reported by shinnai)
  • Fixed a possible buffer overflow in php_openssl_make_REQ (Reported by zatanzlatan at hotbrev dot com)
  • Fixed an open_basedir bypass inside glob() function (Reported by dr at peytz dot dk)
  • Fixed a possible open_basedir bypass inside session extension when the session file is a symlink (Reported by c dot i dot morris at durham dot ac dot uk)
  • Improved fix for MOPB-03-2007.
  • Corrected fix for CVE-2007-2872.

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.4.


PHP 4 end of life announcement

[13-Jul-2007]

Today it is exactly three years ago since PHP 5 has been released. In those three years it has seen many improvements over PHP 4. PHP 5 is fast, stable & production-ready and as PHP 6 is on the way, PHP 4 will be discontinued.

The PHP development team hereby announces that support for PHP 4 will continue until the end of this year only. After 2007-12-31 there will be no more releases of PHP 4.4. We will continue to make critical security fixes available on a case-by-case basis until 2008-08-08. Please use the rest of this year to make your application suitable to run on PHP 5.

For documentation on migration for PHP 4 to PHP 5, we would like to point you to our migration guide. There is additional information available in the PHP 5.0 to PHP 5.1 and PHP 5.1 to PHP 5.2 migration guides as well.


PHP 5.2.3 Released

[01-Jun-2007]

The PHP development team would like to announce the immediate availability of PHP 5.2.3. This release continues to improve the security and the stability of the 5.X branch as well as addressing two regressions introduced by the previous 5.2 releases. These regressions relate to the timeout handling over non-blocking SSL connections and the lack of HTTP_RAW_POST_DATA in certain conditions. All users are encouraged to upgrade to this release.

Further details about the PHP 5.2.3 release can be found in the release announcement for 5.2.3, the full list of changes is available in the ChangeLog for PHP 5.

Security Enhancements and Fixes in PHP 5.2.3:

  • Fixed an integer overflow inside chunk_split() (by Gerhard Wagner, CVE-2007-2872)
  • Fixed possible infinite loop in imagecreatefrompng. (by Xavier Roche, CVE-2007-2756)
  • Fixed ext/filter Email Validation Vulnerability (MOPB-45 by Stefan Esser, CVE-2007-1900)
  • Fixed bug #41492 (open_basedir/safe_mode bypass inside realpath()) (by bugs dot php dot net at chsc dot dk)
  • Improved fix for CVE-2007-1887 to work with non-bundled sqlite2 lib.
  • Added mysql_set_charset() to allow runtime altering of connection encoding.

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.3.


News Archive

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