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]

October

Conferences

18. CONAPHP Brasil
27. International PHP Conference

User Group Events

07. SW Florida Linux Users Group
07. PDXPHP monthly meeting
08. Wash DC PHP Developers Group
08. Stuttgart
09. Meeting usergroup Dortmund
09. PHP Usergroup Frankfurt/Main
09. Melbourne PHP User Group
11. PHP User Group Nanaimo, BC/CA
11. PEA meeting from phpchina
14. Hamburg
14. Dallas PHP/MySQL Users Group
14. Dallas PHP Users Group (DPUG)
14. Austin PHP Meetup
14. OKC PHP Meetup
15. Miami PHP User Group
15. Broward Php Usergroup
15. Nashville PHP Users Group
15. Chicago PHP User Group Brunch
16. TriPUG
16. OINK-PUG (Cincinnati, Ohio)
16. Utah PHP Users Group Meeting
18. Kansas City
18. Miami Linux Users Group
18. Twin Cities PHP
18. Los Angeles LAMPsig
21. Madison PHP User's Group
21. PHP Brisbane Meetup Group
22. PHPBelgium user group meeting
25. Sacramento PHP Group
25. Miami Linux Meetup
27. Long Island PHP Users Group
28. New York
28. AzPHP
28. Malaysia PHP Meetup
28. PHP Usergroup Karlsruhe
28. PHPUG Wuerzburg
28. Meeting LAMP en Caceres
28. DCPHP Beverage Subgroup
29. Irish PHP Users Group meeting
30. Arabic PHP Group Meeting
30. Malaysia PHP User Group Meet Up
30. Sandy PHP Group

Training

06. MySQL Spain
06. Curso PHP Madrid
06. PHP E-Learning/Germany
06. Curso on-line ActionScript / PHP
06. PHP & MySQL Training in Kassel
06. PHP & MySQL com Dreamweaver MX
06. Curso on-line de PHP
06. PHP & MYSQL-Construindo WebSites
06. Formation PHP Expert certifie
06. PHP Training Heilbronn
06. PHP/MySQL training San Francisco
07. Curso on-line de PHP-MySQL
07. PHP Class at CalTek
13. PHP para Expertos Curso on-line
13. Curso PHP y MySQL
13. PHP5 Certification Training (DE)
13. PHP Training Philippines
13. Zend PHP II: Higher Structures
13. Zend PHP I: Foundations Course
16. Chennai PHP Training
16. PHP - XML DOM XSLT
20. PHP & MySQL Training / Gießen
20. PHP Intro Course South Africa
21. Cursos de PHP en Bilbao
21. Security of PHP applications
23. PHP Brasil - Training
27. Basic PHP Course
27. PHP Fortgeschrittene in Giessen
28. UK PHP Training
29. Database Applications Using PHP
29. symfony training in USA

PHP 4.4.9 released!

[07-Aug-2008]

The PHP development team would like to announce the immediate availability of PHP 4.4.9. 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 PHP 4.4 release.

Security Enhancements and Fixes in PHP 4.4.9:

  • Updated PCRE to version 7.7.
  • Fixed overflow in memnstr().
  • Fixed crash in imageloadfont when an invalid font is given.
  • Fixed open_basedir handling issue in the curl extension.
  • Fixed mbstring.func_overload set in .htaccess becomes global.

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


PHP 5.3 alpha1 released!

[01-Aug-2008]

The PHP development team is proud to announce the first alpha release of the upcoming minor version update of PHP. Windows binaries will be available starting with alpha2 (intermediate snapshots available at snaps.php.net). The new version PHP 5.3 is expected to improve stability and performance as well as add new language syntax and extensions. Several new features have already been documented in the official documentation, others are listed on the wiki in preparation of getting documented. Please also review the NEWS file.

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

The purpose of this alpha release is to encourage users to not only actively participate in identifying bugs, but also in ensuring that all new features or necessary backwards compatibility breaks are noted in the documentation. Please report any findings to the QA mailinglist or the bug tracker.

There have been a great number of other additions and improvements, but here is a short overview of the most important changes:

Several under the hood changes also require in depth testing with existing applications to ensure that any backwards compatibility breaks are minimized. This is especially important for users that require the undocumented Zend engine multibyte support.

The current release plan states that there will be alpha/beta/RC releases in 2-3 week intervals with an expected stable release of PHP 5.3 between mid September and mid October of 2008.


TestFest 2008 wrap-up

[30-Jul-2008]

Overall 158 tests have been submitted as part of TestFest 2008 since the launch of the TestFest submission site by 30 different people from people all over the world. Actually this is not counting the various submissions by existing core developers, who also took this opportunity to add some more tests. This has actually increased total test coverage for ext/reflection, ext/dom and ext/exif by about 10% each. While the organization of the TestFest was a bit adhoc, there were numerous TestFest events in local user groups. So the number of people exposed to the PHP test framework is much greater. Hopefully this will lead to more people submitting bug reports with an accompanying phpt test file!

Our top submitter Felix De Vliegher has actually committed his last submissions himself since, based on the high quality of his submissions, he has been granted commit rights to the PHP repository. We have not heard back from all participants, but we encourage everybody to blog about their experience and provide us with feedback on how to improve future events.

Now better late than never, here are the 10 winners of the promised elePHPant raffle sponsored by Nexen. Note that Felix asked me not to include him in the raffle, since he is already herding quite a number of elePHPants at home.

  • Eric Stewart
  • Håvard Eide
  • Marc Veldman
  • Michelangelo van Dam
  • Rein Velt
  • Rob Young
  • Sami Greenbury
  • Sebastian Deutsch
  • Sebastian Schürmann
  • Stefan Koopmanschap

We will provide Nexen with the email addresses of the winners, so that they can arrange to get the elePHPants shipped. Also for those people wondering, you can continue to submit tests on the TestFest submission site. A bit thank you to all participants and TestFest organizers! Without the countless people that helped organize local events, implement the infrastructure and submissions reviewers, the TestFest would have obviously not worked out as well as it has. We will surely do similar events in the future based on the big success of TestFest 2008.


Manual restructure and license change

[29-Jul-2008]

A few weeks ago the manual was restructured to improve navigation and make room for per-extension chapters and usage examples along with improved documentation for object oriented extensions.

The most noticable changes are the function reference, predefined variables, context options and parameters and predefined exceptions manual pages, for which we would really appreciate feedback on.

The upcomming PHP5.3 release introduces several major features such as namespaces, closures, late static bindings, internationalization functions, INI sections, and Phar among others. We would really appreciate any and all help we can get improving the documentation.

In related news, the manual was relicensed recently and is now covered by the CreativeCommons Attribution license.


Google Summer of Code: php.net students

[22-Apr-2008]

The PHP team is once again proud to participate in the Google Summer of Code. Ten students will "flip bits instead of burgers" this summer:

Update (May 11th): Unfortunately Nicholas Sloan had to drop out of the program, but he will be replaced by Rudy Nappée working on the same application.


News Archive

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