Re: [PHP] question about how php handles post'd and get'd data

2006-08-09 Thread tedd

At 10:27 AM +1000 8/9/06, Ligaya Turmelle wrote:

jonathan wrote:
i was having a conversation and was wondering where in the source 
code for php is the process for writing get'd and post'd data to 
their corresponding arrays? Also, is there a way to view the source 
code online?


thanks,

jonathan

PHP's cvs is available online at 
http://cvs.php.net/viewvc.cgi/php-src/.  Drill down far enough and 
you will get the source code.


Ex:
http://cvs.php.net/viewvc.cgi/php-src/main/fopen_wrappers.c?revision=1.183view=markup



Damn, that's a lot of GET.

Where's the reference(s) for how to add your own code? Sorry, I 
haven't a clue as to where to look.


tedd
--
---
http://sperling.com  http://ancientstones.com  http://earthstones.com

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



Re: [PHP] question about how php handles post'd and get'd data

2006-08-09 Thread Ligaya Turmelle

tedd wrote:

At 10:27 AM +1000 8/9/06, Ligaya Turmelle wrote:


jonathan wrote:

i was having a conversation and was wondering where in the source 
code for php is the process for writing get'd and post'd data to 
their corresponding arrays? Also, is there a way to view the source 
code online?


thanks,

jonathan

PHP's cvs is available online at 
http://cvs.php.net/viewvc.cgi/php-src/.  Drill down far enough and you 
will get the source code.


Ex:
http://cvs.php.net/viewvc.cgi/php-src/main/fopen_wrappers.c?revision=1.183view=markup 





Damn, that's a lot of GET.

Where's the reference(s) for how to add your own code? Sorry, I haven't 
a clue as to where to look.


tedd
there are instructions to get the cvs download at - 
http://www.php.net/anoncvs.php  For how to submit your code for the 
internals - join the internals mailing list and submit the patch.  They 
will look it over (maybe suggest alterations) and decide whether to add 
it or not.  If you want a bit more information on how the internals work 
- check out Sara Golemon's book Extending and Embedding PHP as well as 
http://lxr.php.net/


Hope that helps.

--

life is a game... so have fun.

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

Re: [PHP] question about how php handles post'd and get'd data

2006-08-08 Thread Ligaya Turmelle

jonathan wrote:
i was having a conversation and was wondering where in the source  code 
for php is the process for writing get'd and post'd data to  their 
corresponding arrays? Also, is there a way to view the source  code online?


thanks,

jonathan

PHP's cvs is available online at http://cvs.php.net/viewvc.cgi/php-src/. 
 Drill down far enough and you will get the source code.


Ex:
http://cvs.php.net/viewvc.cgi/php-src/main/fopen_wrappers.c?revision=1.183view=markup

--

life is a game... so have fun.

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