Page MenuHomePhabricator

Math extension depends on php5-curl
Closed, ResolvedPublic

Description

without php5-curl you'll see
PHP Fatal error: Call to undefined function curl_multi_init() in /home/w/includes/libs/MultiHttpClient.php on line 406
sudo apt-get install php5-curl
solve the problem

Event Timeline

Physikerwelt raised the priority of this task from to Needs Triage.
Physikerwelt updated the task description. (Show Details)
Physikerwelt added projects: Documentation, Math.

I have figured out that in some setups this is no longer accurate and the math extension seems to use another http implementation. See T232866 for more details.

testing now with php7 without curl

Physikerwelt claimed this task.

This works now