The http wrapper class in php has stopped working after the last round of updates.
I am using Slacker current, php-5.2.3-i486-1, httpd-2.2.4-i486-3
The exact error I get is
Quote:
|
Unable to find the wrapper http - did you forget to enable it when you configured PHP?
|
I have allow_url_fopen = On in php.ini.
An example that generates the error:
PHP Code:
$file = fopen ("http://www.php.net/", "r");
If i use fopen on a local file it works fine.
I have rolled php back to php-5.2.2-i486-2 with and that fixed the problem.