Re: [PHP-DEV] Bug in conditional compilation in ext/curl/interface.c, PHP5.0.0B3

2004-01-25 Thread Jani Taskinen
This is fixed in CVS. Thank you for letting us know about this. See: http://cvs.php.net/diff.php/php-src/ext/curl/interface.c?r1=1.30&r2=1.31&ty=u --Jani On Sat, 24 Jan 2004, root wrote: >Hi there. > >I was wondering why I was not able to get cURL u

Re: [PHP-DEV] base class

2004-01-25 Thread Christian Schneider
Marcus Boerger wrote: I can very much understand the drive behind this whish. The patch consists of two parts. The first part is generating an error message in case no constructor is available. He uses E_NOTICE while i would prefer E_STRICT Both E_NOTICE or E_STRICT are fine with me. Whatever peopl

Re: [PHP-DEV] base class

2004-01-25 Thread GPHemsley
In a message dated 1/25/2004 5:51:40 PM Eastern Standard Time, [EMAIL PROTECTED] writes: > Here's a little patch which changes "Can not call constructor" from > E_ERROR to E_NOTICE and continues execution: > http://cschneid.com/php/php5/undefined_constructor_call.patch In that patch, don't forget

Re: [PHP-DEV] base class

2004-01-25 Thread Marcus Boerger
Hello Christian, I can very much understand the drive behind this whish. The patch consists of two parts. The first part is generating an error message in case no constructor is available. He uses E_NOTICE while i would prefer E_STRICT there. Then the second part is a bit strange. It looks like if

Re: [PHP-DEV] base class

2004-01-25 Thread Christian Schneider
Stephane Drouard wrote: Implementing a common base class with empty methods (or Chris' proposal, just do not report error) does not impact performance (just don't call them), but allows people having a different view on programming to do it. Here's a little patch which changes "Can not call constru

[PHP-DEV] PHP 4.3.5RC2

2004-01-25 Thread Ilia Alshanetsky
I was hoping to go with a final release after RC1, but due to the number of fixes that were added since RC1, I believe it would be prudent to make another RC release before going final. Thus, I am announcing the RC2 release that will be made avaliable on Friday 30th (January, not March :) ), whi

[PHP-DEV] SOLVED: link error on VC6

2004-01-25 Thread Ard Biesheuvel
Never mind! I just had to rebuild resolv.lib instead of using the one in the archive. -- Ard -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] link error on VC6

2004-01-25 Thread Ard Biesheuvel
Guys, This is what I get when I try to build on VC6. It appears that the /nodefaultlib:libcmt prevents the linker from pulling in libcmt because resolv.lib references it. The resolv.lib is the one from the php_build.zip archive. Do I need another resolv.lib that is linked to the right C-lib ??