简体   繁体   中英

http stream wrapper missing from php

I just compiled php 5.2.17 with Suhosin Patch 0.9.7 and find that the http stream wrapper is missing ... I only have https, ftps, compress.zlib, php, file, data . I have set allow_url_fopen = On but to no avail ...

What is causing the http stream wrapper to get excluded ?

OK, found the answer myself ... the problem was that our compile script had --with-curlwrappers which seems to be a really bad idea . Until now this had no ill effect since we failed to properly link the curl library ... but since we fixed that in the new compile things started to fail ... now all is well.

您可以将suhosin配置为将HTTP包装器列入白名单

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM