downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | 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.

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:

uServers Mexico


Upcoming Events [add]

May

Conferences

15. Conférence CMS PHP à Paris

User Group Events

09. Austin PHP Meetup
09. Meeting usergroup Dortmund
09. PHP Usergroup Frankfurt/Main
09. Metro Jersey PHP Usergroup
09. Seattle PHP Meetup/Users Group
11. PHP User Group Nanaimo, BC/CA
11. PEA meeting from phpchina
11. Nagpur PHP Meetup
11. Nezahualcoyotl PHP Ramptors
12. Los Angeles PHP Developers Group
13. Queen City (Charlotte) PHP
14. Hamburg
14. Dallas PHP/MySQL Users Group
14. Dallas PHP Users Group (DPUG)
14. OKC PHP Meetup
14. Nashville PHP User Group
14. Oklahoma City PHP User Group
14. Buffalo PHP Meetup
14. Milwaukee PHP User\'s Group
15. Miami PHP User Group
15. Broward Php Usergroup
15. Chicago PHP User Group Brunch
15. Baltimore PHP User Group
16. TriPUG
16. OINK-PUG (Cincinnati, Ohio)
16. Utah PHP Users Group Meeting
16. Denver - FRPUG
16. San Diego PHP
16. B/CS PHP User Group
16. AmsterdamPHP Meetup
16. UPHPU Utah PHP Users
17. Italian PHP day
18. Miami Linux Users Group
18. Twin Cities PHP
18. Los Angeles LAMPsig
18. Kansas City
20. BrightonPHP User Group
21. PHP Brisbane Meetup Group
21. Nashville Enterprise LAMP UG
21. Chattanooga PHP Developers
21. PHP North-East User Group
21. NWO-PUG User Group Meeting
21. CHOPUG
21. Lake / Kenosha PHP User Group
21. Tallahassee PHP User Group
22. Edinburgh PHP Users Group
23. Memphis PHP
23. PHP Usergroup D/DU/KR
25. Miami Linux Meetup
25. PHP RIO Meetup
25. PHP User Group Hong Kong
27. Long Island PHP Users Group
27. Tampa Bay Florida PHP
28. New York
28. AzPHP
28. Malaysia PHP Meetup
28. PHP Usergroup Karlsruhe
28. PHPUG Wuerzburg
28. DCPHP Beverage Subgroup
28. Brisbane PHP User Group
28. PHP User Group Roma
28. PHPUBSP
29. Irish PHP Users Group meeting
29. Guelph PHP Users Group
29. Louisville PHP User Group
30. Arabic PHP Group Meeting
30. Malaysia PHP User Group Meet Up

Training

09. UK Smarty Templating Workshop
09. ZEND: PHP II: Higher Structures
09. ZEND: Framework: Fundamentals
09. ZEND: Framework Advanced
09. ZEND: PHP I IBMi Programmers
09. ZEND: PHP I: Foundations
13. PHP para Expertos Curso on-line
13. Curso PHP y MySQL
13. PHP + MySQL Training in jaipur
13. Le framework Symfony 2/Doctrine
13. ZEND: PHP for OO/Procedural Prog
13. ZEND: Framework 2: Fundamentals
13. Formation PHP - France
15. 3rd Wednesdays PHP Seminary
15. PHP II: Higher Structures
16. Chennai PHP Training
20. PHP & MySQL Training / Gießen
20. PHP Intro Course South Africa
20. ZEND: Test Prep: PHP 5.3 Cert
21. Cursos de PHP en Bilbao
21. ZEND: Building Security
23. PHP Brasil - Training
27. Basic PHP Course
27. Formation PHP expert - France
27. PHP Course Johannesburg
28. UK PHP Training
31. PHP Training

Seriously: PHP 5.4.15 and PHP 5.3.25 really were released!

09-May-2013

We weren't trying to pull an April Fool's Day joke in May. A temporary glitch caused the latest distributions of PHP to not properly propagate to the mirror servers. This has been fixed at the root level, and it's now being distributed to all of the mirrors. We'll take some bacon to go with the egg on our faces, please!

If you continue to experience issues with downloading these versions after 21:00 UTC on 9 May, 2013, please drop us a line at php-mirrors@lists.php.net, telling us from which mirror you're trying to download, and we'll get it resolved.

We apologize for the delays and confusion this may have caused, and thank you for using PHP.

PHP 5.5.0RC1 is available

09-May-2013

The PHP development team announces the availability of the first release candidate of PHP 5.5. This release fixes some bugs as well as some possible leaks from our last beta.

THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!

You can find an incomplete changelog of PHP 5.5.0RC1 here :

  • Ignore QUERY_STRING when sent in SCRIPT_FILENAME in FPM SAPI.
  • Fix build with system libgd >= 2.1 which is now the minimal version required (as build with previous version is broken). No change when bundled libgd is used.
  • Fixed some bugs in SNMP
  • Fixed bug where stream_select() fails with pipes returned by proc_open() on Windows x64).

To get the full changelog, please, check the NEWS file attached to the archive. For source downloads of PHP 5.5.0RC1 please visit the download page, Windows binaries can be found on windows.php.net/qa/.

Note that our release candidate cycle is only meant to bug fixes, no more features will be added to PHP 5.5 from now.

Please help us to identify bugs in order to ensure that the release is solid and all things behave as expected. Please test this release candidate against your code base and report any problems that you encounter to the QA mailing list and/or the PHP bug tracker.

We would like to thank all people helping us making PHP better by testing it and reporting problems, as well as all its contributors for their great work on this 5.5 version of PHP.

PHP 5.4.15 and PHP 5.3.25 released!

09-May-2013

The PHP development team announces the immediate availability of PHP 5.4.15 and PHP 5.3.25. These releases fix about 10 bugs aswell as upgrading the bundled libmagic library. All users of PHP are encouraged to upgrade to PHP 5.4.15.

For source downloads of PHP 5.4.15 and PHP 5.3.25 please visit our downloads page, Windows binaries can be found on windows.php.net/download/.

The list of changes are recorded in the ChangeLog.

PHP 5.5 beta 4 is now available

25-Apr-2013

The PHP development team announces the release of the 4th beta of PHP 5.5.0. This release fixes some bugs against beta 3 and cleans up some features.

THIS IS A DEVELOPMENT PREVIEW - DO NOT USE IT IN PRODUCTION!

PHP 5.5.0beta4 is shipped with some bug fixes. Here is the list:

  • Fixed bug #64677, execution operator `` stealing surrounding arguments.
  • Fixed bug #64342, ZipArchive::addFile() has to check for file existence.
  • Fixed Windows x64 version of stream_socket_pair() and improved error handling.
  • Remove curl stream wrappers

You can read the full list of changes in the NEWS file contained in the release archive.

For source downloads of PHP 5.5.0beta4 please visit the download page, Windows binaries can be found on windows.php.net/qa/.

Next step is Release Candidate. Our 1st RC is expected for May 9th.

Thank you for supporting PHP.

PHP 5.4.14 and PHP 5.3.24 released!

11-Apr-2013

The PHP development team announces the immediate availability of PHP 5.4.14 and PHP 5.3.24. These releases fix about 10 bugs aswell as upgrading the bundled PCRE library. All users of PHP are encouraged to upgrade to PHP 5.4.14.

For source downloads of PHP 5.4.14 and PHP 5.3.24 please visit our downloads page, Windows binaries can be found on windows.php.net/download/.

The list of changes are recorded in the ChangeLog.

News Archive

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