[PHP-DEV] [PATCH] domxml ext: build XML fragment from array

2003-01-26 Thread Petr Tuma
Hi all, this patch adds a function that builds an XML fragment from a array. Implementation of var_dump has been taken as a skeleton. The main reason for this patch was that using DOM interface to create a long XML (approx 2.5MB) was slow. Regards Petr Tuma ? ext/domxml/tests/domxml003.phpt In

[PHP-DEV] (fwd) Re: realpath(), stat() and dcache on FreeBSD

2003-01-26 Thread Andrei Zmievski
Rasmus, I've asked one of our FreeBSD gurus to shed some light on the issue you brought with the slow performance of realpath() and stat() calls on that OS. Hope this makes sense. ;) -Andrei -- Andrei Zmievski Mail: [EMAIL PROTECTED] Sr. Front End Software Engineer Web:htt

[PHP-DEV] CVS Account Request: ivanr

2003-01-26 Thread Ivan Ristic
I want to bring my involvement with PHP to the next level: bug fixing, documentation, annotated manual, working on new features to enhance security. -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] CVS Account Request: netdur

2003-01-26 Thread Adel Boussaken
I love Php, I wanna developing Php to be the best server-side script language -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Reducing the number of system calls for includes

2003-01-26 Thread Stanislav Malyshev
RL>> Well, they require us to be able to uniquely identify a file, they do RL>> not necessarily require us to know the canonical filename. This RL>> could be done in a single stat where we grab the device number and RL>> inode. And if inode of the file changes? Files are still identifies (at leas