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
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
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=28354Worse, 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
thetaphi@php.net - http://www.php.net
NSAPI SAPI developer
Erlangen, Germany
Uh, no chance. And 4.3.7 will not be the last PHP4 version.
-Rasmus
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=28354Worse, 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
thetaphi@php.net - http://www.php.net
NSAPI SAPI developer
Erlangen, Germany
Uh, no chance. And 4.3.7 will not be the last PHP4 version.
And no new features in there either...
Derick
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
Uh, no chance. And 4.3.7 will not be the last PHP4 version.
And no new features in there either...
Derick
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
Edin just fixed the PHP5 branch, i MFH'ed the fixed to PHP4.
- Timm
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
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