Re: [PHP-DEV] [PATCH] Streams "file://" bug

2003-11-23 Thread Andi Gutmans
:) At 12:34 PM 11/23/2003 -0200, Cristiano Duarte wrote: Andi Gutmans wrote: This should be changed to (*path_for_open)++ In fact, it's "(*path_for_open)--" :-) Cristiano Duarte -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php -- PHP Int

Re: [PHP-DEV] [PATCH] Streams "file://" bug

2003-11-23 Thread Cristiano Duarte
Andi Gutmans wrote: This should be changed to (*path_for_open)++ In fact, it's "(*path_for_open)--" :-) Cristiano Duarte -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] [PATCH] Streams "file://" bug

2003-11-23 Thread Andi Gutmans
At 10:40 PM 11/22/2003 -0200, Cristiano Duarte wrote: Hi all, The current implementation of file:// support under main/streams/strems.c has a little bug. Maybe it's my gcc 3.2.2 compiler... I don't know... Anyway, the attached patch fixes it. Best Regards, Cristiano Duarte ? php-src/ZendEngine

[PHP-DEV] [PATCH] Streams "file://" bug

2003-11-22 Thread Cristiano Duarte
Hi all, The current implementation of file:// support under main/streams/strems.c has a little bug. Maybe it's my gcc 3.2.2 compiler... I don't know... Anyway, the attached patch fixes it. Best Regards, Cristiano Duarte ? php-src/ZendEngine1 Index: php-src/main/streams/streams.c ===