diff --git a/ChangeLog-4.php b/ChangeLog-4.php index e46f8c627..4366e1503 100644 --- a/ChangeLog-4.php +++ b/ChangeLog-4.php @@ -116,7 +116,7 @@ function bugl($number) { echo "#$numbe
  • (recursive array_walk causes segfault).
  • -There is a
    separate announcement available for this release.
    +There is a separate announcement available for this release.
    @@ -139,7 +139,7 @@ There is a separate announcement available for t
  • (number_format and problem with 0).
  • -There is a separate announcement available for this release.
    +There is a separate announcement available for this release.
    @@ -175,7 +175,7 @@ There is a separate announcement available for t
  • (fopen() crashes PHP when opening a URL).
  • -There is a separate announcement available for this release.
    +There is a separate announcement available for this release.
    @@ -224,7 +224,7 @@ There is a separate announcement available for t -There is a separate announcement available for this release.
    +There is a separate announcement available for this release.
    @@ -278,7 +278,7 @@ There is a separate announcement available for t
  • (ext/sesssion: catch bailouts of write handler during RSHUTDOWN).
  • -There is a separate announcement available for this release.
    +There is a separate announcement available for this release.
    @@ -343,7 +343,7 @@ There is a separate announcement available for t
  • (debug_backtrace is intermittently passing args).
  • -There is a separate announcement available for this release.
    +There is a separate announcement available for this release.
    @@ -428,7 +428,7 @@ There is a separate announcement available for t
  • (Cannot use PATH_INFO fully with php isapi).
  • -There is a separate announcement available for this release.
    +There is a separate announcement available for this release.
    @@ -473,7 +473,7 @@ There is a separate announcement available for -There is a separate announcement available for this release.
    +There is a separate announcement available for this release.
    @@ -533,7 +533,7 @@ There is a separate announcement available for
  • (Allow bundled GD to compile against freetype 2.1.2).
  • -There is a separate announcement available for this release.
    +There is a separate announcement available for this release.
    @@ -549,7 +549,7 @@ There is a separate announcement available for t
  • Prevent open_basedir bypass via MySQL's LOAD DATA LOCAL. (Ilia)
  • -There is a separate announcement available for this release.
    +There is a separate announcement available for this release.
    @@ -591,7 +591,7 @@ There is a separate announcement available for t
  • (SSL: fatal protocol error when talking to IIS). (Wez)
  • -There is a separate announcement available for this release.
    +There is a separate announcement available for this release.
    @@ -626,7 +626,7 @@ There is a separate announcement available for t
  • (error_handler and array index with function call). cschneid at cschneid dot com)
  • -There is a separate announcement available for this release.
    +There is a separate announcement available for this release.
    @@ -794,7 +794,7 @@ There is a separate announcement available for t
  • (ftp_genlist/ANSI-tmpfile() fail w/ some platform). (Sara)
  • -There is a separate announcement available for this release.
    +There is a separate announcement available for this release.
    @@ -881,7 +881,7 @@ There is a separate announcement available for t
  • (ifx_close() leaves open session). (nobbie@php.net)
  • (realpath() returns invalid results for non-existent paths). (Ilia)
  • -There is a separate announcement available for this release.
    +There is a separate announcement available for this release.
    @@ -1035,7 +1035,7 @@ There is a separate announcement available for t
  • (ibase_query(), ibase_execute() mangled passed parameters). (Jani)
  • (crash in _php_ibase_error() after request shutdown). (Ard)
  • -More information on this release on our Releases page.
    +More information on this release on our Releases page.
    @@ -1226,7 +1226,7 @@ More information on this release on our Releases p
  • (--without-pear disabled phpize/php-config install). (Jani)
  • (bcmath functions applying scale incorrectly). (Sara)
  • -More information on this release on
    our Releases page.
    +More information on this release on our Releases page.
    @@ -1236,7 +1236,7 @@ More information on this release on our Releases p -More information on this release on our Releases page.
    +More information on this release on our Releases page.
    @@ -1749,7 +1749,7 @@ More information on this release on our Releases p dependencies. Automake is only needed for its aclocal tool. The build process is now more portable and less resource-consuming. (Sascha) -More information on this release on our Releases page.
    +More information on this release on our Releases page.
    @@ -1788,7 +1788,7 @@ More information on this release on our Releases p
  • Fixed array_rand() on thread-safe platforms such as Windows. (Edin)
  • Report the right exit code after a call to exit(). (Edin)
  • -More information on this release on
    our Releases page.
    +More information on this release on our Releases page.
    @@ -1798,7 +1798,7 @@ More information on this release on our Releases p -More information on this release on our Releases page.
    +More information on this release on our Releases page.
    @@ -1855,7 +1855,7 @@ More information on this release on our Releases p
  • Fixed a bug in the COM extension that caused outproc servers to 'hang' because of a missing Release() call. (Alan, Harald)
  • -More information on this release on
    our Releases page.
    +More information on this release on our Releases page.
    @@ -1884,11 +1884,11 @@ example: socket_connect($sock, 'www.yahoo.com', 80);
  • Removed all code pertaining to fd_sets (socket_fd_*)
  • Modified/Improved socket_select() to accept array of resources instead of fd_sets. example:
    -    <?php
    - $wfds=$rfds=array($sock1, $sock2, $sock3, $sock7);
    - $r=socket_select($rfds, $wfds, NULL, 1);
    - print "Ready to read:\n"; var_dump($rfds);
    - ?>
    + <?php
    + $wfds=$rfds=array($sock1, $sock2, $sock3, $sock7);
    + $r=socket_select($rfds, $wfds, NULL, 1);
    + print "Ready to read:\n"; var_dump($rfds);
    + ?>
  • Fixed segfault in ibase_close() if user does not free the resultset. @@ -2069,7 +2069,7 @@ or entries for the specified extension. (Jani)
  • (Patch by Alan Knowles <alan_k@hklc.com> and Wez)
  • Improved support for autoconf-2.50+/libtool 1.4b+. (Jan Kneschke, Sascha)
  • -More information on this release on our Releases page.
    +More information on this release on our Releases page.
    @@ -2086,7 +2086,7 @@ More information on this release on our Releases p
  • Changed the default output encoding of mbstring 'pass' to fix initialization problem (Rui)
  • -More information on this release on
    our Releases page.
    +More information on this release on our Releases page.
    @@ -2113,7 +2113,7 @@ More information on this release on our Releases p
  • Fixed a bug in the strtotime() function where it was incorrectly recognizing GMT +0100 and GMT -0100. (Derick)
  • -More information on this release on
    our Releases page.
    +More information on this release on our Releases page.
    @@ -2318,7 +2318,7 @@ More information on this release on our Releases p string indexed array. (Jason)
  • Fixed memory leak upon re-registering constants. (Sascha, Zend Engine)
  • -More information on this release on
    our Releases page.
    +More information on this release on our Releases page.
    @@ -2434,7 +2434,7 @@ More information on this release on our Releases p
  • Added mysql_unbuffered_query(), which is useful for very large result sets. (Zeev)
  • -More information on this release on
    our Releases page.
    +More information on this release on our Releases page.
    @@ -2581,7 +2581,7 @@ More information on this release on our Releases p
  • ext/odbc: IBM DB2 patch by Walter Franzini. (walter@sys-net.it)
  • Added extension for the cracklib library. (Alexander Feldman)
  • -More information on this release on
    our Releases page.
    +More information on this release on our Releases page.
    @@ -2737,7 +2737,7 @@ More information on this release on our Releases p
  • Added HMAC support in the mhash module (nmav@altera.gr)
  • Added module for Ovrimos sql server (nmav@altera.gr)
  • -More information on this release on
    our Releases page.
    +More information on this release on our Releases page.
    @@ -2820,7 +2820,7 @@ More information on this release on our Releases p method. Instead define yourself a method such as toString() and use print $obj->toString() (Andi, Zend Engine) -More information on this release on our Releases page.
    +More information on this release on our Releases page.
    @@ -2991,7 +2991,7 @@ More information on this release on our Releases p
  • Added an optional parameter to preg_replace() that can be used to specify how many replacements to make. (Andrei)
  • -More information on this release on
    our Releases page.
    +More information on this release on our Releases page.
    @@ -3155,7 +3155,7 @@ More information on this release on our Releases p
  • Moved to virtual current working directory support. This highly improves the functionality and stability of multi-threaded versions of PHP (Andi, Sascha)
  • -More information on this release on
    our Releases page.
    +More information on this release on our Releases page.
    @@ -3178,7 +3178,7 @@ More information on this release on our Releases p
  • Ported imagegammacorrect from PHP3 to PHP4. (Sterling)
  • Added array_rand() function. (Andrei)
  • -More information on this release on
    our Releases page.
    +More information on this release on our Releases page.
    diff --git a/ChangeLog-5.php b/ChangeLog-5.php index f53877a2d..8f2be25e0 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -10572,7 +10572,7 @@ function release_date($in) {
  • Changed phpize not to require libtool. (Jani)
  • Updated bundled oniguruma library (used for multibyte regular expression) to 3.7.0. (Moriyoshi)
  • -
  • Updated bundled libmbfl library (used for multibyte functions). (Moriyoshi)
    Fixed bugs: +
  • Updated bundled libmbfl library (used for multibyte functions). (Moriyoshi)
    Fixed bugs: -
    +

    ApacheCon 2001

    @@ -282,7 +282,7 @@ site_header("News Archive - 2001", array("cache" => true)); ends March 9, so act fast for discounted prices!

    -
    +

    New Site Design

    @@ -293,7 +293,7 @@ site_header("News Archive - 2001", array("cache" => true)); bugs that are surely lingering behind this new facade.

    -
    +

    Announcing PHP-GTK

    @@ -305,7 +305,7 @@ site_header("News Archive - 2001", array("cache" => true)); http://gtk.php.net/.

    -
    +

    Patch Level 1 released for PHP 4.0.4

    diff --git a/archive/2002.php b/archive/2002.php index 46ee07407..be0523b9f 100644 --- a/archive/2002.php +++ b/archive/2002.php @@ -12,7 +12,7 @@ site_header("News Archive - 2002", array("cache" => true)); Here are the most important news items we have published in 2002 on PHP.net.

    -
    +

    PHP Look Back 2002

    @@ -26,7 +26,7 @@ site_header("News Archive - 2002", array("cache" => true)); Happy New Year!

    -
    +

    PHP 4.3.0 Released!

    @@ -43,7 +43,7 @@ site_header("News Archive - 2002", array("cache" => true)); the full release announcement.

    -
    +
    @@ -65,7 +65,7 @@ site_header("News Archive - 2002", array("cache" => true)); more information.

    -
    +
    @@ -83,7 +83,7 @@ site_header("News Archive - 2002", array("cache" => true)); event's website.

    -
    +

    PHP news feed available

    @@ -96,7 +96,7 @@ site_header("News Archive - 2002", array("cache" => true)); file is available on every mirror site.

    -
    +
    @@ -112,7 +112,7 @@ site_header("News Archive - 2002", array("cache" => true)); website.

    -
    +

    PHP Magazine - International Edition

    @@ -135,7 +135,7 @@ site_header("News Archive - 2002", array("cache" => true)); href="http://www.php-mag.net/">website which will open shortly.

    -
    +

    New Monthly PHP Magazine Launched

    @@ -148,7 +148,7 @@ site_header("News Archive - 2002", array("cache" => true)); available on the magazine website

    -
    +

    PHP Search Bars available for major browsers

    @@ -162,7 +162,7 @@ site_header("News Archive - 2002", array("cache" => true)); as a PHP.net website bug please).

    -
    +

    PHP at the LinuxWorld Expo Oct. 29-31th in Frankfurt, Germany

    @@ -183,7 +183,7 @@ site_header("News Archive - 2002", array("cache" => true)); software available at the booth.

    -
    +

    New keyboard shortcuts

    @@ -198,7 +198,7 @@ site_header("News Archive - 2002", array("cache" => true)); the HTML standard.

    -
    +

    PHP 4.2.3 Released

    @@ -209,7 +209,7 @@ site_header("News Archive - 2002", array("cache" => true)); be found in the ChangeLog.

    -
    +
    @@ -238,7 +238,7 @@ site_header("News Archive - 2002", array("cache" => true)); persons get special discounts.

    -
    +
    @@ -273,7 +273,7 @@ site_header("News Archive - 2002", array("cache" => true)); California.

    -
    +

    Printer friendly manual pages with notes

    @@ -285,7 +285,7 @@ site_header("News Archive - 2002", array("cache" => true)); change languages.

    -
    +

    ActiveState Awards

    @@ -310,7 +310,7 @@ site_header("News Archive - 2002", array("cache" => true)); http://www.ActiveState.com/ActiveAwards2002

    -
    +

    PHP 4.2.2 released in response to vulnerability

    @@ -323,7 +323,7 @@ site_header("News Archive - 2002", array("cache" => true)); other changes, so upgrading from 4.2.1 is safe and painless.

    -
    +

    New comp.lang.php newsgroup started

    @@ -347,7 +347,7 @@ site_header("News Archive - 2002", array("cache" => true)); and to help others.

    -
    +
    @@ -375,7 +375,7 @@ site_header("News Archive - 2002", array("cache" => true)); Windows binary version is also available.

    -
    +

    PHP for NetWare (Beta) Released

    @@ -386,7 +386,7 @@ site_header("News Archive - 2002", array("cache" => true)); 4.0.8 (development) version of the PHP source code.

    -
    +
    @@ -403,7 +403,7 @@ site_header("News Archive - 2002", array("cache" => true)); (text in German).

    -
    +

    PHP Coding Contest

    @@ -414,7 +414,7 @@ site_header("News Archive - 2002", array("cache" => true)); You can enter the challenge by visiting their site.

    -
    +

    PHP 4.2.1 released

    @@ -432,7 +432,7 @@ site_header("News Archive - 2002", array("cache" => true)); PHP 4.2.1 release announcement.

    -
    +
    @@ -448,7 +448,7 @@ site_header("News Archive - 2002", array("cache" => true)); http://www.php-award.net/.

    -
    +

    PHP.net: A Tourist's Guide

    @@ -461,7 +461,7 @@ site_header("News Archive - 2002", array("cache" => true)); you've been missing.

    -
    +

    PHP 4.2.0 released

    @@ -479,7 +479,7 @@ site_header("News Archive - 2002", array("cache" => true)); PHP 4.2.0 release announcement.

    -
    +
    @@ -499,7 +499,7 @@ site_header("News Archive - 2002", array("cache" => true)); dedicated mailing list.

    -
    +
    @@ -513,7 +513,7 @@ site_header("News Archive - 2002", array("cache" => true)); www.phpmag.de.

    -
    +

    New PHP.net URL Howto

    @@ -526,7 +526,7 @@ site_header("News Archive - 2002", array("cache" => true)); URL Howto.

    -
    +
    @@ -538,7 +538,7 @@ site_header("News Archive - 2002", array("cache" => true)); 8th-10th) are now available.

    -
    +

    PHP Security Update - Windows Version

    @@ -550,7 +550,7 @@ site_header("News Archive - 2002", array("cache" => true)); encouraged to upgrade to the latest version.

    -
    +

    PHP Security Update

    @@ -563,7 +563,7 @@ site_header("News Archive - 2002", array("cache" => true)); href="/downloads.php">available for PHP 3.0.18, 4.0.6 and 4.1.0/4.1.1).

    -
    +

    PHP-GTK 0.5.0 released

    @@ -582,7 +582,7 @@ site_header("News Archive - 2002", array("cache" => true)); learn this exciting extension and also contribute to the project.

    -
    +
    diff --git a/archive/2003.php b/archive/2003.php index 6980f69b2..59714c17a 100644 --- a/archive/2003.php +++ b/archive/2003.php @@ -12,7 +12,7 @@ site_header("News Archive - 2003", array("cache" => true)); Here are the most important news items we have published in 2003 on PHP.net.

    -
    +
    @@ -25,7 +25,7 @@ site_header("News Archive - 2003", array("cache" => true)); business professionals to share their experience with both students and PHP professionals in a series of talks.

    -
    +

    PHP Community Site Project Announced

    @@ -44,7 +44,7 @@ site_header("News Archive - 2003", array("cache" => true)); advocates.

    -
    +
    @@ -60,7 +60,7 @@ site_header("News Archive - 2003", array("cache" => true)); the magazine's website.

    -
    +
    @@ -80,7 +80,7 @@ site_header("News Archive - 2003", array("cache" => true)); French.

    -
    +
    @@ -101,7 +101,7 @@ site_header("News Archive - 2003", array("cache" => true)); place on April 14th to 16th in Orlando, Florida, USA.

    -
    +
    @@ -123,7 +123,7 @@ site_header("News Archive - 2003", array("cache" => true)); from PHP internals to web standard compliance. The event is exclusively in Hungarian.

    -
    +
    @@ -155,7 +155,7 @@ site_header("News Archive - 2003", array("cache" => true)); href="http://conf.phpquebec.org/main.php/en/conf2004/conferencier">PHP Québec.

    -
    +

    New function list auto completion

    @@ -172,7 +172,7 @@ site_header("News Archive - 2003", array("cache" => true)); as much information as possible (OS, Browser version, Javascript errors, etc..).

    -
    +

    PHP 4.3.4 released!

    @@ -184,7 +184,7 @@ site_header("News Archive - 2003", array("cache" => true)); ChangeLog.

    -
    +

    PHP 5.0.0 Beta 2 released

    @@ -223,7 +223,7 @@ site_header("News Archive - 2003", array("cache" => true)); changes are documented on our PHP 5/Zend Engine 2 page.

    -
    +
    @@ -239,7 +239,7 @@ site_header("News Archive - 2003", array("cache" => true)); (in French).

    -
    +
    @@ -256,7 +256,7 @@ site_header("News Archive - 2003", array("cache" => true)); href="http://www.directionphp.biz/index.php">Direction|PHP website (in French).

    -
    +
    @@ -273,7 +273,7 @@ site_header("News Archive - 2003", array("cache" => true)); XML, Java, MySQL, and WebDAV.

    -
    +
    @@ -292,7 +292,7 @@ site_header("News Archive - 2003", array("cache" => true)); give away one free place on the cruise.

    -
    +
    @@ -304,7 +304,7 @@ site_header("News Archive - 2003", array("cache" => true)); from thousands of PHP users around the world. Thanks for all who contributed!

    -
    +
    @@ -320,7 +320,7 @@ site_header("News Archive - 2003", array("cache" => true)); homepage of this edition.

    -
    +
    @@ -340,7 +340,7 @@ site_header("News Archive - 2003", array("cache" => true)); website for more information.

    -
    +
    @@ -354,7 +354,7 @@ site_header("News Archive - 2003", array("cache" => true)); Server Central!

    -
    +

    European Open Source Development Threatened!

    @@ -367,7 +367,7 @@ site_header("News Archive - 2003", array("cache" => true)); the campaign website

    -
    +
    @@ -383,7 +383,7 @@ site_header("News Archive - 2003", array("cache" => true)); their website

    -
    +

    PHP 4.3.3 released!

    @@ -395,7 +395,7 @@ site_header("News Archive - 2003", array("cache" => true)); the ChangeLog.

    -
    +
    @@ -419,7 +419,7 @@ site_header("News Archive - 2003", array("cache" => true)); to PHP development.

    -
    +

    PHP.net news history

    @@ -435,7 +435,7 @@ site_header("News Archive - 2003", array("cache" => true)); the manual's history appendix.

    -
    +

    Select mirror for redirection

    @@ -449,7 +449,7 @@ site_header("News Archive - 2003", array("cache" => true)); site for redirections.

    -
    +
    @@ -463,7 +463,7 @@ site_header("News Archive - 2003", array("cache" => true)); related technologies.

    -
    +

    URL Shortcuts and Site Search

    @@ -478,7 +478,7 @@ site_header("News Archive - 2003", array("cache" => true)); onsite search solution, Google is used temporarily to search our site.

    -
    +
    @@ -493,7 +493,7 @@ site_header("News Archive - 2003", array("cache" => true)); price for readers worldwide.

    -
    +
    @@ -517,7 +517,7 @@ site_header("News Archive - 2003", array("cache" => true)); Ken Coar (Apache), Rasmus Lerdorf (PHP) or Kaj Arnö (MySQL).

    -
    +

    PHP 5.0.0 Beta 1

    @@ -557,7 +557,7 @@ site_header("News Archive - 2003", array("cache" => true)); installations of PHP 4 at this time.

    -
    +
    @@ -572,7 +572,7 @@ site_header("News Archive - 2003", array("cache" => true)); and get a chance to win one of 50 PHP T-shirts!

    -
    +

    PHP 4.3.2 Released!

    @@ -583,7 +583,7 @@ site_header("News Archive - 2003", array("cache" => true)); Full list of fixes can be found in the ChangeLog file.

    -
    +

    Automatic Mirror Select

    @@ -596,7 +596,7 @@ site_header("News Archive - 2003", array("cache" => true)); version of the site.

    -
    +

    Country Detection

    @@ -609,7 +609,7 @@ site_header("News Archive - 2003", array("cache" => true)); sites for downloads and your usual daily work.

    -
    +

    My PHP.net

    @@ -628,7 +628,7 @@ site_header("News Archive - 2003", array("cache" => true)); on for PHP.net to let this feature work!

    -
    +

    Grant Program

    @@ -651,7 +651,7 @@ site_header("News Archive - 2003", array("cache" => true)); href="http://www.phparch.com/grant/">program's website.

    -
    +

    Set your own language preference

    @@ -673,7 +673,7 @@ site_header("News Archive - 2003", array("cache" => true)); providing translated content.

    -
    +
    @@ -694,7 +694,7 @@ site_header("News Archive - 2003", array("cache" => true)); official phorums.

    -
    +

    PHP 4.3.1 released in response to CGI vulnerability

    @@ -708,7 +708,7 @@ site_header("News Archive - 2003", array("cache" => true)); so upgrading from 4.3.0 is safe and painless.

    -
    +
    @@ -732,7 +732,7 @@ site_header("News Archive - 2003", array("cache" => true)); the PHPCon website.

    -
    +
    @@ -757,7 +757,7 @@ site_header("News Archive - 2003", array("cache" => true)); phpconf.phpquebec.com.

    -
    +
    @@ -784,7 +784,7 @@ site_header("News Archive - 2003", array("cache" => true)); Design, PHP Extensions, PHP & XML and PHP-GTK.

    -
    +

    PEAR Out of Beta!

    diff --git a/archive/2004.php b/archive/2004.php index c3906b725..614a3c795 100644 --- a/archive/2004.php +++ b/archive/2004.php @@ -12,7 +12,7 @@ site_header("News Archive - 2004", array("cache" => true)); Here are the most important news items we have published in 2004 on PHP.net.

    -
    +

    A Note on Security in PHP

    @@ -26,7 +26,7 @@ site_header("News Archive - 2004", array("cache" => true)); for anybody using PHP.

    -
    +

    Function list suggestions available

    @@ -51,7 +51,7 @@ site_header("News Archive - 2004", array("cache" => true)); the search page.

    -
    +

    PHP 4.3.10 & 5.0.3 released!

    @@ -70,7 +70,7 @@ site_header("News Archive - 2004", array("cache" => true)); PHP 5 ChangeLog.

    -
    +

    Second Bulgarian PHP Conference

    @@ -86,7 +86,7 @@ site_header("News Archive - 2004", array("cache" => true)); others.

    -
    +

    International PHP Conference 2005 - Spring Edition (Amsterdam, May 2-4)

    @@ -103,7 +103,7 @@ site_header("News Archive - 2004", array("cache" => true)); and PHP-GTK.

    -
    +
    @@ -119,7 +119,7 @@ site_header("News Archive - 2004", array("cache" => true)); very informative website.

    -
    +
    @@ -141,7 +141,7 @@ site_header("News Archive - 2004", array("cache" => true)); the code and see how the new features in PHP 5 should be used.

    -
    +

    PHP before Canadian government, in Ottawa, October 19th and 20th, 2004

    @@ -155,7 +155,7 @@ site_header("News Archive - 2004", array("cache" => true)); Come and meet us on the floor, booth 1610C.

    -
    +
    @@ -171,7 +171,7 @@ site_header("News Archive - 2004", array("cache" => true)); (in French).

    -
    +

    PHP 5.0.2 released!

    @@ -188,7 +188,7 @@ site_header("News Archive - 2004", array("cache" => true)); ChangeLog.

    -
    +

    PHP 4.3.9 released!

    @@ -206,7 +206,7 @@ site_header("News Archive - 2004", array("cache" => true)); ChangeLog.

    -
    +

    MySQL ComCon Europe

    @@ -223,7 +223,7 @@ site_header("News Archive - 2004", array("cache" => true)); http://mysqlcomconeurope.com/.

    -
    +

    OSCOM.4 with Apache Track

    @@ -239,7 +239,7 @@ site_header("News Archive - 2004", array("cache" => true)); now open!

    -
    +

    New Installation Instructions

    @@ -252,7 +252,7 @@ site_header("News Archive - 2004", array("cache" => true)); files. This way upgrades and configuration changes become easier.

    -
    +
    @@ -269,7 +269,7 @@ site_header("News Archive - 2004", array("cache" => true)); ChangeLog.

    -
    +

    PHP Tunisie Magazine

    @@ -285,7 +285,7 @@ site_header("News Archive - 2004", array("cache" => true)); PHP Tunisie Magazine is edited by the Tunisian PHP Users Group.

    -
    +
    @@ -336,7 +336,7 @@ site_header("News Archive - 2004", array("cache" => true)); ChangeLog.

    -
    +
    @@ -348,7 +348,7 @@ site_header("News Archive - 2004", array("cache" => true)); 4.3.7 release. All users of PHP are strongly encouraged to upgrade to PHP 4.3.8 as soon as possible.

    -
    +

    International PHP Conference 2004

    @@ -369,7 +369,7 @@ site_header("News Archive - 2004", array("cache" => true)); where PHP related OpenSource projects can present themselves for free.

    -
    +

    php|works - early-bird discount now in effect

    @@ -399,7 +399,7 @@ site_header("News Archive - 2004", array("cache" => true)); href="http://www.phparch.com/phpworks">php|works website.

    -
    +

    LAMP area at LinuxTag 2004 in Karlsruhe, Germany

    @@ -424,7 +424,7 @@ site_header("News Archive - 2004", array("cache" => true)); website.

    -
    +

    PHP 5 Release Candidate 3 Released!

    @@ -440,7 +440,7 @@ site_header("News Archive - 2004", array("cache" => true)); here.

    -
    +
    @@ -465,7 +465,7 @@ site_header("News Archive - 2004", array("cache" => true)); are available!

    -
    +

    PHP 5 Release Candidate 2 Released!

    @@ -506,7 +506,7 @@ site_header("News Archive - 2004", array("cache" => true)); ChangeLog.

    -
    +

    Second PHP Marathon announced

    @@ -518,7 +518,7 @@ site_header("News Archive - 2004", array("cache" => true)); now feature a problem on PHP 5. Participation is free of charge.

    -
    +
    @@ -573,7 +573,7 @@ site_header("News Archive - 2004", array("cache" => true)); ChangeLog.

    -
    +

    Spanish PHP Mailing List Now at PHP.net

    @@ -585,7 +585,7 @@ site_header("News Archive - 2004", array("cache" => true)); news server.

    -
    +
    @@ -609,7 +609,7 @@ site_header("News Archive - 2004", array("cache" => true)); Software & Support.

    -
    +
    @@ -633,7 +633,7 @@ site_header("News Archive - 2004", array("cache" => true)); conf.phpquebec.com.

    -
    +
    diff --git a/archive/2005.php b/archive/2005.php index 4530cff7d..b36fb1059 100644 --- a/archive/2005.php +++ b/archive/2005.php @@ -12,12 +12,12 @@ site_header("News Archive - 2005", array("cache" => true)); Here are the most important news items we have published in 2005 on PHP.net.

    -
    +

    PHP 5.1.1 Released

    [28-Nov-2005] - The PHP Development Team would like to announce the immediate release of PHP 5.1.1.
    + The PHP Development Team would like to announce the immediate release of PHP 5.1.1.
    This is a regression correction release aimed at addressing several issues introduced by PHP 5.1.0, the core changes as follows: