[PHP-DEV] [Patch] tidy node and getParent

2005-07-15 Thread Markus Fischer
Hi, attached is a patch to add the getParent() method for the tidyNode against HEAD. It's just a quick patch for me. I don't know if all tidy version support the getTidyParent function and if it's memory leak free so someone should review it first. cheers, - Markus ?

[PHP-DEV] CVS Account Request: gcc

2005-07-15 Thread Graham Charters
Work on SDO extension. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: cem

2005-07-15 Thread Caroline Maynard
work on SDO extension -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: mfp

2005-07-15 Thread Matthew Peters
Work on SDO extension -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: ansriniv

2005-07-15 Thread Anantoju Veera Srinivas
Work on SDO extension for PHP -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Win9x support in PHP

2005-07-15 Thread Wez Furlong
How many people are seriously using Win9x with PHP? There are quite a few APIs that are either server-only or Win2k and up that PHP would benefit from using. Before we just go ahead and use them (breaking support for Win9x) I thought it would be a good idea to find out how many people this will

Re: [PHP-DEV] Win9x support in PHP

2005-07-15 Thread Derick Rethans
On Fri, 15 Jul 2005, Wez Furlong wrote: How many people are seriously using Win9x with PHP? There are quite a few APIs that are either server-only or Win2k and up that PHP would benefit from using. Before we just go ahead and use them (breaking support for Win9x) I thought it would be a

Re: [PHP-DEV] Win9x support in PHP

2005-07-15 Thread Edin Kadribasic
On Friday 15 July 2005 14:28, Nuno Lopes wrote: WIn95 Support was already dropped some time ago, wasn't it? Derick Yep: Version 5.0.0 Beta 3 (21-Dec-2003) - Dropped Windows 95 support. (Andi) Windows 98, ME and NT are still supported. I guess Wez was asking if we should make Windows

Re: [PHP-DEV] Win9x support in PHP

2005-07-15 Thread Zeev Suraski
At 15:07 15/07/2005, Wez Furlong wrote: How many people are seriously using Win9x with PHP? There are quite a few APIs that are either server-only or Win2k and up that PHP would benefit from using. Before we just go ahead and use them (breaking support for Win9x) I thought it would be a good

Re: [PHP-DEV] Beta 3

2005-07-15 Thread Sean Coates
Andi Gutmans wrote: I rerolled Beta 3 due to some critical patches that needed to make it in. Please download and give a sanity test. If no new critical bug is found I'll put it up this evening or tomorrow. I might be too late, here, but when building: ./configure --with-mssql

Re: [PHP-DEV] Beta 3

2005-07-15 Thread Wez Furlong
It's a bug, but not critical. --Wez. On 7/15/05, Sean Coates [EMAIL PROTECTED] wrote: Andi Gutmans wrote: I rerolled Beta 3 due to some critical patches that needed to make it in. Please download and give a sanity test. If no new critical bug is found I'll put it up this evening or

Re: [PHP-DEV] [Patch] tidy node and getParent

2005-07-15 Thread John Coggeshall
I'll take a look at it and commit if it looks good. John On Fri, 2005-07-15 at 12:09 +0200, Markus Fischer wrote: Hi, attached is a patch to add the getParent() method for the tidyNode against HEAD. It's just a quick patch for me. I don't know if all tidy version support the

Re: [PHP-DEV] [Patch] tidy node and getParent

2005-07-15 Thread Andi Gutmans
We're in a feature freeze so please hold it to after 5.1.0 is out the door. You'll be able to commit to head when RC1 is branched off. Thanks, Andi At 01:31 PM 7/15/2005 -0400, John Coggeshall wrote: I'll take a look at it and commit if it looks good. John On Fri, 2005-07-15 at 12:09 +0200,