1<?php 2$_SERVER['BASE_PAGE'] = 'archive/2005.php'; 3include_once __DIR__ . '/../include/prepend.inc'; 4news_archive_sidebar(); 5site_header("News Archive - 2005", ["cache" => true]); 6?> 7 8<h1>News Archive - 2005</h1> 9 10<p> 11 Here are the most important news items we have published in 2005 on PHP.net. 12</p> 13 14<hr> 15 16<h1>PHP 5.1.1 Released</h1> 17<p> 18 <span class="newsdate">[28-Nov-2005]</span> 19 The PHP Development Team would like to announce the immediate release of <a href="/downloads.php">PHP 5.1.1</a>.<br> 20 This is a regression correction release aimed at addressing several issues introduced by PHP 5.1.0, the core changes as follows: 21<ul> 22<li>Native date class is withdrawn to prevent namespace conflict with PEAR's date package.</li> 23<li>Fixed fatal parse error when the last line of the script is a PHP comment.</li> 24<li>eval() hangs when the code being evaluated ends with a comment.</li> 25<li>Usage of \{$var} in PHP 5.1.0 resulted in the output of {$var} instead of the $var variable's value enclosed in {}.</li> 26<li>Fixed inconsistency in the format of PHP_AUTH_DIGEST between Apache 1 and 2 sapis.</li> 27<li>Improved safe_mode/open_basedir checks inside the cURL extension.</li> 28</ul> 29 30The complete details about all of the changes can be found in the 31<a href="/ChangeLog-5.php#5.1.1">PHP 5 ChangeLog</a>. 32</p> 33 34<hr> 35 36<h1>PHP 5.1.0 Released</h1> 37<p> 38 <span class="newsdate">[24-Nov-2005]</span> 39 The PHP development team is proud to announce the release of <a href="/downloads.php#v5">PHP 5.1.0</a>.<br> 40 Some of the key features of PHP 5.1.0 include: 41<ul> 42<li>A complete rewrite of date handling code, with improved timezone support.</li> 43<li>Significant performance improvements compared to PHP 5.0.X.</li> 44<li>PDO extension is now enabled by default.</li> 45<li>Over 30 new functions in various extensions and built-in functionality.</li> 46<li>Bundled libraries, PCRE and SQLite upgraded to latest versions.</li> 47<li>Over 400 various bug fixes.</li> 48<li>PEAR upgraded to version 1.4.5</li> 49</ul> 50 51In addition to new features, this release includes a number of important 52security fixes and we recommend that all users of PHP 5.0 and early 53adopters of PHP 5.1 betas upgrade to this release as soon as possible. 54The complete details about all of the changes can be found in the 55<a href="/ChangeLog-5.php#5.1.0">PHP 5 ChangeLog</a> and an 56<a href="/migration51">upgrading guide</a> is available as well. 57</p> 58 59<hr> 60 61<h1>PHP 4.4.1 Released</h1> 62<p> 63 <span class="newsdate">[31-Oct-2005]</span> 64 PHP 4.4.1 is now <a href="/downloads.php#v4">available for download</a>. 65 This version is a maintenance release, that contains numerous bug fixes, 66 including a number of security fixes related to the overwriting of the GLOBALS 67 array. All users of PHP 4.3 and 4.4 are encouraged to upgrade to this version. 68</p> 69<p> 70 The full list of changes in PHP 4.4.1 is available in the 71 <a href="/ChangeLog-4.php#4.4.1">PHP 4 ChangeLog</a>. 72</p> 73 74<hr> 75 76<?php news_image("http://www.afup.org/pages/forumphp/", "afup2005.jpg", "Forum PHP"); ?> 77 78<h1>Forum PHP in Paris, November 9 & 10th, 2005</h1> 79<p> 80 <span class="newsdate">[05-Oct-2005]</span> 81 The French <a href="http://www.afup.org/">AFUP association</a> 82 is proud to announce the fourth annual PHP meeting in Paris, 83 on November 9th and 10th, 2005. Developers and managers will 84 gather to meet Rasmus Lerdorf, Wez Furlong and other prominent community experts 85 for two days of sessions, packed with 86 <a href="http://www.afup.org/pages/forumphp/">enterprise solutions and advanced techniques</a> 87 (in French). 88</p> 89 90<hr> 91 92<?php news_image("http://zend.kbconferences.com/", "zendphp_conf.gif", "Zend/PHP Conference & Expo"); ?> 93<h1>Zend/PHP Conference & Expo 2005 Program Announced</h1> 94<p> 95 <span class="newsdate">[20-Sep-2005]</span> 96 The final program for the Zend / PHP Conference (October 18-21, 2005 in 97 San Francisco) 98 <a href="http://zend.kbconferences.com/speakerschedule.php">is now available</a>. 99 The conference theme is "Power Your 100 Business With PHP" and features keynote addresses from Marc Andreessen, 101 Google VP Adam Bosworth, and executives from IBM, Oracle & Intel. 102 Featured speakers include Michael Radwin of Yahoo!, Adam Trachtenberg 103 of eBay, Joyce Park of Renkoo.com, George Schlossnagle & Wez Furlong 104 of OmniTI, and, of course, Zeev Suraski & Andi Gutmans. 105</p> 106<p> 107 In addition to keynotes and sessions, the conference also features tutorials, 108 certification, a party continuing the celebration of the 10th Anniversary of 109 PHP, and an exhibit hall including companies like Zend, IBM, Oracle, 110 Intel, MySQL, Microsoft, eBay/PayPal, Emic Networks, ActiveGrid, ActiveState 111 and SpikeSource. Registration discounts are still available. 112</p> 113 114<hr> 115 116<h1>Get Your Pocket PHP Reference and Help Hurricane Relief</h1> 117<p> 118 <span class="newsdate">[08-Sep-2005]</span> 119 php|architect has announced the publication of 120 <a href="http://www.phparch.com/rcrs">php|architect's Pocket 121 PHP Reference</a>, a handy guide to every function in PHP, inclusive 122 of syntax, extension and description. It's a perfect companion 123 for all your coding work, perfect for looking up function syntax 124 in a pinch, and its convenient pocket size (5x8") makes it 125 unobtrusive and easy to transport. 126</p> 127<p> 128 What's more, however, buying this book will help those affected 129 by the recent hurricane disaster: all profits from the sale of 130 the Pocket Guide will be donated entirely to the Canadian Red 131 Cross' Katrina Relief Fund. 132</p> 133 134<hr> 135 136<h1>PHP 5.0.5 Released</h1> 137<p> 138 <span class="newsdate">[06-Sep-2005]</span> 139 PHP 5.0.5 is now <a href="/downloads.php#v5">available for download</a>. 140 This version is a maintenance release, that contains numerous bug fixes, including 141 security fixes to vulnerabilities found in the XMLRPC package. All users of PHP 142 5.0 are encouraged to upgrade to this version. 143</p> 144<p> 145 The full list of changes in PHP 5.0.5 is available in the 146 <a href="/ChangeLog-5.php#5.0.5">PHP 5 ChangeLog</a>. 147</p> 148 149<hr> 150 151<?php news_image("http://www.phpconference.com/", "intconf2005fall.gif", "International PHP Conference 2005"); ?> 152<h1>International PHP Conference 2005 - Program available</h1> 153<p> 154 <span class="newsdate">[12-Aug-2005]</span> 155 The program for the <a href="http://www.phpconference.com/">International PHP 156 Conference</a> is now available. The conference that was one of the first 157 events on PHP will take place again in Frankfurt from November 6-9, 2005 158 and offers two days with pre conference tutorials as well as two days 159 packed with sessions from well known speakers such as Derick Rethans, 160 Zak Greant, Ilia Alshanetsky and many more. 161</p> 162<p> 163 A new feature has been added to this year's conference: the Management Day 164 where project managers and consultants shine the light on using PHP in 165 enterprise-level projects. Conference attendees, including software 166 architects, PHP developers, project leaders, and programmers can gain 167 strategic information on how to realize their IT projects on-time, 168 in-budget. The Management Day is <em>free of charge</em> for attendees 169 registering prior to September 30, 2005. 170</p> 171<p> 172 Early Bird Special discounts are available as well until this date, and 173 special discounts for students and private persons. 174</p> 175 176<hr> 177 178<?php news_image("http://www.phparch.com/phpworks", "php-web-works-logo.gif", "php|works and web|works 2005"); ?> 179<h1>web|works and php|works 2005 Program Online</h1> 180<p> 181 <span class="newsdate">[16-Jul-2005]</span> 182 The <a href="http://www.phparch.com/works/schedule.php">full program</a> of 183 <a href="http://www.phparch.com/works">php/web|works 2005</a>, a three-day 184 conference on PHP and web technologies is available. The event will take 185 place in Toronto, Canada, the birthplace of PHP, between September 14 and 186 September 16. This year's speakers include Rasmus Lerdorf, Derick 187 Rethans, Wez Furlong, Ilia Alshanetsky and many more. 188</p> 189<p> 190 An early-bird <a href="https://www.phparch.com/works/signup.php">special 191 discount</a> is in effect until August 1st, and special pricing is 192 available for students, member of academia and non-profit organizations. 193</p> 194 195<hr> 196 197<h1>PHP 4.4.0 Released</h1> 198<p> 199 <span class="newsdate">[11-Jul-2005]</span> 200 The PHP Development Team would like to announce the immediate release of 201 <a href="/downloads.php#v4">PHP 4.4.0</a>. 202 This is a maintenance release that addresses a serious memory corruption 203 problem within PHP concerning references. If references were used in a wrong 204 way, PHP could create memory corruptions which would not always surface or 205 be visible. The increased middle digit was required because the fix that 206 corrected the problem with references changed PHP's internal API, breaking 207 binary compatibility with the PHP 4.3.* series. PHP 4.4.0 does not have 208 any new features, and is solely a bugfix release; however, it is strongly 209 recommended that you read the more detailed release announcement 210 <a href="release_4_4_0.php">available here</a> prior to upgrading your 211 PHP 4 installation. 212</p> 213<p> 214For changes in PHP 4.4.0 since PHP 4.3.11, please consult the 215<a href="/ChangeLog-4.php#4.4.0">PHP 4 ChangeLog</a>. 216</p> 217 218<hr> 219 220<h1>PEAR XML_RPC Vulnerability and PHP 4.4.0RC2 release</h1> 221<p> 222 <span class="newsdate">[01-Jul-2005]</span> 223 An easily exploitable security issue was discovered in PEAR XML_RPC <= 224 1.3.0. We recommend that users of this PEAR class immediately upgrade to the 225 latest version with: 226</p> 227<pre> 228 pear upgrade XML_RPC 229</pre> 230<p> 231 The same security problem exists in many other XML RPC implementations, 232 please check if the installed applications that you use might have a 233 similar problem. 234</p> 235<p> 236 The new PEAR XML_RPC package is also bundled with the second release 237 candidation of PHP 4.4.0RC2. Besides this new PEAR package there are two 238 minor issues fixed since PHP 4.4.0RC1. As the improved reference support 239 in PHP 4.4 might show as notices and warnings in your existing 240 applications - in cases where PHP formerly just silently ignored this 241 and often causing memory corruptions - we also recommend to test PHP 242 4.4.0RC2 with your applications. The final release is planned for July 243 11th. PHP 4.4.0RC2 can be found <a href="http://qa.php.net/~derick/">here</a>. 244</p> 245 246<hr> 247 248<?php news_image("http://zend.kbconferences.com/", "zendphp_conf.gif", "Zend/PHP Conference & Expo"); ?> 249<h1>Zend/PHP Conference 2005</h1> 250<p> 251 <span class="newsdate">[23-Jun-2005]</span> 252 The <a href="http://zend.kbconferences.com/">Zend/PHP Conference</a> 253 is taking place at the Hyatt Regency San Francisco 254 Airport on October 18-21, 2005. The theme of the conference will be 255 "Power Your Business With PHP" and will feature sessions in the 256 following four tracks: The Business Case for PHP; Developing, 257 Deploying and Managing Large-Scale PHP Applications; Integrating PHP 258 with the Enterprise (including Web Services and XML); and PHP 259 Resources: Tools, Libraries and Techniquies. Early registration 260 discounts are available until August 15, 2005. 261</p> 262<hr> 263 264<?php news_image("http://www.php.net", "php10thbd.jpg", "PHP 10th anniversary cake"); ?> 265<h1>10 years since PHP 1.0 was released!</h1> 266<p> 267 <span class="newsdate">[08-Jun-2005]</span> 268 <a href="http://groups.google.ch/groups?selm=3r7pgp%24aa1%40ionews.io.org&oe=UTF-8&output=gplain">It 269 has been 10 years since Rasmus released the first version of PHP</a>. 270 To everyone that has helped to shape PHP into what it is today; from the 271 people developing the core and extensions, documentors, script developers, bug 272 reporters, beta testers, PHP application developers and even just people that 273 are using PHP--<b>Thank you!</b> 274 275</p> 276 277<hr> 278 279<h1>CfP PHP Track - (AUUG) Annual Conference</h1> 280<p> 281 <span class="newsdate">[20-May-2005]</span> 282 For the first time the AUUG will incorporate a PHP Track as part of its 283 annual conference in Sydney, Australia. For this 284 track we seek tutorials and presentations. Tutorials are on October 16 to 18 285 and presentations on October 19 to 21. For information on how to submit 286 a proposal we kindly point you to our CfP which you can find on <a 287 href="http://auug.org.au/events/2005/auug2005/cfp.html">our website</a>. The 288 deadline for proposals is May 27. In case you want more information, email 289 <a href="mailto:derick@php.net">Derick</a> or <a 290 href="mailto:arjen@mysql.com">Arjen</a>. 291</p> 292 293<hr> 294 295<?php news_image("http://www.phpwest.com/", "phpwest.gif", "PHP West Conferences"); ?> 296 297<h1>PHP West Security Conference in Vancouver, BC</h1> 298<p> 299 <span class="newsDate">[11-May-2005]</span> 300 <a href="http://www.osevents.com">Open Source Events</a> is hosting their 301 second conference on June 11th, 2005 in Vancouver, British Columbia. The 302 conference will focus on PHP and Open Source Security. Featured talks 303 will be presented by Bruce Perens, Chris Shiflett, Christian Wenz, 304 Tom Robinson and Chris Hubbard. 305</p> 306<p> 307 The conference is a single day – one track event where attendees will 308 receive a free t-shirt, lunch, and full access to the full day of talks 309 with the <a href="http://store.osevents.com/product_info.php?products_id=1">purchase 310 of their ticket</a>. A number of free prizes will be given away at the 311 closing ceremonies. 312</p> 313 314<hr> 315 316<?php news_image("http://conf.phpquebec.org/en/cdrom2005/", "cdrom_phpquebec_2005.gif", "PHP Québec CD ROM 2005"); ?> 317 318<h1>PHP Applications gathering</h1> 319<p> 320 <span class="newsdate">[20-Apr-2005]</span> 321 The PHP Québec Conference team is looking for the best software developed 322 with PHP, MySQL and Apache. Each proposal 323 <a href="http://conf.phpquebec.org/en/cdrom2005/">received</a> 324 by April 29th will be reviewed by an experts and members of the 325 PHP Québec community. 326</p> 327<p> 328 The most useful software will be included on the 2005 PHP Québec 329 Conference CDROM along with over 25 hours of conference which where given 330 by the leaders behind PHP, MySQL and Apache, as well as regional and 331 international experts at the 2005 PHP Québec conference. 332</p> 333 334<hr> 335 336<h1>PHP 5.0.4 and 4.3.11 Released</h1> 337<p> 338 <span class="newsdate">[31-Mar-2005]</span> 339 The PHP Development Team would like to announce the immediate release of 340 <a href="/downloads.php#v5">PHP 5.0.4</a> and <a href="/downloads.php#v4">4.3.11</a>. 341 These are maintenance releases that in addition to non-critical bug fixes 342 address several security issues. All Users of PHP are strongly 343 encouraged to upgrade to one of these releases as soon as possible. 344</p> 345<p> 346 For changes in PHP 5.0.4 since PHP 5.0.3, please consult the 347 <a href="/ChangeLog-5.php#5.0.4">PHP 5 ChangeLog</a>. 348 For changes in PHP 4.3.11 since PHP 4.3.10, please consult the 349 <a href="/ChangeLog-4.php#4.3.11">PHP 4 ChangeLog</a>. 350</p> 351 352<hr> 353 354<h1>International PHP Conference 2005 Spring Edition</h1> 355<p> 356 <span class="newsdate">[23-Mar-2005]</span> 357 The <a href="http://www.phpconference.com/">International PHP 358 Conference 2005 Spring Edition</a> will take 359 place from May 2, 2005 to May 4, 2005. The Conference features 360 a PowerWorkshop day on May 2 with PHP/MySQL Best Practices, 361 XML/WebServices with PHP 5, Rapid Application Development and a 362 PHP Starter Workshop for Beginners. The main Conference days 363 will include sessions on PHP Internals, XML, Databases, Migration 364 to PHP 5 and others. Early bird discounts are available until April 365 1, 2005. 366</p> 367 368<hr> 369 370<h1>PHP Québec 2005: PHP - MySQL - Apache</h1> 371 372<p> 373 <span class="newsdate">[15-Mar-2005]</span> 374 PHP Québec is proud to present an extended conference in Montréal, Québec, 375 covering the latest innovations in PHP, MySQL and Apache. From March 30th 376 until April 1st, major AMP contributors will talk about Security, Web Services, 377 PHP 5 and great achievements with PHP in North America. The 4 tracks 378 are available at <a 379 href="http://conf.phpquebec.com/en/conf2005/horaire">the PHP Québec site</a>. 380</p> 381<p> 382 PHP Certification exams by Zend are included with every admission ticket to 383 the conference. The certification center will also provide MySQL and Linux 384 certification from MySQL AB, LPI and Savoir Faire Linux. The 385 <a href="http://conf.phpquebec.com/en/conf2005/certifications">examination center</a> 386 is open to everyone. 387</p> 388 389<hr> 390 391<h1>PHP and PEAR at FOSDEM 2005</h1> 392 393<p> 394 <span class="newsdate">[23-Feb-2005]</span> 395 This year PHP & PEAR have a devroom at FOSDEM 2005 held in Brussels. On 396 Sunday, 27th of February, several developers will talk about PHP & PEAR. 397 Topics include Xdebug, eZ publish, SimpleTest, Horde and PEAR. A full schedule 398 can be found on the <a 399 href="http://fosdem.org/2005/index/dev_room_phppear/schedule">FOSDEM's 400 site</a>. 401</p> 402<p> 403 Along with giving the scheduled talks, the developers will be available during 404 the course of the day to chat with. The devroom is also open to all who want a 405 place to code and/or relax. 406</p> 407<p> 408 We hope to see you there ! 409</p> 410 411<hr> 412 413<h1>php|symphony</h1> 414 415<p> 416 <span class="newsdate">[10-Feb-2005]</span> 417 php|architect magazine has introduced <a 418 href="http://www.phparch.com/shop_dept.php?itemid=12">php|symphony</a>, an 419 ongoing series of online talks given by some of today's leaders in the PHP 420 world. Each talk in the series features an in-depth discussion on a specific 421 topic, such as security, enterprise development and so on. Talks are delivered 422 entirely online using an interactive system compatible with most OSs and 423 browsers. 424</p> 425<p> 426 The series will start on February 23rd with a talk by security expert Chris 427 Shiflett titled "Mastering PHP Security". 428</p> 429 430<hr> 431 432<h1>ApacheCon Europe 2005</h1> 433<p> 434 <span class="newsdate">[08-Feb-2005]</span> 435 <a href="http://www.apachecon.com/2005/EU/index.html">ApacheCon Europe</a> 436 will be held from July 18th to July 22th in Stuttgart, Germany. 437</p> 438 439<hr> 440 441<?php news_image("http://phpsec.org/", "phpsc-logo.gif", "PHPSC Logo"); ?> 442 443<h1>PHP Security Consortium</h1> 444<p> 445 <span class="newsdate">[31-Jan-2005]</span> 446 An international group of PHP experts today announced the official launch 447 of the <a href="http://phpsec.org/">PHP Security Consortium</a> (PHPSC), a 448 group whose mission is to promote secure programming practices within the 449 PHP community through education and exposition while maintaining high 450 ethical standards. 451</p> 452<p> 453 Members of the PHPSC seek to educate PHP developers about security through 454 a variety of resources, including documentation, tools, and standards. In 455 addition to their educational efforts, the PHPSC engages in exploratory 456 and experimental research in order to develop and promote standards of 457 best practice for PHP application development. 458</p> 459 460<hr> 461 462<h1>O'Reilly Open Source Convention 2005</h1> 463 464<p> 465 <span class="newsdate">[27-Jan-2005]</span> 466 Circle August 1-5 on your calendar and join in at the 467 <a href="http://conferences.oreillynet.com/os2005/">O'Reilly 468 Open Source Convention</a> in beautiful Portland, Oregon. OSCON 2005 469 will be at the Oregon Convention Center, where there will be 470 tutorials, sessions, parties, BOFs, and a huge exhibit 471 hall. 472</p> 473 474<hr> 475 476<?php news_image("http://phpconf.hu/2005/", "hu_conf.gif", "PHPConf.hu"); ?> 477 478<h1>Third Hungarian PHP Conference</h1> 479 480<p> 481 <span class="newsdate">[17-Jan-2005]</span> 482 The Web Application Development Division of the John von Neumann Computer 483 Society is proud to present the <a href="http://phpconf.hu/2005/">Third 484 Hungarian PHP Conference</a> which will take place in Budapest, on Saturday 485 March 12th, sponsored by several international and local companies. 486 The conference offers an entirely free one day activity with several 487 presentations addressing basic and advanced topics as well, mostly in 488 Hungarian. This year, the organizers are also happy to welcome Derick 489 Rethans and Lukas Smith speaking. Continuing on the success of previous 490 years, a five+five kilobyte-limited PHP 5 contest has been started to 491 discover the most talented PHP programmers in the country. 492</p> 493 494<hr> 495 496<?php news_image("http://www.phparch.com/tropics", "php_tropics.jpg", "php|tropics"); ?> 497<h1>php|tropics</h1> 498 499<p> 500 <span class="newsdate">[06-Jan-2005]</span> 501 On the heels of last year's php|cruise, this year 502 <a href="http://www.phparch.com">php|architect magazine</a> has 503 announced <a href="http://www.phparch.com/tropics">php|tropics</a>, a 504 5-day conference event that will take place between May 11 and 15, 2005 at the 505 Moon Palace All-inclusive Resort in wonderful Cancun, Mexico. 506</p> 507<p> 508 With sessions and hands-on tutorials held by many leading PHP experts, 509 including Ilia Alshanetsky, Wez Furlong, Derick Rethans, George Schlossnagle 510 and many others, php|tropics is an excellent and inexpensive way to learn lots 511 about PHP in a fun-filled and exciting atmosphere. This year, the conference 512 also sports "bring your own laptop" tutorials, where the audience is encourage 513 to participate in hands-on exercises throughout the event. 514</p> 515<p> 516 A special early-bird discount is in effect until February 28, and attendees 517 who sign up before that date receive a $100 discount. In addition, 518 php|architect will sponsor and cover all examination fees for conference 519 attendees interested in trying their hand at the Zend Certification Exam. 520</p> 521 522<hr> 523 524<?php news_image("http://www.php.net/", "php-logo.gif", "Programming Language of 2004"); ?> 525<h1>PHP awarded Programming Language of 2004</h1> 526 527<p> 528 <span class="newsdate">[05-Jan-2005]</span> 529 PHP has been awarded the <a href="http://www.tiobe.com/tpci.htm">Programming 530 Language of 2004</a>, according to the TIOBE Programming Community Index. 531 This index uses information collected from the popular search engines, and 532 are based on the world-wide availability of skilled engineers, courses and 533 third party vendors. 534</p> 535<p> 536 Congratulations to us all! 537</p> 538 539<?php site_footer(['elephpants' => true, 'sidebar' => $SIDEBAR_DATA]); 540