Re: [PHP-DEV] Open issues for 4.0.6

2001-05-19 Thread Andi Gutmans
At 11:01 PM 5/18/2001 +0200, [EMAIL PROTECTED] wrote: On Fri, 18 May 2001, Andi Gutmans wrote: Okay but I don't think there is much left to do for 4.0.6 and it can hopefully be released within a week or so. Any idea who is tackling that mcrypt() problem? Does this happen to everyone

Re: [PHP-DEV] Open issues for 4.0.6

2001-05-19 Thread Andi Gutmans
Can you grab the latest CVS and check if this is fixed. Derick commited a couple of fixes yesterday. Andi At 05:13 PM 5/18/2001 +0100, Chris Walker wrote: Hello Andi, Friday, May 18, 2001, 5:07:46 PM, you wrote: AG I think there are two main open issues for 4.0.6. AG The crash in mcrypt (if it

Re: [PHP-DEV] Open issues for 4.0.6

2001-05-19 Thread derick
On Sat, 19 May 2001, Andi Gutmans wrote: I just committed a fix to the CVS, this solved the problem for me. libmcrypt 2.4.10 still gives some strange results (encrypted strings like 8 \0's), but it works fine with libmcrypt 2.4.11 (I could not get 2.4.12 to compile here). Do you think this

Re: [PHP-DEV] Open issues for 4.0.6

2001-05-19 Thread Andi Gutmans
I don't know but I feel it's wrong to do an == check because people might be using this PHP version when 2.4.18 is out. Andi At 06:47 PM 5/19/2001 +0200, [EMAIL PROTECTED] wrote: On Sat, 19 May 2001, Andi Gutmans wrote: I just committed a fix to the CVS, this solved the problem for me.

Re: [PHP-DEV] Open issues for 4.0.6

2001-05-19 Thread derick
On Sat, 19 May 2001, Andi Gutmans wrote: I don't know but I feel it's wrong to do an == check because people might be using this PHP version when 2.4.18 is out. True, but I just tried 2.4.13, and it didn't compile straight out of the box. I'm complaining to the author now about this. But it

Re: [PHP-DEV] Open issues for 4.0.6

2001-05-19 Thread Andi Gutmans
At 07:11 PM 5/19/2001 +0200, [EMAIL PROTECTED] wrote: On Sat, 19 May 2001, Andi Gutmans wrote: I don't know but I feel it's wrong to do an == check because people might be using this PHP version when 2.4.18 is out. True, but I just tried 2.4.13, and it didn't compile straight out of the

Re: [PHP-DEV] Open issues for 4.0.6

2001-05-19 Thread derick
On Sat, 19 May 2001, Andi Gutmans wrote: Yeah but for the people it compiles there's a good chance it'll work. For people it doesn't compile for they will probably install 2.4.12 automatically. Indeed (BTW, .12 is not available anymore, only .11 and .13). Further, I've no idea how to fix this

Re: [PHP-DEV] Open issues for 4.0.6

2001-05-19 Thread Hartmut Holzgraefe
Andi Gutmans wrote: i'd like to rename php_unregister_info_logos() (in ./main/php_logos.h) to php_unregister_info_logo() (singular) as it operates on *one* logo image, not a group of those hope this won't brake to much code out there as it is not documented yet, but as i'm going to do so

[PHP-DEV] Open issues for 4.0.6

2001-05-18 Thread Andi Gutmans
I think there are two main open issues for 4.0.6. The crash in mcrypt (if it is a general problem) and the rollback of domxml. Am I correct? Is there anything else crucial which needs to be added? Andi -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail: [EMAIL

Re: [PHP-DEV] Open issues for 4.0.6

2001-05-18 Thread Chris Walker
Hello Andi, Friday, May 18, 2001, 5:07:46 PM, you wrote: AG I think there are two main open issues for 4.0.6. AG The crash in mcrypt (if it is a general problem) and the rollback of domxml. AG Am I correct? Is there anything else crucial which needs to be added? AG Andi I re-verified the

Re: [PHP-DEV] Open issues for 4.0.6

2001-05-18 Thread Sterling Hughes
Andi Gutmans wrote: I think there are two main open issues for 4.0.6. The crash in mcrypt (if it is a general problem) and the rollback of domxml. Am I correct? Is there anything else crucial which needs to be added? Yup, and after Colin's message, I'm still deciding whether to rollback

Re: [PHP-DEV] Open issues for 4.0.6

2001-05-18 Thread Andrei Zmievski
On Fri, 18 May 2001, Sterling Hughes wrote: Yup, and after Colin's message, I'm still deciding whether to rollback the DOM-XML commit in the branch. Right now I'm going through the source and doing a bit of cleanup (removing confusing commented portions, adding some debugging features).

Re: [PHP-DEV] Open issues for 4.0.6

2001-05-18 Thread Hartmut Holzgraefe
Andi Gutmans wrote: I think there are two main open issues for 4.0.6. The crash in mcrypt (if it is a general problem) and the rollback of domxml. Am I correct? Is there anything else crucial which needs to be added? i'd like to remove my SAP extension from the 4.0.6RC branch as it has no

Re: [PHP-DEV] Open issues for 4.0.6

2001-05-18 Thread Hartmut Holzgraefe
Andi Gutmans wrote: I think there are two main open issues for 4.0.6. The crash in mcrypt (if it is a general problem) and the rollback of domxml. Am I correct? Is there anything else crucial which needs to be added? one more ... i'd like to rename php_unregister_info_logos() (in

Re: [PHP-DEV] Open issues for 4.0.6

2001-05-18 Thread Andi Gutmans
At 09:46 PM 5/18/2001 +0200, Hartmut Holzgraefe wrote: Andi Gutmans wrote: I think there are two main open issues for 4.0.6. The crash in mcrypt (if it is a general problem) and the rollback of domxml. Am I correct? Is there anything else crucial which needs to be added? one more ...

Re: [PHP-DEV] Open issues for 4.0.6

2001-05-18 Thread Andi Gutmans
At 12:07 AM 5/18/2001 -0400, Sterling Hughes wrote: Andi Gutmans wrote: I think there are two main open issues for 4.0.6. The crash in mcrypt (if it is a general problem) and the rollback of domxml. Am I correct? Is there anything else crucial which needs to be added? Yup, and after Colin's

Re: [PHP-DEV] Open issues for 4.0.6

2001-05-18 Thread Andi Gutmans
At 06:53 PM 5/18/2001 +0200, Hartmut Holzgraefe wrote: Andi Gutmans wrote: I think there are two main open issues for 4.0.6. The crash in mcrypt (if it is a general problem) and the rollback of domxml. Am I correct? Is there anything else crucial which needs to be added? i'd like to

Re: [PHP-DEV] Open issues for 4.0.6

2001-05-18 Thread derick
On Fri, 18 May 2001, Andi Gutmans wrote: Okay but I don't think there is much left to do for 4.0.6 and it can hopefully be released within a week or so. Any idea who is tackling that mcrypt() problem? Does this happen to everyone using it? I just committed a fix to the CVS, this solved the