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.

Upcoming Events [add]

March

Conferences

27. WebCamp - Czech Web Conference
27. UA Web 2008

User Group Events

26. Irish PHP Users Group meeting
26. Burlington, VT PHP Users Group
27. Arabic PHP Group Meeting
27. Malaysia PHP User Group Meet Up
27. Sandy PHP Group
29. Miami Linux Meetup
31. Long Island PHP Users Group

April

Conferences

07. ApacheCon Europe 2008
12. Czech conference PHP frameworks
14. MySQL Conference and Expo
14. Open Web Vancouver 2008
26. PHP Unconference 2008 in Hamburg

User Group Events

01. SW Florida Linux Users Group
01. PDXPHP monthly meeting
02. Meeting PHP Usergroup OWL
02. PHP Meetup Columbia MD
02. BostonPHP
02. Berlin PHP Usergroup Meeting
03. SDPHP (San Diego, CA)
03. Hannover
03. Meetup Day
03. Omaha PHP Users Group Meetup
03. PHP London
03. The Houston PHP Users Group
03. Boston PHP Meetup
03. Atlanta PHP User Group
03. Manchester UK - PHP Group
03. EdPUG - Edinburgh PHP User Group
03. Sydney PHP Group meetings
03. PHP UG Meetup Auckland
03. Cape Town PHP Users Group
03. Jacksonville User Group
03. Seattle PHP Meetup Group
03. The Copenhagen PHP Meetup Group
03. SF PHP Meetup
04. Köln/Bonn
04. Iran PHP developer's meetup
05. Pompano Beach PHP Meetup
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. Seattle PHP Users Group
09. Wash DC PHP Developers Group
09. Stuttgart
09. Singapore PHP Meeting
10. Meeting usergroup Dortmund
10. PHP Usergroup Frankfurt/Main
10. Melbourne PHP User Group
11. Las Vegas PHP user Group
12. PHP User Group Nanaimo, BC/CA
12. PEA meeting from phpchina
15. Madison PHP User's Group
15. PHP Brisbane Meetup Group
15. PHP6 et l'industrialisation
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
19. Kansas City
19. Miami Linux Users Group
19. Twin Cities PHP
19. Los Angeles LAMPsig
22. New York
22. AzPHP
24. Arabic PHP Group Meeting
24. Malaysia PHP User Group Meet Up
24. Sandy PHP Group
26. Sacramento PHP Group
26. Miami Linux Meetup
28. Long Island PHP Users Group
29. Malaysia PHP Meetup
29. PHP Usergroup Karlsruhe
29. PHPUG Wuerzburg
30. Irish PHP Users Group meeting

Training

01. Curso on-line de PHP-MySQL
01. PHP Class at CalTek
01. PHP & MySQL - Programmierung
02. PHP Training - Chennai - India
03. Curso de PHP Avanzado en Bilbao
05. PHP & AJAX -Construindo Websites
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 Boot Camp (Santa Clara, CA)
07. AJAX Programming with PHP-in CA
07. AJAX Programming w/PHP -Bay Area
07. Zend PHP 5 Certification Course
07. PHP Training Heilbronn
08. PHP Programming Course-Leeds, UK
08. PHP Programming Course - London
10. Drupal for Developers Training
14. PHP para Expertos Curso on-line
14. Curso PHP y MySQL
14. FastTrack to PHP / MySQL
15. Cursos de PHP en Bilbao
17. Chennai PHP Training
19. JavaScript and PHP/MySQL course
21. PHP & MySQL Training / Gießen
21. PHP Intro Course South Africa
21. AJAX Programming with PHP-in FL
21. Formation maitrise PHP a Paris
21. PHP Boot Camp (Raleigh, NC)
22. UK PHP Training
22. PHP Programming Course - Chicago
24. PHP Brasil - Training
28. Basic PHP Course
28. AJAX Programming with PHP-in NC
29. PHP Web Sites Optimization
Calling for papers:
Upcoming conferences:

Google Summer of Code 2008

[19-Mar-2008]

Once again we are glad to announce that we have been accepted to be a Google Summer of Code project. See our program for this year's GSoC.

We would like to take this opportunity to say thanks to Google Inc. for this privilege to participate once again, and would like to invite everyone to look at our list of ideas: http://wiki.php.net/gsoc/2008.Students are of course more than welcome to come up with their own ideas for their proposals and we will consider each and every application that we will receive.

So once again, thanks to everyone who is involved in this magnificent journey and we hope to see many of you great students and open source passionate join us in our most enjoyable Google Summer of Code projects.


PHP 4.4.8 Released

[03-Jan-2008]

The PHP development team would like to announce the immediate availability of PHP 4.4.8. It continues to improve the security and the stability of the 4.4 branch and all users are strongly encouraged to upgrade to it as soon as possible. This release wraps up all the outstanding patches for the PHP 4.4 series, and is therefore the last normal PHP 4.4 release. If necessary, releases to address security issues could be made until 2008-08-08.

Security Enhancements and Fixes in PHP 4.4.8:

  • Improved fix for MOPB-02-2007.
  • Fixed an integer overflow inside chunk_split(). Identified by Gerhard Wagner.
  • Fixed integer overlow in str[c]spn().
  • Fixed regression in glob when open_basedir is on introduced by #41655 fix.
  • Fixed money_format() not to accept multiple %i or %n tokens.
  • Added "max_input_nesting_level" php.ini option to limit nesting level of input variables. Fix for MOPB-03-2007.
  • Fixed INFILE LOCAL option handling with MySQL - now not allowed when open_basedir or safe_mode is active.
  • Fixed session.save_path and error_log values to be checked against open_basedir and safe_mode (CVE-2007-3378).

For a full list of changes in PHP 4.4.8, see the ChangeLog.


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

[20-Sep-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.


News Archive

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