PHP 4.3.7RC1 Release Schedule

php.internals

Ilia A.

22 years ago
Hi Guys, Just a quick update on the 4.3.X tree, we have close to 25 fixes in the CVS at this point and we might as well start ball rolling as far as making 4.3.7. I'd would like to release the RC1 of 4.3.7 this Thursday, so if you have any pending bug fixes please commit them. If you need more time, please let me know. Ilia

Daniel Convissor

22 years ago
Hi Ilia:
> I'd would like to release the RC1 of 4.3.7 this Thursday, so if you have any > pending bug fixes please commit them. If you need more time, please let me > know.
It would be appreciated if we can get Sybase working. Right now it causes PHP to crash. http://bugs.php.net/bug.php?id=28354 Worse, it doesn't even compile now... Compiling... php_sybase_ct.c c:\php4build\snap\ext\sybase_ct\php_sybase_ct.c(1136) : error C2198: 'convert_scalar_to_number' : too few actual parameters (from http://snaps.php.net/win32/compile-STABLE.log) I opened a bug about this: http://bugs.php.net/bug.php?id=28478 Thanks, --Dan
-- T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y data intensive web and database programming http://www.AnalysisAndSolutions.com/ 4015 7th Ave #4, Brooklyn NY 11232 v: 718-854-0335 f: 718-854-0409

Uwe Schindler

22 years ago
should we better wait with 4.3.7 final until the unisys patents expiration and bundle a LZW-enabled GD - because 4.3.7 will be the last PHP4 version? At 21:19 21.05.2004, Daniel Convissor wrote:
>Hi Ilia: > > > I'd would like to release the RC1 of 4.3.7 this Thursday, so if you > have any > > pending bug fixes please commit them. If you need more time, please let me > > know. > >It would be appreciated if we can get Sybase working. Right now it causes >PHP to crash. http://bugs.php.net/bug.php?id=28354 > >Worse, it doesn't even compile now... > Compiling... > php_sybase_ct.c > c:\php4build\snap\ext\sybase_ct\php_sybase_ct.c(1136) : error C2198: > 'convert_scalar_to_number' : too few actual parameters > > (from http://snaps.php.net/win32/compile-STABLE.log) > >I opened a bug about this: http://bugs.php.net/bug.php?id=28478 > >Thanks, > >--Dan > >-- > T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y > data intensive web and database programming > http://www.AnalysisAndSolutions.com/ > 4015 7th Ave #4, Brooklyn NY 11232 v: 718-854-0335 f: 718-854-0409 > >-- >PHP Internals - PHP Runtime Development Mailing List >To unsubscribe, visit: http://www.php.net/unsub.php
----- Uwe Schindler thetaphi@php.net - http://www.php.net NSAPI SAPI developer Erlangen, Germany

Rasmus Lerdorf

22 years ago
Uh, no chance. And 4.3.7 will not be the last PHP4 version. -Rasmus On Fri, 21 May 2004, Uwe Schindler wrote:

Derick Rethans

22 years ago
On Fri, 21 May 2004, Rasmus Lerdorf wrote:
> Uh, no chance. And 4.3.7 will not be the last PHP4 version.
And no new features in there either... Derick

Rasmus Lerdorf

22 years ago
Well, technically GIF support is not a new feature, since it was in there before and was only removed/disabled for idiotic legal reasons. Not sure we have a rule against adding old features. ;) -Rasmus On Fri, 21 May 2004, Derick Rethans wrote:

Timm Friebe

22 years ago
On Fri, 2004-05-21 at 21:19, Daniel Convissor wrote:
> Hi Ilia: > > > I'd would like to release the RC1 of 4.3.7 this Thursday, so if you have any > > pending bug fixes please commit them. If you need more time, please let me > > know. > > It would be appreciated if we can get Sybase working. Right now it causes > PHP to crash. http://bugs.php.net/bug.php?id=28354
I'm able to reproduce - I just added a testcase and will have a look into it. In the meantime, don't use sybase_free_result($result);
> Worse, it doesn't even compile now... > Compiling... > php_sybase_ct.c > c:\php4build\snap\ext\sybase_ct\php_sybase_ct.c(1136) : error C2198: > 'convert_scalar_to_number' : too few actual parameters > > (from http://snaps.php.net/win32/compile-STABLE.log)
Edin just fixed the PHP5 branch, i MFH'ed the fixed to PHP4. - Timm

Edin Kadribasic

22 years ago
> Edin just fixed the PHP5 branch, i MFH'ed the fixed to PHP4. > > - Timm
You should probably test ZTS build before comitting as well. Most windows build problems stem from the fact that ZTS build gets broken which can be tested on any platform. Edin

Timm Friebe

22 years ago
On Fri, 2004-05-21 at 23:02, Edin Kadribasic wrote:
> > Edin just fixed the PHP5 branch, i MFH'ed the fixed to PHP4. > > > > - Timm > > You should probably test ZTS build before comitting as well. Most windows > build problems stem from the fact that ZTS build gets broken which can be > tested on any platform.
I usually always have my checkout compiled with --enable-maintainer-zts. Must've forgotten this time:) Thanks for helping out, - Ti "time for a drink" mm