Re: [PHP-DEV] Adding a function From: Andrei Zmievski (andrei <email protected>)
Date: 12/23/99

On Thu, 23 Dec 1999, Sean Leach wrote:
> I need to add a custom function to the php
> language/code, (fmod() if anyone cares), and I
> was wondering if someone can give me a pointer to
> where the implementation of something like sin()
> could be found, so I can just emulate that in the
> source.
>
> I looked in all the source files, but nothing
> jumped out at me.
>
> Thanks!
> Sean
>
> Please CC sal <email protected>

Try ext/standard/math.c for PHP 4 and functions/math.c for PHP 3.

-Andrei
* We reason deeply, when we forcibly feel. *

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