Date: 12/20/99
- Next message: Michael Stearne: "Re: [PHP-DEV] Extending PHP to use our code."
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #2993 Updated: @ leaks memory when suppressing an error msg"
- Next in thread: Michael Stearne: "Re: [PHP-DEV] Extending PHP to use our code."
- Reply: Michael Stearne: "Re: [PHP-DEV] Extending PHP to use our code."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Michael Stearne: "Re: [PHP-DEV] Extending PHP to use our code."
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #2993 Updated: @ leaks memory when suppressing an error msg"
- Next in thread: Michael Stearne: "Re: [PHP-DEV] Extending PHP to use our code."
- Reply: Michael Stearne: "Re: [PHP-DEV] Extending PHP to use our code."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

