PHP 5.2.1RC4 Released

php.internals

Ilia A.

19 years ago
The final release candidate for PHP 5.2.1, RC4 is now available for download. Pending any problems this will be released as 5.2.1 next week, so this is the last chance to identify any critical issues before it is too late. If you have not tried any previous RCs, please do so now. The tar balls can be found at the URLs below and win32 binaries will follow shortly. http://downloads.php.net/ilia/php-5.2.1RC4.tar.bz2 (md5sum: f50578276f653b1f523150e3ff987f03) http://downloads.php.net/ilia/php-5.2.1RC4.tar.gz (md5sum: 361197eb2b21b36e2e20cb132da2cf16) I'd like to ask all developers to refrain from making any (no matter how trivial) commits to the 5.2 branch until 5.2.1 is released, if you feel you have a critical patch, please run it by me first, thanks. Ilia Alshanetsky 5.2 Release Master

Edin Kadribasic

19 years ago
Windows build: http://downloads.php.net/edink/php-5.2.1RC4-Win32.zip (a4b7ac5a4a6a8cfc1580dd2e667b14ca) http://downloads.php.net/edink/php-5.2.1RC4-win32-installer.msi (28463a1c08e994e6510a7997c1297a99) http://downloads.php.net/edink/pecl-5.2.1RC4-Win32.zip (9b5df92540017478427f099c450d45a9) http://downloads.php.net/edink/php-debug-pack-5.2.1RC4-Win32.zip (8243540de80da275b69636574ac6983e) NTS (No thread safety build). Should only be used with CGI/FastCGI and CLI. http://downloads.php.net/edink/php-5.2.1RC4-nts-Win32.zip (999044354145d95c0d4e85dce2eb0f38) http://downloads.php.net/edink/pecl-5.2.1RC4-nts-Win32.zip (ab193ca706a4d06c793a149817863996) http://downloads.php.net/edink/php-debug-pack-5.2.1RC4-nts-Win32.zip (71cbe0d07b1334efda4cf5513773cd22) Edin Ilia Alshanetsky wrote:

Uwe Schindler

19 years ago
Installed RC4 short time ago, works great. I found only a problem in phpinfo(): Registered PHP Streams: zip Registered Stream Socket Transports: tcp Registered Stream Filters: string.rot13 It only displays the FIRST registered PHP stream. Testing with fopen("http://...") works, so all streams are available. This bug was also in RC3 but I thought it was related to http://bugs.php.net/bug.php?id=40168 and did not start any separate bug report. System is Solaris 9 SPARC, GCC 3.3 ----- Uwe Schindler thetaphi@php.net - http://www.php.net NSAPI SAPI developer Bremen, Germany

Scott MacVicar

19 years ago
I can confirm this on Fedora with gcc 4.1.1, pretty sure its a regression based on bug #40168 Scott Uwe Schindler wrote:

Antony Dovgal

19 years ago
On 01/26/2007 05:39 PM, Uwe Schindler wrote:
> Installed RC4 short time ago, works great. I found only a problem in > phpinfo(): > > Registered PHP Streams: zip > Registered Stream Socket Transports: tcp > Registered Stream Filters: string.rot13 > > It only displays the FIRST registered PHP stream. Testing with > fopen("http://...") works, so all streams are available. This bug was also > in RC3 but I thought it was related to http://bugs.php.net/bug.php?id=40168 > and did not start any separate bug report.
Fixed, thanks. It was my fault, sorry.
-- Wbr, Antony Dovgal