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
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
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
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
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
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
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
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 ??