0

The installible versions of the pecl extension 'inclued' apparently are incompatible with the latest versions of PHP (I'm using 5.5.9). A bug report has been filed and a fix with updated sources noted. Through svn, I have downloaded the updated files. How do I compile the very latest sources and install them?

This is on a standard EC2 ubuntu instance.

James John McGuire 'Jahmic'
  • 11,728
  • 11
  • 67
  • 78

1 Answers1

0

A little bit more googling found the following:

http://php.net/manual/en/install.pecl.phpize.php

Gives fairly straightforward directions on compiling and installing a pecl extenstion.

The makefile name wasn't quite the same and had to use 'php -i' to find the extension directory. Also, restarted apache. But seems to be installed.

James John McGuire 'Jahmic'
  • 11,728
  • 11
  • 67
  • 78