Below is the text of the page https://ua2.php.net/index.php stored 2009-02-10 by archive.org.ua. The original page over time could change. View as original html

PHP: Hypertext Preprocessor

[/] downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net s earch for in the function list all php.net sites this mirror only online documentation bug database Site News Archive All Changelogs just pear.php.net just pecl.php.net just talks.php.net general mailing list developer mailing list documentation mailing list 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 easyDNS Directi pair Networks Server Central Hosted Solutions Spry VPS Hosting eZ Systems / HiT OSU Open Source Lab Yahoo! Inc. BinarySEC NEXCESS.NET Rackspace EUKhost Related sites Apache MySQL PostgreSQL Zend Technologies Community LinuxFund.org OSTG Syndication You can grab our news as an Atom feed . Stable Releases Current PHP 5 Stable: 5.2.8 Historical PHP 4 Stable: 4.4.9 Release Candidates Current PHP 5 RC: 5.2.9RC1 Upcoming Events [add] February Conferences 27 . PHP UK Conference 2009 User Group Events 10 . Hamburg 10 . Dallas PHP/MySQL Users Group 10 . Dallas PHP Users Group (DPUG) 10 . Austin PHP Meetup 10 . OKC PHP Meetup 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 21 . Kansas City 21 . Miami Linux Users Group 21 . Twin Cities PHP 21 . Los Angeles LAMPsig 23 . Long Island PHP Users Group 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 25 . Front Range PHP Users Group Meet 26 . Arabic PHP Group Meeting 26 . Malaysia PHP User Group Meet Up 26 . Sandy PHP Group 28 . Sacramento PHP Group 28 . Miami Linux Meetup 28 . PHP RIO Meetup 28 . PHP-Maranhao User Group Meeting Training 08 . Hyderabad PHP Training @ Dhrusya 09 . PHP para Expertos Curso on-line 09 . Curso PHP y MySQL 10 . PHP Certification Training 11 . UK Object Orientation Workshop 12 . UK PHP Security Workshop 12 . UK Smarty Templating Workshop 12 . Test Prep: PHP 5 Cert - Online 13 . UK Zend Framework Workshop 16 . PHP & MySQL Training / Gießen 16 . PHP Intro Course South Africa 16 . Formation PHP Expert certifie 16 . PHP Fortgeschrittene in Giessen 16 . Formation Zend Framework 17 . Cursos de PHP en Bilbao 17 . Zend Framework Training 19 . Chennai PHP Training 23 . Basic PHP Course 23 . Introduction to PHP Database 24 . UK PHP Training 26 . PHP Brasil - 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 in regard to the magic_quotes functionality, which 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 | sitemap | contact | advertising | mirror sites Copyright © 2001-2009 The PHP Group All rights reserved. This mirror generously provided by: Max Khaikin Last updated: Mon Feb 9 02:22:57 2009 UTC