5.2.4RC2

php.internals

Ilia A.

19 years ago
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 As promised two weeks ago, the 5.2.4RC2 was released today and the sources for the release can be found here: http://downloads.php.net/ilia/php-5.2.4RC2.tar.bz2 (md5sum: dc6589d253b4ac5010603c5927f33546 ) Windows binaries should become available in short order as well. All in all the feedback on RC1 has been largely positive and since it was released another 20+ fixes were added to the code as well as a plethora of new test cases, which bumps up the code coverage to 53%. The number of changes in the CVS have petered off in the last few days, which is usually a sign that we are ready for a final release, or that everyone is on vacation. Please try this RC out on your code and report back any critical issues you may discover. If all goes well the plan is to have the final release done by the end of next week. Ilia Alshanetsky -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (Darwin) iD8DBQFGxPotLKekh381/CERAtREAJ4/8NTdisuDl5A2kfPKzckBQAEjFgCgmxUS 7We4FQL96E+dSbuTi0b0ob0= =4jRF -----END PGP SIGNATURE-----

Scott MacVicar

19 years ago
We still need to get the Windows builds using the latest libmysql or at least a downgrade to solve bug #41350. The code is already checked in to fix it, we just need the new library. I've emailed Edin and assigned him the bug a few weeks ago but no reply yet, is someone else got access to the build machine to do the upgrade? I believe this should block 5.2.4 as on Windows when using CGI / CLI this causes an error message to get printed at the bottom of every page as well as holding on to a connection for 30s more than needed as MySQL waits for the resources to be freed. Scott Ilia Alshanetsky wrote:

Ilia A.

19 years ago
Hopefully Edin will have the time to upgrade the MySQL lib on the build farm, thanks letting me know. On 17-Aug-07, at 7:06 AM, Scott MacVicar wrote:
> We still need to get the Windows builds using the latest libmysql > or at > least a downgrade to solve bug #41350. The code is already checked > in to > fix it, we just need the new library. > > I've emailed Edin and assigned him the bug a few weeks ago but no > reply > yet, is someone else got access to the build machine to do the > upgrade? > > I believe this should block 5.2.4 as on Windows when using CGI / CLI > this causes an error message to get printed at the bottom of every > page > as well as holding on to a connection for 30s more than needed as > MySQL > waits for the resources to be freed. > > Scott > > Ilia Alshanetsky wrote: >> As promised two weeks ago, the 5.2.4RC2 was released today and the >> sources for the release can be found here: >> >> http://downloads.php.net/ilia/php-5.2.4RC2.tar.bz2 (md5sum: >> dc6589d253b4ac5010603c5927f33546 ) >> >> Windows binaries should become available in short order as well. >> >> All in all the feedback on RC1 has been largely positive and since it >> was released another 20+ fixes were added to the code as well as a >> plethora of new test cases, which bumps up the code coverage to >> 53%. The >> number of changes in the CVS have petered off in the last few days, >> which is usually a sign that we are ready for a final release, or >> that >> everyone is on vacation. Please try this RC out on your code and >> report >> back any critical issues you may discover. If all goes well the >> plan is >> to have the final release done by the end of next week. >> >> Ilia Alshanetsky >> >> >> >>
Ilia Alshanetsky

Lukas Kahwe Smith

19 years ago
Ilia Alshanetsky wrote:
> Hopefully Edin will have the time to upgrade the MySQL lib on the build > farm, thanks letting me know.
add to the todo: http://oss.backendmedia.com/PhP52 What about GD2 tests and PCRE update .. are those done? regards, Lukas

Ilia A.

19 years ago
PCRE was updated, GD tests are non-critical, but I don't believe they were merged. Keep in mind that TODO was not done by me, so its not a word of law in terms of what's required to make the 5.2.4 release. On 17-Aug-07, at 8:51 AM, Lukas Kahwe Smith wrote:
> Ilia Alshanetsky wrote: >> Hopefully Edin will have the time to upgrade the MySQL lib on the >> build farm, thanks letting me know. > > add to the todo: > http://oss.backendmedia.com/PhP52 > > What about GD2 tests and PCRE update .. are those done? > > regards, > Lukas
Ilia Alshanetsky

Antony Dovgal

19 years ago
We also need newer libtidy & snmp on the build host. Don't know if Edin has updated them already, if he hasn't, then this must be done asap, we're too close to the release.. On 17.08.2007 17:08, Ilia Alshanetsky wrote:
> PCRE was updated, GD tests are non-critical, but I don't believe they > were merged. Keep in mind that TODO was not done by me, so its not a > word of law in terms of what's required to make the 5.2.4 release. > > > On 17-Aug-07, at 8:51 AM, Lukas Kahwe Smith wrote: > >> Ilia Alshanetsky wrote: >>> Hopefully Edin will have the time to upgrade the MySQL lib on the >>> build farm, thanks letting me know. >> >> add to the todo: >> http://oss.backendmedia.com/PhP52 >> >> What about GD2 tests and PCRE update .. are those done? >> >> regards, >> Lukas > > Ilia Alshanetsky >
-- Wbr, Antony Dovgal

Pierre Joye

19 years ago
On 8/17/07, Antony Dovgal <antony@zend.com> wrote:
> We also need newer libtidy & snmp on the build host. > Don't know if Edin has updated them already, if he hasn't, then this must be done asap, we're too close to the release..
And Pslib. --Pierre

John Mertic

19 years ago
Edin, I noticed that I can't download 5.2.4RC installer builds; getting a 403 - Forbidden error. Also the latest snapshot log is complaining about 'Access is denied': ---snip--- Building ExtensionsComponents.wxs Removing File yazDLL because doesn't exist Removing Feature pecl_php6activescript because of missing Component php6activescript Removing Feature ext_php_ixsfunc because of missing Component php_ixsfunc Removing Feature ext_php_java because of missing Component php6servlet Removing Feature ext_php_rar because of missing Component php_rar Removing Feature ext_php_yaz because of missing Component php_yaz Building PHPInstaller5.2.4RC3-dev.wxs Building WebServerConfig5.2.4RC3-dev.wxs 1 file(s) copied. Compiling UI.... Access is denied. Building UI.... Access is denied. Compiling Installer.... Access is denied. Linking Installer.... Access is denied. Building installer failed ---snip---
-- -- John Mertic "Explaining a joke is like dissecting a frog: you jmertic@gmail.com understand it better, but the frog dies in the process." -Mark Twain

Edin Kadribasic

19 years ago
I will look into this later tonight. I have very little time on my hands so a list of libraries that need updating would be very much appreciated. Edin John Mertic wrote:

John Mertic

19 years ago
I've noticed the following links not working http://downloads.php.net/edink/php-5.2.4RC1-win32-installer.msi http://downloads.php.net/edink/php-5.2.4RC2-win32-installer.msi Not sure what I can do to help with snaps without access to the build machine. I did update the wix binaries in CVS which might have something do with it, although I have been able to build successfully locally. Thanks... On 8/17/07, Edin Kadribasic <edin@krug.dk> wrote:
> I will look into this later tonight. I have very little time on my hands > so a list of libraries that need updating would be very much appreciated. > > Edin > > > John Mertic wrote: > > Edin, > > > > I noticed that I can't download 5.2.4RC installer builds; getting a > > 403 - Forbidden error. > > > > Also the latest snapshot log is complaining about 'Access is denied': > > > > ---snip--- > > > > Building ExtensionsComponents.wxs > > Removing File yazDLL because doesn't exist > > Removing Feature pecl_php6activescript because of missing Component > > php6activescript > > Removing Feature ext_php_ixsfunc because of missing Component php_ixsfunc > > Removing Feature ext_php_java because of missing Component php6servlet > > Removing Feature ext_php_rar because of missing Component php_rar > > Removing Feature ext_php_yaz because of missing Component php_yaz > > Building PHPInstaller5.2.4RC3-dev.wxs > > Building WebServerConfig5.2.4RC3-dev.wxs > > 1 file(s) copied. > > Compiling UI.... > > Access is denied. > > Building UI.... > > Access is denied. > > Compiling Installer.... > > Access is denied. > > Linking Installer.... > > Access is denied. > > Building installer failed > > > > ---snip--- > > > > > > > > >
-- -- John Mertic "Explaining a joke is like dissecting a frog: you jmertic@gmail.com understand it better, but the frog dies in the process." -Mark Twain

Scott MacVicar

19 years ago
Based on the recent posts: libmysql pslib libtidy snmp Scott Edin Kadribasic wrote:

Ilia A.

19 years ago
Tony, What are the reasons for needing to upgrade tidy and snmp libs at this time aside from "newer is better"? On 17-Aug-07, at 12:16 PM, Antony Dovgal wrote:
> We also need newer libtidy & snmp on the build host. > Don't know if Edin has updated them already, if he hasn't, then > this must be done asap, we're too close to the release.. > > On 17.08.2007 17:08, Ilia Alshanetsky wrote: >> PCRE was updated, GD tests are non-critical, but I don't believe >> they were merged. Keep in mind that TODO was not done by me, so >> its not a word of law in terms of what's required to make the >> 5.2.4 release. >> On 17-Aug-07, at 8:51 AM, Lukas Kahwe Smith wrote: >>> Ilia Alshanetsky wrote: >>>> Hopefully Edin will have the time to upgrade the MySQL lib on >>>> the build farm, thanks letting me know. >>> >>> add to the todo: >>> http://oss.backendmedia.com/PhP52 >>> >>> What about GD2 tests and PCRE update .. are those done? >>> >>> regards, >>> Lukas >> Ilia Alshanetsky > > > -- > Wbr, Antony Dovgal
Ilia Alshanetsky

Antony Dovgal

19 years ago
On 17.08.2007 20:26, Ilia Alshanetsky wrote:
> Tony, > > What are the reasons for needing to upgrade tidy and snmp libs at > this time aside from "newer is better"?
Security problems in both libs which are not reproducible in newer versions.
-- Wbr, Antony Dovgal

Stanislav Malyshev

19 years ago
> were merged. Keep in mind that TODO was not done by me, so its not a > word of law in terms of what's required to make the 5.2.4 release.
Speaking of which - who's managing the todo? I have a couple of items for 5.3 one...
-- Stanislav Malyshev, Zend Software Architect stas@zend.com http://www.zend.com/ (408)253-8829 MSN: stas@zend.com

Ilia A.

19 years ago
I am going to make that one myself and the post an aggregate online. If you have stuff you would like to see in 5.3, please e-mail that information to me directly. On 17-Aug-07, at 2:57 PM, Stanislav Malyshev wrote:
>> were merged. Keep in mind that TODO was not done by me, so its not >> a word of law in terms of what's required to make the 5.2.4 release. > > Speaking of which - who's managing the todo? I have a couple of > items for 5.3 one... > > -- > Stanislav Malyshev, Zend Software Architect > stas@zend.com http://www.zend.com/ > (408)253-8829 MSN: stas@zend.com >
Ilia Alshanetsky