Install PHP Extensions on Shared Hosting (such as BlueHost)?

Question: Is it possible to install the Chilkat PHP extension at a sharing host like Bluehost?  I’ve been trying but no success until now, so I am starting to think that it isn’t possible. Answer:  It doesn’t look like it’s possible:  https://www.bluehost.com/help/article/php-module You might consider hosting on Amazon EC2.  It can be quite inexpensive, you’ll have full control over your […]

PHP dl() function?

Question: My developer tells me that the Chilkat extension uses an insecure function dl(), which has not only been deprecated since PHP 5.3, but has actually been removed from some server installations of PHP, due to major security issues. Is this something that you’re aware of? Is there a workaround? Is there an updated extension coming at some point? Answer: […]