Re: [PHP-DEV] Tree sort in C

2007-05-10 Thread Richard Quadling
On 09/05/07, Brian Moon [EMAIL PROTECTED] wrote: Derick Rethans wrote: On Wed, 9 May 2007, Maurice Makaay wrote: At a really large number of nodes, the extension becomes slower, but the memory stays low. That is very peculiar... it should never be slower than an implementation in PHP -

Re: [PHP-DEV] Tree sort in C

2007-05-10 Thread Maurice Makaay
Hi, That is very peculiar... it should never be slower than an implementation in PHP - unless your algorithm isn't optimal. The timing for large numbers of nodes got slower due to a linear lookup (as explained in a previous message too). I implemented a hash table lookup as a replacement.

Re: [PHP-DEV] How to find a bug: is_link troubles

2007-05-10 Thread Arnold Daniels
Hi again, Thanks for your reply. I think perhaps I've not been totally clear on my last e-mail. The directory does exist. If this dir or symlink would not exist, the code would have outputted Couldn't create the link. The fact that is goes well right after the symlink is just created, is

Re: [PHP-DEV] [RFC] Starting 5.3

2007-05-10 Thread Oliver Block
Am Freitag, 4. Mai 2007 20:16 schrieb Edin Kadribasic: I think that Phar is going to be useful only if its universally available in the PHP installs, and I think that would a good thing for PHP. Edin, why do you bind the usefulness to the number of installs? That sounds more like enthusiam

Re: [PHP-DEV] [RFC] Starting 5.3

2007-05-10 Thread Oliver Block
Am Freitag, 4. Mai 2007 21:24 schrieb Ilia Alshanetsky: It sounds like the merits of having phar is would only be apparent after it is included in the core and everyone starts using it because of that. This won't happen simply because most software producers can't rely on extensions that are

Re: [PHP-DEV] [RFC] Starting 5.3

2007-05-10 Thread Oliver Block
Am Freitag, 4. Mai 2007 20:09 schrieb Antony Dovgal: not the other way round. If you don't like PECL or think it's too difficult to use, let's make it easy enough for all. That is good point. If PECL extensions could be integrated into php by just set --enable-extensionX while compiling the

Re: [PHP-DEV] [RFC] Starting 5.3

2007-05-10 Thread Marcus Boerger
Hello Oliver, we are discussing situations where make is no option here. Everone that hasmake as an option and all tools available can always easily do: pecl install extension Without the pear or pecl commandyou can also simply download the pecl extension package and do the following: tar -x

Re: [PHP-DEV] [RFC] Starting 5.3

2007-05-10 Thread Stanislav Malyshev
That is good point. If PECL extensions could be integrated into php by just set --enable-extensionX while compiling the php distribution. That would be a Maybe in more generic form like --enable-pecl=EXTENSION or --enable-pecl=/path/to/file.tgz but if autoconf magicians among us could pull

Re: [PHP-DEV] [RFC] Starting 5.3

2007-05-10 Thread David Coallier
On 5/10/07, Stanislav Malyshev [EMAIL PROTECTED] wrote: That is good point. If PECL extensions could be integrated into php by just set --enable-extensionX while compiling the php distribution. That would be a Maybe in more generic form like --enable-pecl=EXTENSION or

Re: [PHP-DEV] [RFC] Starting 5.3

2007-05-10 Thread Oliver Block
Am Donnerstag, 10. Mai 2007 22:47 schrieb Marcus Boerger: we are discussing situations where make is no option here. However this is in many situation not possible at all. For once it is impossible if you are using a shared server. I know, If I follow that part of the discussion, it's about

[PHP-DEV] WDDX bug

2007-05-10 Thread Tim Whitlock
I am told that nobody maintains the WDDX library anymore. Can anyone help with the bug report I have filed on bugs.php.net http://bugs.php.net/bug.php?id=41359 Thanks in advance -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Tree sort in C

2007-05-10 Thread Richard Lynch
On Wed, May 9, 2007 1:00 pm, Brian Moon wrote: Richard Lynch wrote: Seems like you could just make it a custom extension and see if people use it a lot... Even if you just had every phorum user asking for it, that would drive a lot of interest, no? Well, making a custom Phorum

[PHP-DEV] Question about bug #41262

2007-05-10 Thread Carsten Wiedmann
Hi all, just a question why this [1] is not a bug? Well, we know why PHP is doing this, but IMHO that's not correct. As of my understanding this function just split a given path in parts. The given path parameter is complete independend from the local filesystem (or os?). It can also be the