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

Geeks Not Nerds Blog: Rolling your own Blog Backend from Scratch Part 1

DevShed: PHP Closures as View Helpers: Lazy-Loading File Data

DeveloperTutorials.com: Inserting An Array Into A Database

Ibuildings Blog: Implementing Iterators

Stefan Mischook's Blog: Cannot load mysql extension error - Video Tutorial How To


Community Events









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


example composer opinion unittest api language event code testing object tool community development functional introduction podcast interview release zendframework2 framework

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