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

December

User Group Events

16. Madison PHP User's Group
16. PHP Brisbane Meetup Group
17. Miami PHP User Group
17. Broward Php Usergroup
17. Nashville PHP Users Group
17. Chicago PHP User Group Brunch
18. TriPUG
18. OINK-PUG (Cincinnati, Ohio)
18. Utah PHP Users Group Meeting
18. PHP Beer Buenos Aires
20. Kansas City
20. Miami Linux Users Group
20. Twin Cities PHP
20. Los Angeles LAMPsig
23. New York
23. AzPHP
23. DCPHP Beverage Subgroup
25. Arabic PHP Group Meeting
25. Malaysia PHP User Group Meet Up
25. Sandy PHP Group
27. Sacramento PHP Group
27. Miami Linux Meetup
29. Long Island PHP Users Group
30. Malaysia PHP Meetup
30. PHP Usergroup Karlsruhe
30. PHPUG Wuerzburg
31. Irish PHP Users Group meeting

January

Conferences

29. eZ & PHP Developer Conference

User Group Events

01. SDPHP (San Diego, CA)
01. Hannover
01. Meetup Day
01. Omaha PHP Users Group Meetup
01. PHP London
01. The Houston PHP Users Group
01. Boston PHP Meetup
01. Atlanta PHP User Group
01. Manchester UK - PHP Group
01. EdPUG - Edinburgh PHP User Group
01. Sydney PHP Group meetings
01. PHP UG Meetup Auckland
01. Cape Town PHP Users Group
01. Jacksonville User Group
01. Seattle PHP Meetup Group
01. The Copenhagen PHP Meetup Group
01. SF PHP Meetup
02. Köln/Bonn
02. Iran PHP developer's meetup
04. PHP meeting online in China
04. meeting de LAMPistas en La Paz
06. SW Florida Linux Users Group
06. PDXPHP monthly meeting
06. PHPNW: PHP North West user group
07. Meeting PHP Usergroup OWL
07. PHP Meetup Columbia MD
07. BostonPHP
07. Berlin PHP Usergroup Meeting
08. Meeting usergroup Dortmund
08. PHP Usergroup Frankfurt/Main
08. Melbourne PHP User Group
10. PHP User Group Nanaimo, BC/CA
10. PEA meeting from phpchina
13. Hamburg
13. Dallas PHP/MySQL Users Group
13. Dallas PHP Users Group (DPUG)
13. Austin PHP Meetup
13. OKC PHP Meetup
14. Wash DC PHP Developers Group
14. Stuttgart
15. TriPUG
15. OINK-PUG (Cincinnati, Ohio)
15. Utah PHP Users Group Meeting
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
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

Training

01. Curso de PHP Avanzado en Bilbao
03. PHP & AJAX -Construindo Websites
04. Ahmedabad PHP Group Training
05. MySQL Spain
05. Curso PHP Madrid
05. PHP E-Learning/Germany
05. Curso on-line ActionScript / PHP
05. PHP & MySQL Training in Kassel
05. PHP & MySQL com Dreamweaver MX
05. Curso on-line de PHP
05. PHP & MYSQL-Construindo WebSites
05. PHP Training Heilbronn
06. Curso on-line de PHP-MySQL
06. PHP Class at CalTek
07. PHP Training - Chennai - India
08. PHP - XML DOM XSLT
12. PHP para Expertos Curso on-line
12. Curso PHP y MySQL
12. PHP Grundlagen in Giessen
12. PHP Boot Camp (Raleigh, NC)
12. PHP Code Camp
15. Chennai PHP Training
19. PHP & MySQL Training / Gießen
19. PHP Intro Course South Africa
20. Cursos de PHP en Bilbao
22. PHP Brasil - Training
22. PHP - Object Orientation
26. Basic PHP Course
27. UK PHP Training

Windows PECL binaries

[10-Dec-2008]

Due to unfortunate circumstances Windows binaries for PECL extensions will no longer be available on http://pecl4win.php.net.

Work is being done to incorporate Windows binaries for PECL extensions into pecl.php.net and will hopefully be ready early 2009

If anyone is interested in the project please join the PHP Windows Development mailinglist.


PHP 5.2.8 Released!

[08-Dec-2008]

The PHP development team would like to announce the immediate availability of PHP 5.2.8. This release addresses a regression introduced by 5.2.7 inregard to the magic_quotes functionality, that was broken by an incorrect fix to the filter extension. All users who have upgraded to 5.2.7 are encouraged to upgrade to this release, alternatively you can apply a work-around for the bug by changing "filter.default_flags=0" in php.ini.


PHP 5.2.7 has been removed from distribution

[07-Dec-2008]

Due to a security bug found in the PHP 5.2.7 release, it has been removed from distribution. The bug affects configurations where magic_quotes_gpc is enabled, because it remains off even when set to on. In the meantime, use PHP 5.2.6 until PHP 5.2.8 is later released.


PHP 5.2.7 Released

[04-Dec-2008]

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

Security Enhancements and Fixes in PHP 5.2.7:

  • Upgraded PCRE to version 7.8 (Fixes CVE-2008-2371)
  • Fixed missing initialization of BG(page_uid) and BG(page_gid), reported by Maksymilian Arciemowicz.
  • Fixed incorrect php_value order for Apache configuration, reported by Maksymilian Arciemowicz.
  • Fixed a crash inside gd with invalid fonts (Fixes CVE-2008-3658).
  • Fixed a possible overflow inside memnstr (Fixes CVE-2008-3659).
  • Fixed security issues detailed in CVE-2008-2665 and CVE-2008-2666.
  • Fixed bug #45151 (Crash with URI/file..php (filename contains 2 dots)).(Fixes CVE-2008-3660)
  • Fixed bug #42862 (IMAP toolkit crash: rfc822.c legacy routine buffer overflow). (Fixes CVE-2008-2829)
  • Fixed extraction of zip files and directories with crafted entries, reported by Stefan Esser.

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


Update (December 6th): Added missing zip security fix


PHP 5.3 alpha3 released!

[04-Dec-2008]

The PHP development team is proud to announce the third alpha release of the upcoming PHP 5.3.0 minor version update of PHP. Several new features have already been documented in the official documentation, others are listed on the wiki in preparation of getting documented. It is imperative that more people join the effort to complete the documentation for PHP 5.3.0. 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 since the last alpha, but here is a short overview of the most important changes:

  • Namespaces (documentation has been updated to the current state)
  • Rounding behavior
  • ext/msql has been removed, while ext/ereg will now raise E_DEPRECATED notices
  • ext/mhash has been replaced by ext/hash but full BC is maintained
  • PHP now uses cc as the default compiler, instead of gcc
  • A number of bug fixes to ext/pdo, ext/soap, the stream layer among others

Several under the hood changes also require in depth testing with existing applications to ensure that any backwards compatibility breaks are minimized.

The current release plan expects a stable release sometime around the end of Q1 2009.


News Archive

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