Newsgroups: php.general,php.internals,php.pecl.dev Path: news.php.net Xref: news.php.net php.general:216904 php.internals:16638 php.pecl.dev:2468 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 29729 invoked by uid 1010); 13 Jun 2005 19:06:08 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 29712 invoked from network); 13 Jun 2005 19:06:07 -0000 Received: from unknown (HELO osu1.php.net) (127.0.0.1) by localhost with SMTP; 13 Jun 2005 19:06:07 -0000 X-Host-Fingerprint: 82.155.75.62 unknown Received: from ([82.155.75.62:9181] helo=localhost.localdomain) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id FD/2E-20931-A19DDA24 for ; Mon, 13 Jun 2005 15:06:02 -0400 Message-ID: To: php-general@lists.php.net,internals@lists.php.net,pecl-dev@lists.php.net References: Date: Mon, 13 Jun 2005 20:05:49 +0100 Lines: 69 X-Newsreader: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 X-RFC2646: Format=Flowed; Original X-Posted-By: 82.155.75.62 Subject: Re: PHP 4.4.0RC1 From: nlopess@php.net ("Nuno Lopes") I've tested it under solaris 9 and it failed 3 tests: ===================================================================== FAILED TEST SUMMARY --------------------------------------------------------------------- Bug #31213 (Sideeffects caused by bug #29493) [ext/standard/tests/array/bug31213.phpt] Bug #25665 (var_dump () hangs on Nan and INF) [ext/standard/tests/math/bug25665.phpt] Bug #27780 (strtotime(+1 xxx) returns a wrong date/time) [ext/standard/tests/time/bug27780.phpt] ===================================================================== ===================================================================== TEST RESULT SUMMARY --------------------------------------------------------------------- Exts skipped : 78 Exts tested : 9 --------------------------------------------------------------------- Number of tests : 629 Tests skipped : 284 (45.2%) Tests warned : 0 (0.0%) Tests failed : 3 (0.5%) Tests passed : 342 (54.4%) --------------------------------------------------------------------- Time taken : 38 seconds ===================================================================== Nuno P.S.: the 'make test' didn't submit the report properly (at least i couldnt find it in the news server) "Derick Rethans" wrote in message news:Pine.LNX.4.62.0506131949250.1903@localhost... > Hello! > > The PHP Team just released it's first release candidate for PHP 4.4.0. > This is solely a bug-fix only release, the increased middle digit is > needed because this release changes PHP's Internal API that causes > third-party binary extensions to be incompatible with PHP 4.3.x. > > This release address a major problem within PHP concerning references. > If references where used in a wrong way, PHP would often create memory > corruptions which would not always surface and be visible. In other > cases it can cause variables and objects to change type or class. If you > encountered strange behavior like this, this release might fix it. > > Besides addressing this reference related bug, 46 other bugs are fixed. > Please test this release and report any bugs or problems in our > bugsystem (after searching first). > > If all goes well I plan to roll a release of 4.4.0 on June 27th. If > there are problems a new RC will follow. Only critical bugs are going to > be fixed between RC1 and RC2. > > You can find 4.4.0 RC1 at http://qa.php.net/~derick/php-4.4.0RC1.tar.bz2 > > regards, > Derick > > -- > Derick Rethans > http://derickrethans.nl | http://ez.no | http://xdebug.org