Re: [PHP-DEV] Question about bug #41262

2007-05-11 Thread Stefan Priebsch
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

Re: [PHP-DEV] Question about bug #41262

2007-05-11 Thread Carsten Wiedmann
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

Re: [PHP-DEV] Tree sort in C

2007-05-11 Thread Pierre
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

[PHP-DEV] Re: cvs: php-src(PHP_5_2) / NEWS /main php_ini.c

2007-05-11 Thread Sebastian Bergmann
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