Carsten Wiedmann schrieb:
> So, why depends the return value in this one case on the local
> filesystem and without any info in the documentation?
I always use something str_replace('\\', '/', $aFilename) before I work
with filenames, and normally have no cross-plattform issues with that. I
also d
Stefan Priebsch schrieb:
I always use something str_replace('\\', '/', $aFilename) before I work
with filenames, and normally have no cross-plattform issues with that. I
also do it after using realpath(), for example.
I know. It's really a pain. In many times you must correct the PHP behavior
HI Maurice,
On 5/10/07, Maurice Makaay <[EMAIL PROTECTED]> wrote:
> 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 mes
Hannes Magnusson schrieb:
> bjori Sun May 6 14:01:27 2007 UTC
>
> Modified files: (Branch: PHP_5_2)
> /php-src/main php_ini.c
> /php-src NEWS
> Log:
> MFH: Fixed PHP CLI to use the php.ini from the binary location
I think that this commit is responsible