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
So...
With repsect to ISPs and conservative sysadmins not installing all
kinds of good stuff from PECL...
Has anybody considered hacking ./configure in such a way that it
invokes PECL install for any "extra" --enable-xxx flags that match up
with stable PECL extensions?
The point being that to th
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
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
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 abo
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
--enable-pecl=/path/t
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 th
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
Without the pear or pecl commandyou can also simply download the pecl
extension package and do the following:
tar -x
phpize
./c
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 p
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 ar
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
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
in
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. Th
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
14 matches
Mail list logo