Re: [PHP-DEV] curl error in 5.1.0-dev

2005-09-06 Thread Jani Taskinen
Yeah, right..let's try again: - What Fedora version? - What GCC version? And about the configure line..cut it down to the bare minimum still causing the problem and I might get interested, otherwise just forget about it. --Jani On Tue, 6 Sep 2005, Kevin Waterson

[PHP-DEV] Re: crc32

2005-09-06 Thread Ron Korving
With a crc function the way you propose it, such a filter could be effectively made in userspace, but you could of course also implement such a filter in the core of php which could do the same trick. Maybe both would be nice. Ron "Wojtek Meler" <[EMAIL PROTECTED]> schreef in bericht news:[EMAIL

Re: [PHP-DEV] version_compare() logic issue - can we work around this?

2005-09-06 Thread Zeev Suraski
At 22:21 05/09/2005, Derick Rethans wrote: On Mon, 5 Sep 2005, Greg Beaver wrote: > Hi, > > version_compare('5.1.0-dev', '5.1.0b3') > > always claims 5.1.0-dev is older. This has been causing intermittent > problems with testing PEAR and other packages with the latest CVS of > PHP. Could we ch

[PHP-DEV] Re: 5.0.5

2005-09-06 Thread Scott MacVicar
Zeev Suraski wrote: If there are no (ultra last) objections, I'll roll 5.0.5 tomorrow morning (.il/Europe time) and post it in the evening. Zeev I'm still objecting to a patch by Jani made in April to move destructor before shutdown functions. It was in response to the following report, htt

[PHP-DEV] Re: crc32

2005-09-06 Thread Sara Golemon
I'd suggest a set of filters as an add-on to the mhash extension: mhash.crc32 mhash.md5 mhash.sha1 mhash.sha256 etc -Sara - Original Message - From: ""Ron Korving"" <[EMAIL PROTECTED]> Newsgroups: php.internals To: Sent: Tuesday, September 06, 2005 4:48 AM Subject: Re: crc32 W

Re: [PHP-DEV] Re: 5.0.5

2005-09-06 Thread steve
I agree. Having no access MySQL(i) during shutdown has already broken scripts I've used. Thankfully, Jani mentioned the change so I no longer felt like I was going crazy, and I was able to work around it by creating a "shutdown object" that contained references to all the objects it might need, and

[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/oci8 (oci8 improvements)

2005-09-06 Thread Edin Kadibasic
Hi RM and others :) Would it be possible to have these impovements in 5.1.0, or at least in 5.1.1? Edin Antony Dovgal wrote: > tony2001 Tue Sep 6 15:32:01 2005 EDT > > Added files: > /php-src/ext/oci8 README oci8_collection.c oci8_interface.c >

[PHP-DEV] Re: [PHP-CVS] cvs: php-src /ext/oci8 (oci8 improvements)

2005-09-06 Thread Andi Gutmans
Hi Edin, I definitely think that with the amount of bugs we have fixed, it'll be beneficial to get that out to the wider user-base. We'll try and roll a PECL release and get some testing/feedback from the community. As it's also compatible with PHP 4, it should be available to that installed b