[PHP-DEV] 5.0.1RC2

2004-08-12 Thread Andi Gutmans
Hey, 5.0.1RC2 is at http://snaps.php.net/~andi Planning on release tomorrow (before I go away on a long weekend). Andi -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: 5.0.1RC2

2004-08-12 Thread Ron Korving
Are there no changelogs of RC's ? Ron Andi Gutmans [EMAIL PROTECTED] schreef in bericht news:[EMAIL PROTECTED] Hey, 5.0.1RC2 is at http://snaps.php.net/~andi Planning on release tomorrow (before I go away on a long weekend). Andi -- PHP Internals - PHP Runtime Development Mailing List To

[PHP-DEV] Re: 5.0.1RC2

2004-08-12 Thread Ron Korving
I apologize, I see it's in the NEWS file in the archive. Ron Korving [EMAIL PROTECTED] schreef in bericht news:[EMAIL PROTECTED] Are there no changelogs of RC's ? Ron Andi Gutmans [EMAIL PROTECTED] schreef in bericht news:[EMAIL PROTECTED] Hey, 5.0.1RC2 is at

Re: [PHP-DEV] Re: 5.0.1RC2

2004-08-12 Thread Andi Gutmans
NEWS in the package. Anyway, as this is a minor version for bug fixes, this is an internal RC release unlike the 5.0.0 RCs. At 08:51 AM 8/12/2004 +0200, Ron Korving wrote: Are there no changelogs of RC's ? Ron Andi Gutmans [EMAIL PROTECTED] schreef in bericht news:[EMAIL PROTECTED] Hey,

Re: [PHP-DEV] Re: 5.0.1RC2

2004-08-12 Thread Ron Korving
Okay :) By the way, Andi, do you know anything about the OpenSSL segfault I wrote about in this list on August 9th? If it's unknown, I'll test it thoroughly (isolate the problem) and write a bugreport... Ron Andi Gutmans [EMAIL PROTECTED] schreef in bericht news:[EMAIL PROTECTED] NEWS in the

Re: [PHP-DEV] PHP_EOL exposed to scripts?

2004-08-12 Thread Derick Rethans
On Wed, 11 Aug 2004, Andi Gutmans wrote: I think it's a good idea. Personally I think that making this EOL would make it even easier to use. We can't do that because I bet it's a constant that many people have done in their own scripts. So IMO PHP_EOL is the way to go. I already patch 5.0.x

Re: [PHP-DEV] Re: 5.0.1RC2

2004-08-12 Thread Andi Gutmans
Nope no idea. Does it also happen with 5.0.0? At 09:00 AM 8/12/2004 +0200, Ron Korving wrote: Okay :) By the way, Andi, do you know anything about the OpenSSL segfault I wrote about in this list on August 9th? If it's unknown, I'll test it thoroughly (isolate the problem) and write a bugreport...

Re: [PHP-DEV] Re: 5.0.1RC2

2004-08-12 Thread Ron Korving
It happened on PHP5 (maybe it was the last RC, and not the final) and didn't try it on PHP4. I can't seem to reproduce it anymore, but in the near future I will give it my best shot. Ron Andi Gutmans [EMAIL PROTECTED] schreef in bericht news:[EMAIL PROTECTED] Nope no idea. Does it also happen

Re: [PHP-DEV] Re: 5.0.1RC2

2004-08-12 Thread Markus Fischer
Ron Korving wrote: Okay :) By the way, Andi, do you know anything about the OpenSSL segfault I wrote about in this list on August 9th? If it's unknown, I'll test it thoroughly (isolate the problem) and write a bugreport... I had similiar problems (I think) when I was using mod_ssl with PHP and

Re: [PHP-DEV] Re: 5.0.1RC2

2004-08-12 Thread Ron Korving
You mean mod_ssl for apache? The problem occured in php5-cli :) Ron Markus Fischer [EMAIL PROTECTED] schreef in bericht news:[EMAIL PROTECTED] Ron Korving wrote: Okay :) By the way, Andi, do you know anything about the OpenSSL segfault I wrote about in this list on August 9th? If it's

[PHP-DEV] Re: PHP 4.3.9RC1 Released

2004-08-12 Thread Ron Korving
Do you know when fixes in PHP4.3.9 will find its way to PHP5? Ron Ilia Alshanetsky [EMAIL PROTECTED] schreef in bericht news:[EMAIL PROTECTED] Here goes the long overdue RC1 of 4.3.9 that will hopefully soon be followed by the final release. While this release only fixes bugs, I'd still like

Re: [PHP-DEV] is_a() vs. instanceof

2004-08-12 Thread Al Baker
I agree, that's the exact behavior I would like as well and what most people would expect. Al On Wed, 2004-08-11 at 23:52 -0400, Hans Lellelid wrote: Alan Knowles wrote: I think he's referening to something like this (which is common in pear): $x = $someobj-somemethod(); if ($x

Re: [PHP-DEV] Re: 5.0.1RC2

2004-08-12 Thread Ron Korving
yes, this is apache related.. the segfault i experienced wasn't, because it occured in cli mode, so it must be something different. Ron Steph [EMAIL PROTECTED] schreef in bericht news:[EMAIL PROTECTED] There's a (closed, not enough info) bug report on this: http://bugs.php.net/bug.php?id=29227

Re: [PHP-DEV] is_a() vs. instanceof

2004-08-12 Thread Jevon Wright
What about: if (get_class($obj) == unloadedclass) { // blah } Jevon - Original Message - From: Al Baker [EMAIL PROTECTED] To: Hans Lellelid [EMAIL PROTECTED] Cc: Dan Ostrowski [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, August 12, 2004 9:58 PM Subject: Re: [PHP-DEV] is_a()

Re: [PHP-DEV] Re: 5.0.1RC2

2004-08-12 Thread Wez Furlong
http://bugs.php.net/how-to-report.php On Thu, 12 Aug 2004 11:02:13 +0200, Ron Korving [EMAIL PROTECTED] wrote: yes, this is apache related.. the segfault i experienced wasn't, because it occured in cli mode, so it must be something different. Ron Steph [EMAIL PROTECTED] schreef in

[PHP-DEV] new PHP extension: newt

2004-08-12 Thread Michael Spector
Hi, I'm developing a new PHP extension for CLI/CGI, that may be very useful in administrative day-to-day work. If you find it useful, please give me instructions how I can merge it to the CVS. Status of the project: 80% written, not tested (quite) Homepage: http://php-newt.sourceforge.net --

[PHP-DEV] [PATCH] Bug #14924 (The POSIX access(2) function is not available)

2004-08-12 Thread Magnus Mtt
Hello! Here's a patch that adds posix_access function to the posix extension. This function will report correct permissions when an ACL system is in use, is_writeable, etc do not. Is it ok to commit to head ? /Magnus -- I'm a mean green mother from outer space -- Audrey II, The Little Shop

[PHP-DEV] Re: cvs: php-src /ext/imap php_imap.c

2004-08-12 Thread Jan Schneider
Ilia Alshanetsky wrote: iliaa Wed Jul 21 17:57:03 2004 EDT Modified files: /php-src/ext/imap php_imap.c Log: Fixed bug #29209 (imap_fetchbody() doesn't check message index). # Initial Patch by tony2001 at phpclub dot net

Re: [PHP-DEV] Re: PHP 4.3.9RC1 Released

2004-08-12 Thread Ilia Alshanetsky
On August 12, 2004 04:55 am, Ron Korving wrote: Do you know when fixes in PHP4.3.9 will find its way to PHP5? All of the patches applicable 5.X tree are applied at the same time as they are to 4.3.X tree. Ilia -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit:

Re: [PHP-DEV] new PHP extension: newt

2004-08-12 Thread Curt Zirzow
* Thus wrote Michael Spector: Hi, I'm developing a new PHP extension for CLI/CGI, that may be very useful in administrative day-to-day work. If you find it useful, please give me instructions how I can merge it to the CVS. Extensions are handled over in http://pecl.php.net/ Curt --

[PHP-DEV] snaps.php.net - STABLE snapshot for PHP5

2004-08-12 Thread Uwe Schindler
Looking on snaps.php.net I cannot find a PHP5-STABLE release, only latest HEAD and PHP4-STABLE. I think the branch PHP_5_0 should also be available via snaps.php.net - Uwe Schindler [EMAIL PROTECTED] - http://www.php.net NSAPI SAPI developer Erlangen, Germany -- PHP Internals - PHP Runtime

Re: [PHP-DEV] snaps.php.net - STABLE snapshot for PHP5

2004-08-12 Thread Derick Rethans
On Thu, 12 Aug 2004, Uwe Schindler wrote: Looking on snaps.php.net I cannot find a PHP5-STABLE release, only latest HEAD and PHP4-STABLE. I think the branch PHP_5_0 should also be available via snaps.php.net I will fix that tomorrow. Derick -- PHP Internals - PHP Runtime Development

Re: [PHP-DEV] Re: cvs: php-src /ext/imap php_imap.c

2004-08-12 Thread Jan Schneider
Zitat von Jan Schneider [EMAIL PROTECTED]: Ilia Alshanetsky wrote: iliaa Wed Jul 21 17:57:03 2004 EDT Modified files: /php-src/ext/imap php_imap.c Log: Fixed bug #29209 (imap_fetchbody() doesn't check message index). # Initial Patch by tony2001 at phpclub dot

Re: [PHP-DEV] Re: cvs: php-src /ext/imap php_imap.c

2004-08-12 Thread Wez Furlong
Quit complaining and fix the patch properly then. --Wez. On Thu, 12 Aug 2004 17:55:33 +0200, Jan Schneider [EMAIL PROTECTED] wrote: Zitat von Jan Schneider [EMAIL PROTECTED]: Ilia Alshanetsky wrote: iliaaWed Jul 21 17:57:03 2004 EDT Modified files:

Re: [PHP-DEV] Re: cvs: php-src /ext/imap php_imap.c

2004-08-12 Thread Andi Gutmans
At 05:55 PM 8/12/2004 +0200, Jan Schneider wrote: Zitat von Jan Schneider [EMAIL PROTECTED]: Ilia Alshanetsky wrote: iliaa Wed Jul 21 17:57:03 2004 EDT Modified files: /php-src/ext/imapphp_imap.c Log: Fixed bug #29209 (imap_fetchbody() doesn't check message

Re: [PHP-DEV] Re: cvs: php-src /ext/imap php_imap.c

2004-08-12 Thread Jon Parise
On Thu, Aug 12, 2004 at 05:38:33PM +0100, Wez Furlong wrote: Quit complaining and fix the patch properly then. Be nice. The patch, as committed, breaks backwards compatibility in a point release. The proper fix is to revert it unless someone has a version that actually works. Jan doesn't

Re: [PHP-DEV] Re: cvs: php-src /ext/imap php_imap.c

2004-08-12 Thread Ilia Alshanetsky
Chuck already applied a patch that should resolve the problem that Jan had reported. Ilia On August 12, 2004 02:21 pm, Andi Gutmans wrote: At 05:55 PM 8/12/2004 +0200, Jan Schneider wrote: Zitat von Jan Schneider [EMAIL PROTECTED]: Ilia Alshanetsky wrote: iliaa Wed Jul 21 17:57:03

Re: [PHP-DEV] Re: cvs: php-src /ext/imap php_imap.c

2004-08-12 Thread Chuck Hagenbuch
Quoting Jon Parise [EMAIL PROTECTED]: The patch, as committed, breaks backwards compatibility in a point release. The proper fix is to revert it unless someone has a version that actually works. I committed a change that should avoid the range check if the FT_UID flag is set. If someone could

Re: [PHP-DEV] Re: cvs: php-src /ext/imap php_imap.c

2004-08-12 Thread Wez Furlong
On Thu, 12 Aug 2004 14:28:44 -0400, Jon Parise [EMAIL PROTECTED] wrote: On Thu, Aug 12, 2004 at 05:38:33PM +0100, Wez Furlong wrote: Quit complaining and fix the patch properly then. Be nice. Jan doesn't have php-src commit privileges, so he can't fix it himself. The wonder of OpenSource

Re: [PHP-DEV] Re: cvs: php-src /ext/imap php_imap.c

2004-08-12 Thread Andi Gutmans
OK guys. I'd like to roll so please check this problem and give me an ack if it's OK. At 02:38 PM 8/12/2004 -0400, Ilia Alshanetsky wrote: Chuck already applied a patch that should resolve the problem that Jan had reported. Ilia On August 12, 2004 02:21 pm, Andi Gutmans wrote: At 05:55 PM

Re: [PHP-DEV] Re: cvs: php-src /ext/imap php_imap.c

2004-08-12 Thread Chuck Hagenbuch
Quoting Andi Gutmans [EMAIL PROTECTED]: OK guys. I'd like to roll so please check this problem and give me an ack if it's OK. I believe with Ilia's correction it should be fine now. -chuck -- Regard my poor demoralized mule! - Juan Valdez -- PHP Internals - PHP Runtime Development Mailing List To

Re: [PHP-DEV] Re: cvs: php-src /ext/imap php_imap.c

2004-08-12 Thread Ilia Alshanetsky
On August 12, 2004 03:47 pm, Andi Gutmans wrote: OK guys. I'd like to roll so please check this problem and give me an ack if it's OK. Should be ok now. Ilia -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: cvs: php-src /ext/imap php_imap.c

2004-08-12 Thread Andi Gutmans
Thanks! At 03:50 PM 8/12/2004 -0400, Ilia Alshanetsky wrote: On August 12, 2004 03:47 pm, Andi Gutmans wrote: OK guys. I'd like to roll so please check this problem and give me an ack if it's OK. Should be ok now. Ilia -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe,

Re: [PHP-DEV] Re: cvs: php-src /ext/imap php_imap.c

2004-08-12 Thread Jon Parise
On Thu, Aug 12, 2004 at 07:59:39PM +0100, Wez Furlong wrote: Quit complaining and fix the patch properly then. Be nice. Jan doesn't have php-src commit privileges, so he can't fix it himself. The wonder of OpenSource allows Jan to write the patch on his machine and post it here so

Re: [PHP-DEV] Re: cvs: php-src /ext/imap php_imap.c

2004-08-12 Thread Wez Furlong
On Thu, 12 Aug 2004 16:16:51 -0400, Jon Parise [EMAIL PROTECTED] wrote: And what if Jan doesn't know C or feel comfortable writing PHP extension code, for example? Even more reason to stop complaining and wait for someone with the appropriate skill to get home from work and give the problem the

Re: [PHP-DEV] PHP_EOL exposed to scripts?

2004-08-12 Thread Andi Gutmans
At 09:23 AM 8/12/2004 +0200, Derick Rethans wrote: On Wed, 11 Aug 2004, Andi Gutmans wrote: I think it's a good idea. Personally I think that making this EOL would make it even easier to use. We can't do that because I bet it's a constant that many people have done in their own scripts. So IMO

Re: [PHP-DEV] Re: PHP 4.3.9RC1 Released

2004-08-12 Thread Johannes Schlueter
Ilia Alshanetsky wrote: On August 12, 2004 04:55 am, Ron Korving wrote: Do you know when fixes in PHP4.3.9 will find its way to PHP5? All of the patches applicable 5.X tree are applied at the same time as they are to 4.3.X tree. An additional note: PHP 5.0.1, including the same fixes (plus

Re: [PHP-DEV] 5.0.1RC2

2004-08-12 Thread Curt Zirzow
* Thus wrote Andi Gutmans: Hey, 5.0.1RC2 is at http://snaps.php.net/~andi Planning on release tomorrow (before I go away on a long weekend). pertaining to bug 26737 (http://bugs.php.net/26737) I've been trying to come up with a patch to this but my lack of knowledge with zend and object

Re: [PHP-DEV] 5.0.1RC2

2004-08-12 Thread Curt Zirzow
* Thus wrote Curt Zirzow: I'm not sure if this should hold up a release for RC2 but, probably should get fixed before the final version comes out. Dont mind me.. I'm a bit behind the times! Curt -- First, let me assure you that this is not one of those shady pyramid schemes you've been