Re: [PHP-DOC] I'm back!

2008-02-14 Thread Edward Z. Yang
I've rediscoverred gwynne's workaround for super-slow freeing of memory by libxml. The trick is to edit dom_objects_free_storage in ext/dom/php_dom.c, commenting out the line: retcount = php_libxml_decrement_doc_ref(.. I don't know if we should officially "recommend" this though; omitting it will

Re: [PHP-DOC] I'm back!

2008-02-14 Thread Edward Z. Yang
I'm happy to report this issue has been resolved with 1.37. Apparently, things are REALLY slow if you pass Unix style paths to DOMDocument::load() on a Windows system. As for the extra-process interference... I have no idea, but adding realpath() seems to remove the need for it. -- Edward Z. Ya

Re: [PHP-DOC] I'm back!

2008-02-14 Thread Richard Quadling
On 14/02/2008, Edward Z. Yang <[EMAIL PROTECTED]> wrote: > As another update, we have ruled out the following causes: > > - It's not 64 bit, since Hannes is running a box with 32 bit processor Me too. > - It's not thread-safety, since I compiled and downloaded > non-thread-safe versions of PHP,

Re: [PHP-DOC] I'm back!

2008-02-13 Thread Edward Z. Yang
As another update, we have ruled out the following causes: - It's not 64 bit, since Hannes is running a box with 32 bit processor - It's not thread-safety, since I compiled and downloaded non-thread-safe versions of PHP, with no performance difference It's probably not memory allocation speed; I

Re: [PHP-DOC] I'm back!

2008-02-13 Thread Edward Z. Yang
Edward Z. Yang wrote: > I've punted the issue over to the libxml folks, see this mailing list > post: http://mail.gnome.org/archives/xml/2008-February/msg00062.html And we have a reply! http://mail.gnome.org/archives/xml/2008-February/msg00065.html It sounds like a 64 bit architecture would be t

Re: [PHP-DOC] I'm back!

2008-02-12 Thread Edward Z. Yang
I've punted the issue over to the libxml folks, see this mailing list post: http://mail.gnome.org/archives/xml/2008-February/msg00062.html Feel free to reply with clarifications. Hopefully, we can get some insight into this issue. -- Edward Z. YangGnuPG: 0x869C48DA HTML

Re: [PHP-DOC] I'm back!

2008-02-12 Thread Hannes Magnusson
On Feb 12, 2008 11:04 PM, Edward Z. Yang <[EMAIL PROTECTED]> wrote: > I've attached three images to help demonstrate. > > graph-no-compact.png displays when I ran configure.php with the > LIBXML_COMPACT flag commented out. > > graph-no-compact-yes-dtdvalidate.png displays when I ran configure.php >

Re: [PHP-DOC] I'm back!

2008-02-12 Thread Hannes Magnusson
On Feb 12, 2008 5:51 AM, Edward Z. Yang <[EMAIL PROTECTED]> wrote: > Hannes Magnusson wrote: > > There has also been some work on configure.php (see > > http://news.php.net/php.doc/969378560). > > Other than that things have been really quiet around here. > > Ok, the work on configure.php sounds re

Re: [PHP-DOC] I'm back!

2008-02-11 Thread Edward Z. Yang
Hannes Magnusson wrote: > There has also been some work on configure.php (see > http://news.php.net/php.doc/969378560). > Other than that things have been really quiet around here. Ok, the work on configure.php sounds really great, but I don't seem to be getting any of these benefits. Running conf

Re: [PHP-DOC] I'm back!

2008-02-10 Thread Hannes Magnusson
On Feb 10, 2008 10:23 PM, Edward Z. Yang <[EMAIL PROTECTED]> wrote: > After a long, long hiatus, I'm finally back. The first order of business > is updating the Subversion docs to 1.3. Anything new (such as format > changes beyond the REFSTRUCT_DEV branch) that I should know? Thanks. Not really no

[PHP-DOC] I'm back!

2008-02-10 Thread Edward Z. Yang
After a long, long hiatus, I'm finally back. The first order of business is updating the Subversion docs to 1.3. Anything new (such as format changes beyond the REFSTRUCT_DEV branch) that I should know? Thanks. -- Edward Z. YangGnuPG: 0x869C48DA HTML Purifier

Re: [PHP-DOC] I'm back :0

2002-07-02 Thread Mark Kronsbein
> well, it was realised that given we're all on lists.php.net, it probably > means that we're doing php stuff, so having php in all the names is a little > redundant. All new lists are being created without the php prefix. No problem with that, but how should I know ;) Mark -- German Gabber Ne

RE: [PHP-DOC] I'm back :0

2002-07-02 Thread James Cox
> > Yes, they have split. But why can't I subscribe to phpdoc-de? > > WTF, why [EMAIL PROTECTED] intead of phpdoc-de? > > Mark > well, it was realised that given we're all on lists.php.net, it probably means that we're doing php stuff, so having php in all the names is a little redundant. All new

Re: [PHP-DOC] I'm back :0

2002-07-02 Thread Mark Kronsbein
> Yes, they have split. But why can't I subscribe to phpdoc-de? WTF, why [EMAIL PROTECTED] intead of phpdoc-de? Mark -- German Gabber Network @ http://www.gabber.de Infos und Tips zu PHP http://www.php-homepage.de Konnte ich helfen? http://www.php-homepage.de/danke.php -- PHP Documentation

Re: [PHP-DOC] I'm back :0

2002-07-02 Thread Mark Kronsbein
Gabor Hojtsy wrote: > Hi! > > I am just back from my holiday (it was combined with some OS > reinstallation), and just realized, that the mailing lists are > split ;) Good news :)) Yes, they have split. But why can't I subscribe to phpdoc-de? Mark -- German Gabber Network @ http://www.gabber.

[PHP-DOC] I'm back :0

2002-07-02 Thread Gabor Hojtsy
Hi! I am just back from my holiday (it was combined with some OS reinstallation), and just realized, that the mailing lists are split ;) Good news :)) Goba -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DOC] I'm back and things have changed!

2002-03-13 Thread Hartmut Holzgraefe
Egon Schmid wrote: > There have been only very few changes the last months. ... like the upgrade from DocBook v3 to v4, better XSLT support, some XML conformance imporvements ... ... and we have a HowTo now :) http://cvs.php.net/co.php/phpdoc/howto/howto.html.tar.gz?r=1.14&p=1 the Protocol Egon

Re: [PHP-DOC] I'm back and things have changed!

2002-03-13 Thread Egon Schmid
From: "Daniel Beckham" <[EMAIL PROTECTED]> > Well, after a long hiatus, I'm trying to get back involved in the phpdoc > community again. After a quick cvs checkout, it seems a lot of the phpdoc > tree has changed. =) Anything I should know before I start contributing > again? Please read the p

[PHP-DOC] I'm back and things have changed!

2002-03-13 Thread Daniel Beckham
Well, after a long hiatus, I'm trying to get back involved in the phpdoc community again. After a quick cvs checkout, it seems a lot of the phpdoc tree has changed. =) Anything I should know before I start contributing again? Daniel