Justtechjobs.com Find a programming school near you






Online Campus Both


php-developer-list | 2000111

Re: [PHP-DEV] what needed to be done to make php extention .so loadable via DL( ) From: Matt McClanahan (cardinal <email protected>)
Date: 11/14/00

On Tue, 14 Nov 2000, Cheng-Wei Cheng wrote:

> Currently there are so many modules that
> still required to be compiled into php
> I would like to know what is needed to be
> done to make all of the extension .so
>
> so we can load any extension through dl()
>
> if someone has already complete the documentation
> please just point me to the right place

In the PHP source is a file named REDME.SELF-CONTAINED-EXTENSIONS which
outlines the process you're looking for. It should work for most
extensions included with PHP, but there are undoubtedly some exceptions.

Matt

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>