News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
feed this:

OpenIdeasCompany.com:
Redeclaring native PHP functions
May 22, 2006 @ 06:43:24

If you've ever really found a time when you needed to overwrite one of PHP's bult-in functions with your own custom one (maybe a custom handler or the like), you might want to check out this post on OpenIdeasCompany.com.

The author needed to redeclare session_start in a few files to change the place the default sessions are located at (spanned across three machines). He didn't want to rewrite the application to make this change, so he used the runkit extension out of pecl (and the php-devel package) to create a solution redefining functions to match his needs.

Of course, there are some easier ways to accomplish what he needed, but it's still an interesting method if there's really just no other way.

0 comments voice your opinion now!
php redeclare native php function runkit php-devel php redeclare native php function runkit php-devel




Community Events









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


PEAR book PHP5 developer mysql code example security zendframework ajax releases package release conference job zend framework database cakephp application

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