I keep getting this error:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/http.so' - /usr/lib64/php/modules/http.so: undefined symbol: php_persistent_handle_abandon in Unknown on line 0
PHP Fatal error: Class 'HttpResponse' not found in /var/www/api/init.php on line 4
I've reinstalled http through pecl a few times, even tried installing it from the tar.gz. I'm running an EC2 instance.
I HAVE put extension=http.so in my php.ini.