Re: [PHP-DEV] Extending PHP to use our code. From: Rasmus Lerdorf (rasmus <email protected>)
Date: 11/30/99

> Our source code is in C. I was wondering if I could hook up some function
> calls from PHP to our C functions.
>
> If possible, please advise me where I could find instructions on how that
> could be accomplished.
> Some examples would also help.

There are hundreds of examples. Just pick an existing PHP function that
is closest to the one you want to add in terms of arguments and return
values and use that as a template.

-Rasmus

-- 
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>