News Feed
Jobs Feed
Sections




News Archive
SitePoint PHP Blog:
How to Handle Unloaded PHP Extensions at Runtime
March 26, 2010 @ 09:10:13

On the SitePoint PHP blog today Craig Buckler has a suggestion on how to handle unloaded extensions in your application in case you need to define a failover.

Unless you're creating very simple applications, you will soon require one or more PHP extensions. Extensions are code libraries which extend the core functionality of the language. [...] What happens when you want to move your web application to another host or platform where a different set of extensions are configured?

Using the extension_loaded function built into PHP, you can create intelligent code that can fall back on a different technology if needed. In his example its trying to check for the GD graphics extension and echoing and error message if it's not found. The function_exists function can be used similarly.

0 comments voice your opinion now!
extension runtime functionexists extensionexists tutorial


blog comments powered by Disqus

Similar Posts

Christopher Jones' Blog: PHP OCI8 Extension 1.2.4 is in PECL

Design-Ireland.net: Logging Messages to Scribe from PHP

Chris Hartjes' Blog: How Easy Are Web Services in CakePHP 1.2? Really Easy!

Symfony Blog: Batches are dead, long life to tasks!

EdFinkler's Blog: Determining if a function is *really* available in PHP


Community Events











Don't see your event here?
Let us know!


unittest interview community conference framework release database testing introduction language podcast symfony2 rest opinion functional usergroup phpunit series zendframework2 development

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework