Re: [PHP-DEV] 4.0.6RC2

2001-05-24 Thread Andi Gutmans

I just rolled back to the 4.0.5 version of DOM/XML but can't test it.
Can you please check out the 4.0.6 branch (cvs update -r PHP_4_0_6 in the 
php4/Zend/TSRM directories) and let me know if the rollback worked?

Thanks,

Andi

At 11:14 AM 5/24/2001 +, Christian Stocker wrote:
>On 23 May 2001 09:58:18 -0700, [EMAIL PROTECTED] (Andi Gutmans) wrote:
>
> >At 12:23 PM 5/23/2001 +0200, Christian Stocker wrote:
> >>In article <[EMAIL PROTECTED]>, "Andi
> >>Gutmans" <[EMAIL PROTECTED]> wrote:
> >>
> >> > Guys,
> >> >
> >> > I'd like to roll 4.0.6RC2 this evening (my evening which is in like 12
> >> > hours) as I mentioned a couple of days ago. I think we can also send it
> >> > with a "good" explanation of what it is and what it isn't to
> >> > php-general@ and get some more testing done and hopefully release 4.0.6
> >> > ASAP.
> >>
> >>it doesn't look like domxml was reverted to the "old" behaviour.
> >
> >Yeah but Colin said it works fine. Are you sure we should revert?
> >I really want to get 4.0.6 out of the door and roll RC2 today.
> >I have no clue about the DOM XML module and am not sure what we should do.
> >There have always been problems with it.
>
>but as I said in the thread "issues about domxml in 4.0.6" it's still
>almost impossible to write "cross-version" code with domxml which
>works in 4.0.5 and 4.0.6, just because for example the children()
>funcion returns a different array in the two versions. and i think,
>this is very nasty...
>I'm not sure anymore about the segfaults with the old syntax (eg
>domxml_children()), but as they are still in the documantation, i
>think a lot of people use them, as well.
>
>chregu
>
>--
>PHP Development Mailing List 
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] 4.0.6RC2

2001-05-24 Thread Sascha Schumann

On Tue, 22 May 2001, David Shafer wrote:

> Unless someone has changed something, the current snapshots now don't compile
> at _all_ on AIX (using either IBM compilers or IBM-provided gcc). Whether
> that's enough of
> a problem to hold it up, I can't say. See bug #4630 for more info.

Please grab a new snapshot and give it a try.  I've fixed the
libtool.m4 on the snapshot server and can now build an Apache
DSO on AIX 4.2 with GCC.  Simple scripts work flawlessly.
Before 'make install' you might need to do

$ ln -s .libs/libphp4.so.0 libs/libphp4.so

This is an old bug in libtool which I haven't tracked down
yet because of time constraints.

- Sascha Experience IRCG
  http://schumann.cx/http://schumann.cx/ircg


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] 4.0.6RC2

2001-05-24 Thread Christian Stocker

On 23 May 2001 09:58:18 -0700, [EMAIL PROTECTED] (Andi Gutmans) wrote:

>At 12:23 PM 5/23/2001 +0200, Christian Stocker wrote:
>>In article <[EMAIL PROTECTED]>, "Andi
>>Gutmans" <[EMAIL PROTECTED]> wrote:
>>
>> > Guys,
>> >
>> > I'd like to roll 4.0.6RC2 this evening (my evening which is in like 12
>> > hours) as I mentioned a couple of days ago. I think we can also send it
>> > with a "good" explanation of what it is and what it isn't to
>> > php-general@ and get some more testing done and hopefully release 4.0.6
>> > ASAP.
>>
>>it doesn't look like domxml was reverted to the "old" behaviour.
>
>Yeah but Colin said it works fine. Are you sure we should revert?
>I really want to get 4.0.6 out of the door and roll RC2 today.
>I have no clue about the DOM XML module and am not sure what we should do.
>There have always been problems with it.

but as I said in the thread "issues about domxml in 4.0.6" it's still
almost impossible to write "cross-version" code with domxml which
works in 4.0.5 and 4.0.6, just because for example the children()
funcion returns a different array in the two versions. and i think,
this is very nasty...
I'm not sure anymore about the segfaults with the old syntax (eg
domxml_children()), but as they are still in the documantation, i
think a lot of people use them, as well.

chregu

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] 4.0.6RC2

2001-05-23 Thread Andi Gutmans

At 12:23 PM 5/23/2001 +0200, Christian Stocker wrote:
>In article <[EMAIL PROTECTED]>, "Andi
>Gutmans" <[EMAIL PROTECTED]> wrote:
>
> > Guys,
> >
> > I'd like to roll 4.0.6RC2 this evening (my evening which is in like 12
> > hours) as I mentioned a couple of days ago. I think we can also send it
> > with a "good" explanation of what it is and what it isn't to
> > php-general@ and get some more testing done and hopefully release 4.0.6
> > ASAP.
>
>it doesn't look like domxml was reverted to the "old" behaviour.

Yeah but Colin said it works fine. Are you sure we should revert?
I really want to get 4.0.6 out of the door and roll RC2 today.
I have no clue about the DOM XML module and am not sure what we should do.
There have always been problems with it.

Andi


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] 4.0.6RC2

2001-05-23 Thread Sascha Schumann

On Tue, 22 May 2001, David Shafer wrote:

> Unless someone has changed something, the current snapshots now don't compile
> at _all_ on AIX (using either IBM compilers or IBM-provided gcc). Whether
> that's enough of
> a problem to hold it up, I can't say. See bug #4630 for more info.

Snapshot != Release branch.

There is a typo in libtool 1.4 which affects AIX systems only.
I'll apply a fix for that shortly.

- Sascha Experience IRCG
  http://schumann.cx/http://schumann.cx/ircg


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] 4.0.6RC2

2001-05-23 Thread Christian Stocker

In article <[EMAIL PROTECTED]>, "Andi
Gutmans" <[EMAIL PROTECTED]> wrote:

> Guys,
> 
> I'd like to roll 4.0.6RC2 this evening (my evening which is in like 12
> hours) as I mentioned a couple of days ago. I think we can also send it
> with a "good" explanation of what it is and what it isn't to
> php-general@ and get some more testing done and hopefully release 4.0.6
> ASAP.

it doesn't look like domxml was reverted to the "old" behaviour.

chregu

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] 4.0.6RC2

2001-05-22 Thread David Shafer

Unless someone has changed something, the current snapshots now don't compile
at _all_ on AIX (using either IBM compilers or IBM-provided gcc). Whether
that's enough of
a problem to hold it up, I can't say. See bug #4630 for more info.

 - Dave

- Original Message -
From: "Andi Gutmans" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 22, 2001 11:24 PM
Subject: [PHP-DEV] 4.0.6RC2


> Guys,
>
> I'd like to roll 4.0.6RC2 this evening (my evening which is in like 12
> hours) as I mentioned a couple of days ago.
> I think we can also send it with a "good" explanation of what it is and
> what it isn't to php-general@ and get some more testing done and hopefully
> release 4.0.6 ASAP.
>
> Andi
>
>
> --
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] 4.0.6RC2

2001-05-22 Thread Andi Gutmans

Guys,

I'd like to roll 4.0.6RC2 this evening (my evening which is in like 12 
hours) as I mentioned a couple of days ago.
I think we can also send it with a "good" explanation of what it is and 
what it isn't to php-general@ and get some more testing done and hopefully 
release 4.0.6 ASAP.

Andi


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Stig Sæther Bakken

[Andi Gutmans <[EMAIL PROTECTED]>]
> At 07:05 PM 5/21/2001 +0200, Sebastian Bergmann wrote:
> >Andi Gutmans wrote:
> > > Well it sounds like a bug in domxml to me.
> >
> >   Damn. The first time I need this extension it turns out that it's
> >broken :-/
> >
> > > Maybe yesterday's patch unveiled this bug because there is no reason
> > > I can think of (unless I'm missing something) that yesterday's patch
> > > should effect domxml.
> > > It should work with whatever resource type id it received.
> >
> >   Uwe?
> 
> By the way, I think we should release 4.0.6 pretty soon.
> There are only two issues left unless you guys can think of something else:
> a) the SAP extension. I want to nuke it from the CVS repository
> completely and have Uwe return it when he has time to continue the
> work.
> b) Has DOM XML been reverted to the 4.0.5 version? Apparently it's
> pretty broken.
> 
> Any other things? Can we go with an RC2 by Wednesday?

We need to have a BC fix for the AC_ADD_ -> PHP_ADD_ change unless
Sascha already did this.

 - Stig

-- 
  Stig Sæther Bakken <[EMAIL PROTECTED]>
  Fast Search & Transfer ASA, Trondheim, Norway

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Colin Viebrock

> >>Can you please check 4.0.6RC1?
> >>
> > (http://www.php.net/~andi/php-4.0.6RC1.tar.gz)
> >
> > Getting make errors with CURL (which I never got before):
>
> upgrade to cURL 7.7.3

Thanks, Sterling ... that fixed the cURL problems.

Well, it looks like my scripts all seem to work without any changes, so I
guess I'm okay with whatever DOMXML version is in 4.0.6RC1.  :)

- Colin


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Andi Gutmans

At 03:53 AM 5/21/2001 -0400, Sterling Hughes wrote:
>Andi Gutmans wrote:
>
>>At 03:43 AM 5/21/2001 -0400, Sterling Hughes wrote:
>>
>>>Colin Viebrock wrote:
>>>
>Can you please check 4.0.6RC1?

(http://www.php.net/~andi/php-4.0.6RC1.tar.gz)
Getting make errors with CURL (which I never got before):
>>>
>>>
>>>
>>>upgrade to cURL 7.7.3
>>
>>What about a configure msg? It's probably worth it.
>
>
>Already put it in there.  not sure if I merged it into the branch though...

I guess you didn't because Colin's complaining :)
Can you do it?

Andi


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Sterling Hughes

Andi Gutmans wrote:

> At 03:43 AM 5/21/2001 -0400, Sterling Hughes wrote:
> 
>> Colin Viebrock wrote:
>>
 Can you please check 4.0.6RC1?
>>>
>>> (http://www.php.net/~andi/php-4.0.6RC1.tar.gz)
>>> Getting make errors with CURL (which I never got before):
>>
>>
>>
>> upgrade to cURL 7.7.3
> 
> 
> What about a configure msg? It's probably worth it.
> 


Already put it in there.  not sure if I merged it into the branch though...

-Sterling






-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Andi Gutmans

At 03:43 AM 5/21/2001 -0400, Sterling Hughes wrote:
>Colin Viebrock wrote:
>
>>>Can you please check 4.0.6RC1?
>>(http://www.php.net/~andi/php-4.0.6RC1.tar.gz)
>>Getting make errors with CURL (which I never got before):
>
>
>upgrade to cURL 7.7.3

What about a configure msg? It's probably worth it.

Andi


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Sterling Hughes

Colin Viebrock wrote:

>>Can you please check 4.0.6RC1?
>>
> (http://www.php.net/~andi/php-4.0.6RC1.tar.gz)
> 
> Getting make errors with CURL (which I never got before):
> 


upgrade to cURL 7.7.3

-Sterling






-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Colin Viebrock

> Can you please check 4.0.6RC1?
(http://www.php.net/~andi/php-4.0.6RC1.tar.gz)

Getting make errors with CURL (which I never got before):

...
curl.c: In function `php_minit_curl':
curl.c:175: `CURLOPT_FILETIME' undeclared (first use in this function)
curl.c:175: (Each undeclared identifier is reported only once
curl.c:175: for each function it appears in.)
curl.c:179: `CURLOPT_HEADERFUNCTION' undeclared (first use in this function)
curl.c:180: `CURLOPT_MAXREDIRS' undeclared (first use in this function)
curl.c:181: `CURLOPT_MAXCONNECTS' undeclared (first use in this function)
curl.c:182: `CURLOPT_CLOSEPOLICY' undeclared (first use in this function)
curl.c:183: `CURLOPT_FRESH_CONNECT' undeclared (first use in this function)
curl.c:184: `CURLOPT_FORBID_REUSE' undeclared (first use in this function)
curl.c:185: `CURLOPT_RANDOM_FILE' undeclared (first use in this function)
curl.c:186: `CURLOPT_EGDSOCKET' undeclared (first use in this function)
curl.c:187: `CURLOPT_CONNECTTIMEOUT' undeclared (first use in this function)
curl.c:192: `CURLCLOSEPOLICY_LEAST_RECENTLY_USED' undeclared (first use in
this function)
curl.c:193: `CURLCLOSEPOLICY_OLDEST' undeclared (first use in this function)
curl.c:208: `CURLINFO_FILETIME' undeclared (first use in this function)
curl.c:258: `CURLE_TOO_MANY_REDIRECTS' undeclared (first use in this
function)
curl.c:259: `CURLE_UNKNOWN_TELNET_OPTION' undeclared (first use in this
function)
curl.c:260: `CURLE_TELNET_OPTION_SYNTAX' undeclared (first use in this
function)
curl.c:261: `CURLE_ALREADY_COMPLETE' undeclared (first use in this function)
curl.c: At top level:
curl.c:283: conflicting types for `curl_write'
/usr/local/include/curl/curl.h:569: previous declaration of `curl_write'
curl.c:333: conflicting types for `curl_read'
/usr/local/include/curl/curl.h:567: previous declaration of `curl_read'
curl.c: In function `php_if_curl_setopt':
curl.c:589: `CURLOPT_FILETIME' undeclared (first use in this function)
curl.c:590: `CURLOPT_MAXREDIRS' undeclared (first use in this function)
curl.c:591: `CURLOPT_MAXCONNECTS' undeclared (first use in this function)
curl.c:592: `CURLOPT_CLOSEPOLICY' undeclared (first use in this function)
curl.c:593: `CURLOPT_FRESH_CONNECT' undeclared (first use in this function)
curl.c:594: `CURLOPT_FORBID_REUSE' undeclared (first use in this function)
curl.c:595: `CURLOPT_CONNECTTIMEOUT' undeclared (first use in this function)
curl.c:615: `CURLOPT_RANDOM_FILE' undeclared (first use in this function)
curl.c:616: `CURLOPT_EGDSOCKET' undeclared (first use in this function)
curl.c:667: `CURLOPT_HEADERFUNCTION' undeclared (first use in this function)
curl.c: In function `php_if_curl_getinfo':
curl.c:844: `CURLINFO_FILETIME' undeclared (first use in this function)
make[3]: *** [curl.lo] Error 1
make[3]: Leaving directory `/usr/local/sources/php-4.0.6RC1/ext/curl'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/sources/php-4.0.6RC1/ext/curl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/sources/php-4.0.6RC1/ext'
make: *** [all-recursive] Error 1
[root@sunniva php-4.0.6RC1]#


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Andrei Zmievski

On Mon, 21 May 2001, Colin Viebrock wrote:
> > No, we'll revert it to 4.0.5 version, not 4.0.4.
> 
> Is this the version that includes the "complete rewrite of the DOMXML
> module"?
> 
> Basically, which will work now:
> $rootname = $XML_TREE->root->name;
> or
> $rootname = {$XML_TREE->children[1]}->tagname;
> ?
> 
> Please say the second one.

4.0.5 was branched before the complete rewrite so unless the rewrite got
merged in the branch...

-Andrei
* It said 'Winmodem' on the box, but I still feel like I lost. *

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Andrei Zmievski

On Mon, 21 May 2001, Andi Gutmans wrote:
> Well as I don't use domxml nor did I know where the bugs were introduced I 
> couldn't know where it broke. I didn't know it broke in the "complete 
> rewrite of domxml module" version. I thought it broke much more recently.
> With Colin saying that the latest CVS works for him like 4.0.5 I'm not 
> quite sure where that leaves us.

I guess getting ahold of Uwe and asking him.

-Andrei
* Entropy isn't what it used to be. *

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Andi Gutmans

At 03:13 PM 5/21/2001 -0400, Colin Viebrock wrote:
> > > Do you know what to revert to? Apparently it didn't work in 4.0.5
>either.
> >
> > Huh? Revision 1.29 says "complete rewrite of domxml module", and 1.28 is
> > where 4.0.5 was branched so that's what you'd revert back to.
>
>I'm sorry but I'll be a wee bit annoyed if all the code I rewrote for the
>4.0.5 "version" of the DOMXML functions needs to be rewritten to go back to
>the 4.0.4 version.  :(
>
>FWIW, I've been using the 4.0.5 and CVS version flawlessly" no core dumps,
>segfaults or other weirdness.

Colin,

Can you please check 4.0.6RC1? (http://www.php.net/~andi/php-4.0.6RC1.tar.gz)
Thanks,
Andi


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Andrei Zmievski

On Mon, 21 May 2001, Colin Viebrock wrote:
> I'm sorry but I'll be a wee bit annoyed if all the code I rewrote for the
> 4.0.5 "version" of the DOMXML functions needs to be rewritten to go back to
> the 4.0.4 version.  :(
> 
> FWIW, I've been using the 4.0.5 and CVS version flawlessly" no core dumps,
> segfaults or other weirdness.

No, we'll revert it to 4.0.5 version, not 4.0.4.

-Andrei

Computer, if you don't open that exit hatch this moment I shall zap straight
off to your major data banks and reprogram you with a very large axe.
-- Douglas Adams / The Hitchhiker's Guide to the Galaxy

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Andi Gutmans

At 01:42 PM 5/21/2001 -0500, Andrei Zmievski wrote:
>On Mon, 21 May 2001, Andi Gutmans wrote:
> > Do you know what to revert to? Apparently it didn't work in 4.0.5 either.
>
>Huh? Revision 1.29 says "complete rewrite of domxml module", and 1.28 is
>where 4.0.5 was branched so that's what you'd revert back to.

Well as I don't use domxml nor did I know where the bugs were introduced I 
couldn't know where it broke. I didn't know it broke in the "complete 
rewrite of domxml module" version. I thought it broke much more recently.
With Colin saying that the latest CVS works for him like 4.0.5 I'm not 
quite sure where that leaves us.

Andi



-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Colin Viebrock

> No, we'll revert it to 4.0.5 version, not 4.0.4.

Is this the version that includes the "complete rewrite of the DOMXML
module"?

Basically, which will work now:
$rootname = $XML_TREE->root->name;
or
$rootname = {$XML_TREE->children[1]}->tagname;
?

Please say the second one.

- Colin


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Colin Viebrock

> > Do you know what to revert to? Apparently it didn't work in 4.0.5
either.
>
> Huh? Revision 1.29 says "complete rewrite of domxml module", and 1.28 is
> where 4.0.5 was branched so that's what you'd revert back to.

I'm sorry but I'll be a wee bit annoyed if all the code I rewrote for the
4.0.5 "version" of the DOMXML functions needs to be rewritten to go back to
the 4.0.4 version.  :(

FWIW, I've been using the 4.0.5 and CVS version flawlessly" no core dumps,
segfaults or other weirdness.

- Colin


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Andrei Zmievski

On Mon, 21 May 2001, Andi Gutmans wrote:
> Do you know what to revert to? Apparently it didn't work in 4.0.5 either.

Huh? Revision 1.29 says "complete rewrite of domxml module", and 1.28 is
where 4.0.5 was branched so that's what you'd revert back to.


-Andrei

"Computers are useless. They can only give you answers."
   --Pablo Picasso

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Andi Gutmans

At 01:37 PM 5/21/2001 -0500, Andrei Zmievski wrote:
>On Mon, 21 May 2001, Andi Gutmans wrote:
> > Well php-dev, wake up! :) What do we do with this one? I don't think 4.0.6
> > should linger forever because of it.
>
>My vote is to revert the changes made to it.

Do you know what to revert to? Apparently it didn't work in 4.0.5 either.

Andi


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Andrei Zmievski

On Mon, 21 May 2001, Andi Gutmans wrote:
> Well php-dev, wake up! :) What do we do with this one? I don't think 4.0.6 
> should linger forever because of it.

My vote is to revert the changes made to it.

-Andrei
* "UNIX, isn't that some archaic form of DOS?" - our job applicant *

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Andi Gutmans

At 07:56 PM 5/21/2001 +0200, Sebastian Bergmann wrote:
>Andi Gutmans wrote:
> > a) the SAP extension. I want to nuke it from the CVS repository
> > completely and have Uwe return it when he has time to continue the
> > work.
>
>   s/Uwe/Hartmut

Yep.


> > b) Has DOM XML been reverted to the 4.0.5 version? Apparently it's
> > pretty broken.
>
>   Dunno.

Well php-dev, wake up! :) What do we do with this one? I don't think 4.0.6 
should linger forever because of it.

Andi


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] 4.0.6RC2

2001-05-21 Thread Sebastian Bergmann

Andi Gutmans wrote:
> a) the SAP extension. I want to nuke it from the CVS repository 
> completely and have Uwe return it when he has time to continue the 
> work.

  s/Uwe/Hartmut

> b) Has DOM XML been reverted to the 4.0.5 version? Apparently it's 
> pretty broken.

  Dunno.

-- 
 sebastian bergmann[EMAIL PROTECTED]
   http://www.sebastian-bergmann.de

 bonn.phpug.de | www.php.net | www.phpOpenTracker.de | www.titanchat.de

-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] 4.0.6RC2

2001-05-21 Thread Andi Gutmans

At 07:05 PM 5/21/2001 +0200, Sebastian Bergmann wrote:
>Andi Gutmans wrote:
> > Well it sounds like a bug in domxml to me.
>
>   Damn. The first time I need this extension it turns out that it's
>broken :-/
>
> > Maybe yesterday's patch unveiled this bug because there is no reason
> > I can think of (unless I'm missing something) that yesterday's patch
> > should effect domxml.
> > It should work with whatever resource type id it received.
>
>   Uwe?

By the way, I think we should release 4.0.6 pretty soon.
There are only two issues left unless you guys can think of something else:
a) the SAP extension. I want to nuke it from the CVS repository completely 
and have Uwe return it when he has time to continue the work.
b) Has DOM XML been reverted to the 4.0.5 version? Apparently it's pretty 
broken.

Any other things? Can we go with an RC2 by Wednesday?

Andi


-- 
PHP Development Mailing List 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]