[PHP-DEV] CVS Account Request: bdeshong

2007-11-04 Thread Brian DeShong
Taking over usblib PECL extension with permission from its original author, Andrey Hristov. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Re: [Patch] http_fopen_wrapper.c and allowing any response code w/o warning

2007-11-04 Thread Sara Golemon
So I looked at the code and came up with this change for http_fopen_wrapper.c line 547 (http://lxr.php.net/source/php-src/ext/standard/http_fopen_wrapper.c#547): if ((options & STREAM_ONLY_GET_HEADERS) || (php_stream_context_get_option(context, "http", "ignore_errors", &tmpzval) == SUCCESS &&