:)
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
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
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
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
===