Re: [PHP] Function source?

2002-07-11 Thread Richard Lynch

No, they are written in C. And yes, you can of course download the C
source code from php.net.

If you are interested in a particular PHP function, there's even a really
nice interface at http://cvs.php.net that lets you look at it without
downloading the whole darn thing.  VERY nice.

You don't even really really have to know a lot of geeky things to
understand it, so long as you're willing to just ignore the parts you don't
understand, and peck away at what you do understand :-)

-- 
Like Music?  http://l-i-e.com/artists.htm
Off-Topic:  What is the moral equivalent of 'cat' in Windows?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP] Function source?

2002-07-09 Thread Leif K-Brooks

If I understand correctly, all php functions are written in php.  If 
this is true, is it possible to view function source code?  Thanks for 
any insight into this :-)


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Function source?

2002-07-09 Thread Rasmus Lerdorf

No, they are written in C. And yes, you can of course download the C
source code from php.net.

-Rasmus

On Tue, 9 Jul 2002, Leif K-Brooks wrote:

 If I understand correctly, all php functions are written in php.  If
 this is true, is it possible to view function source code?  Thanks for
 any insight into this :-)


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Function source?

2002-07-09 Thread Pushkar Pradhan

When you compile from the source (which is in c) the functions that are
available are actually c executables.
 If I understand correctly, all php functions are written in php.  If
 this is true, is it possible to view function source code?  Thanks for
 any insight into this :-)


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


-Pushkar S. Pradhan


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Function source?

2002-07-09 Thread Anas Mughal

As Rasmus said, all functions are in C.

PHP is open source: The source code is available to
the public.




--- Leif K-Brooks [EMAIL PROTECTED] wrote:
 If I understand correctly, all php functions are
 written in php.  If 
 this is true, is it possible to view function source
 code?  Thanks for 
 any insight into this :-)
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php
 


__
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php