|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2010-05-13 06:51 UTC] RQuadling at GMail dot com
Description: ------------ I've just built the trunk. When I run ... php -d extension=php_http.dll --ri http or php -d extension=php_http.dll --re http Neither of these show any reference to HttpRequestPool, though the code is present in the checkout. PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 06:00:01 2025 UTC |
I transferred the compiled php_http.dll to my test machine and for ... php -d extension=php_http.dll --re http | find /i "Class" I get (I'm on windows - find is a plain text version of grep ish). - Classes [20] { Class [ <internal:http> class HttpException extends Exception ] { Class [ <internal:http> class HttpRuntimeException extends HttpException ] { Class [ <internal:http> class HttpInvalidParamException extends HttpException ] { Class [ <internal:http> class HttpHeaderException extends HttpException ] { Class [ <internal:http> class HttpMalformedHeadersException extends HttpException ] { Class [ <internal:http> class HttpRequestMethodException extends HttpException ] { Class [ <internal:http> class HttpMessageTypeException extends HttpException ] { Class [ <internal:http> class HttpEncodingException extends HttpException ] { Class [ <internal:http> class HttpRequestException extends HttpException ] { Class [ <internal:http> class HttpRequestPoolException extends HttpException ] { Class [ <internal:http> class HttpSocketException extends HttpException ] { Class [ <internal:http> class HttpResponseException extends HttpException ] { Class [ <internal:http> class HttpUrlException extends HttpException ] { Class [ <internal:http> class HttpQueryStringException extends HttpException ] { Class [ <internal:http> class HttpDeflateStream ] { Parameter #1 [ <optional> $class_name ] Class [ <internal:http> class HttpInflateStream ] { Parameter #1 [ <optional> $class_name ] Class [ <internal:http> <iterateable> class HttpMessage implements Countable, Serializable, Iterator, Traversable ] { Parameter #1 [ <optional> $class_name ] Parameter #1 [ <optional> $class_name ] Parameter #1 [ <optional> $class_name ] Class [ <internal:http> class HttpQueryString implements Serializable, ArrayAccess ] { Parameter #2 [ <optional> $class_name ] Class [ <internal:http> class HttpResponse ] { Class [ <internal:http> class HttpUtil ] { I can see HttpRequestPoolException and HttpRequest, but not HttpRequestPoolNo joy with the option. Unknown option -with-http-curl-requests; please try configure.js --help for a list of valid options C:\php-sdk\php_53dev\vc9\x86\PHP_5_3>configure --help | find /i "curl" --with-curl cURL support C:\php-sdk\php_53dev\vc9\x86\PHP_5_3>configure --help | find /i "http" (http://wiki.php.net/internals/windows/libs). --enable-http whether to enable extended HTTP support