Ronald Weinrich wrote:
> Hi All,
> I try to install php with debug option on my suse vers.7 linux-box. Can
> anyone tell me how to create a socket ? What "shell -tclsh-" ?  to I need,
> how the syntax is and how to configer the output ?
> Thank you in advance
> Ron
>

I think you are better to buy network programming book(s) written for C 
if you cannot find one for PHP. Network programming in PHP is mostly the 
same as in C.
Then read related PHP manual pages, then you should be able to do what 
you want.

Don't forget to include --enable-socket
--enable-sockets        Enable sockets support

Do ./configure --help for other options and read manual for details.

Yasuo Ohgaki


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to