Date: 12/23/99
- Next message: john_k <email protected>: "[PHP-DEV] Bug #3033: Fatal compile error on functions/ldap.c"
- Previous message: Sean Leach: "[PHP-DEV] Adding a function"
- In reply to: Sean Leach: "[PHP-DEV] Adding a function"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: john_k <email protected>: "[PHP-DEV] Bug #3033: Fatal compile error on functions/ldap.c"
- Previous message: Sean Leach: "[PHP-DEV] Adding a function"
- In reply to: Sean Leach: "[PHP-DEV] Adding a function"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

