Home
last modified time | relevance | path

Searched refs:protocol_dup (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/main/streams/
H A Dstreams.c1875 char *protocol_dup = estrndup(protocol, n); local
1877 …RNING, "%s:// wrapper is disabled in the server configuration by allow_url_fopen=0", protocol_dup);
1879 …ING, "%s:// wrapper is disabled in the server configuration by allow_url_include=0", protocol_dup);
1881 efree(protocol_dup);

Completed in 24 milliseconds