Re: [PHP-DEV] Extending PHP to use our code. From: Michael Stearne (mstearne <email protected>)
Date: 12/20/99

You can ask your ISP to recompile PHP with your new patches or if your ISP
allows it you can run the new PHP binary you made as a CGI.

Michael

Anas Mughal wrote:

> Hi,
> Once I extend PHP with my functions, do I ask my ISP to incorporate my
> changes into the PHP engine on the webserver?
> Or, do I have to run it as an independent CGI program?
> Thanks.
>
> -----Original Message-----
> From: Rasmus Lerdorf [mailto:rasmus <email protected>]
> Sent: Tuesday, November 30, 1999 11:27 AM
> To: Anas Mughal
> Cc: 'php-dev <email protected>'
> Subject: Re: [PHP-DEV] Extending PHP to use our code.
>
> > 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>
>
> ----------------------------------------------------------------------------
> --------------------
> The views and opinions expressed in this email message are the sender's
> own, and do not necessarily represent the views and opinions of Summit
> Systems Inc.
>
> --
> 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>

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