PHP5 RC3

php.internals

Stefan Esser

22 years ago
Hi, am I correct in assuming that all critical PHP5 bugs are now killed, or is there anything left that hinders the RC3 release? Stefan

Andi Gutmans

22 years ago
Stefan, I am just waiting for a final OK from Sebastian on a crash bug he has been having. It might well be that your fix has solved this problem. I don't see any other reasons to keep RC3 and I'll roll it tomorrow if all goes well. Thanks, Andi At 01:51 PM 6/6/2004 +0200, Stefan Esser wrote:

Sebastian Bergmann

22 years ago
Andi Gutmans wrote:
> I am just waiting for a final OK from Sebastian on a crash bug he has > been having.
This code <?php mysql_connect('a', 'b', 'c'); ?> still segfaults (current HEAD, Debug_TS on Windows XP) for me. The odd thing is that MSVS is not giving me a backtrace.
-- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/

Andi Gutmans

22 years ago
I can't reproduce and I want to roll RC3. Is there anyone else who can test this? Andi At 06:23 PM 6/6/2004 +0200, Sebastian Bergmann wrote:

Bert Slagter

22 years ago
WinXP, Apache 1.3.29, PHP 5 CVS Snap (PHP Version 5.0.0RC3RC2, Built On: Jun 07, 2004 06:30 GMT): Warning: mysql_connect() [function.mysql-connect]: Unknown MySQL Server Host 'a' (11001) in d:\htdocs_php5\z.php on line 3 No further problems. Bert Andi Gutmans wrote:

Nuno Lopes

22 years ago
> WinXP, Apache 1.3.29, PHP 5 CVS Snap (PHP Version 5.0.0RC3RC2, Built On: > Jun 07, 2004 06:30 GMT): > > Warning: mysql_connect() [function.mysql-connect]: Unknown MySQL Server > Host 'a' (11001) in d:\htdocs_php5\z.php on line 3
The same error here. and no crash!

Wez Furlong

22 years ago
Sounds lile yet another weird crash-or-failure-that-only-happens-in-debug-when-using-msvcrt. Sebastian: can you try a release build? --Wez.

Sebastian Bergmann

22 years ago
Wez Furlong wrote:
> Sounds lile yet another weird > crash-or-failure-that-only-happens-in-debug-when-using-msvcrt.
FYI: The segfault also happens here when the connection parameters are correct.
> Sebastian: can you try a release build?
Segfaults for me as well.
-- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/

Andi Gutmans

22 years ago
It's your fault! :) No one can reproduce it! Did you try reinstalling Windows? :) At 01:38 PM 6/7/2004 +0200, Sebastian Bergmann wrote:

Sebastian Bergmann

22 years ago
Andi Gutmans wrote:
> It's your fault! :)
Looks that way. Anyways, it works now for me. I deleted my php_build directory, fetched it anew from Edin's server and rebuilt. php.exe then complained about a missing function entry in libmysql.dll. After deleting the one in c:\windows\system32\ everything worked fine. Weird.
-- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/

Andi Gutmans

22 years ago
Great to hear. I'll start rolling RC3 soon. At 03:31 PM 6/7/2004 +0200, Sebastian Bergmann wrote:

Unnamed Person

22 years ago
Andi Gutmans <andi@zend.com> writes:
> Great to hear. I'll start rolling RC3 soon.
Before you roll it... I had posted a bug (#28246) regarding sqlite, that one of the important features (ATTACH) didn't work properly with the old version of sqlite that was included with RC2. The bug is still showing as open. All that's required to fix it is to bundle the latest version of sqlite (which also removes some other sqlite bugs -- at least one of which is a data corruption problem). Any chance of getting the latest sqlite version (2.8.13 instead of 2.8.11 which was in RC2) bundled with RC3? Thanks! Derrell

Andi Gutmans

22 years ago
Hi Derrell, I don't think it's wise to upgrade the sqlite version so close to the RC3. If we do so, we'll need to wait another few days to make sure it works. As there are so many fixes in RC3 and sqlite support hasn't deteriorated, I suggest to do it right after RC3. Andi At 09:59 AM 6/7/2004 -0400, Derrell.Lipman@UnwiredUniverse.com wrote:

Unnamed Person

22 years ago
Andi Gutmans <andi@zend.com> writes:
> Hi Derrell, > > I don't think it's wise to upgrade the sqlite version so close to the RC3. If > we do so, we'll need to wait another few days to make sure it works. As there > are so many fixes in RC3 and sqlite support hasn't deteriorated, I suggest to > do it right after RC3.
Ok. I've been running RC2 with no changes other than an upgraded sqlite for the past month or so (since a couple days after RC2 was released) with no adverse effects. I can understand your reluctance to upgrade it, I suppose. I'll upgrade my local copy again, after downloading RC3, and look forward to having the latest sqlite in RC4. (I'd *highly* recommend against releasing php5-final with the current sqlite version since the problem with ATTACH greatly decreases the utility of sqlite.) Cheers, Derrell

Andi Gutmans

22 years ago
We won't release PHP 5 final without upgrading it. But as I think PHP 5 final is about a month away (I don't think we'll need another RC), I suggest to upgrade SQLite right after RC3 so that it's tested. Andi At 10:11 AM 6/7/2004 -0400, Derrell.Lipman@UnwiredUniverse.com wrote:

Unnamed Person

22 years ago
Andi Gutmans <andi@zend.com> writes:
> We won't release PHP 5 final without upgrading it. But as I think PHP 5 final > is about a month away (I don't think we'll need another RC), I suggest to > upgrade SQLite right after RC3 so that it's tested. > > Andi
Before it gets too close to the PHP 5 final release and changes at that time are undesirable, I looked today at the PHP CVS and noticed that the current stable version of sqlite has not yet been incorporated... Cheers, Derrell

Marcus Börger

22 years ago
Hello Derrell, Monday, June 21, 2004, 1:01:02 AM, you wrote:
> Andi Gutmans <andi@zend.com> writes:
>> We won't release PHP 5 final without upgrading it. But as I think PHP 5 final >> is about a month away (I don't think we'll need another RC), I suggest to >> upgrade SQLite right after RC3 so that it's tested. >> >> Andi
> Before it gets too close to the PHP 5 final release and changes at that time > are undesirable, I looked today at the PHP CVS and noticed that the current > stable version of sqlite has not yet been incorporated...
We had problems with later versions and SQLite is currently heading towards a new version: "Our intent is to freeze the file format and API on 2004-Jul-01". Since the newer versions only have some new features we don't use yet we should wait with upgrading. Ilia? marcus

Andi Gutmans

22 years ago
I tried Debug_TS too on Windows XP. At 11:32 AM 6/7/2004 +0100, Wez Furlong wrote: