php-general Digest 4 Feb 2010 12:21:57 -0000 Issue 6573

2010-02-04 Thread php-general-digest-help
php-general Digest 4 Feb 2010 12:21:57 - Issue 6573 Topics (messages 301794 through 301813): Re: Thinking of moving to .NET because of standalone... any suggestions? 301794 by: Robert Cummings 301795 by: Ashley Sheridan 301797 by: Robert Cummings 301798 by:

Re: [PHP] stream_select() not working on regular files?

2010-02-04 Thread Dennis J.
On 02/04/2010 06:18 AM, Eric Lee wrote: On Thu, Feb 4, 2010 at 9:20 AM, Dennis J.denni...@conversis.de wrote: On 02/04/2010 02:03 AM, Ashley Sheridan wrote: On Thu, 2010-02-04 at 01:41 +0100, Dennis J. wrote: Hi, I'm trying to implement something similar totail -f in php but I'm running

[PHP] CLI behind proxy

2010-02-04 Thread kranthi
Hi all, I want to run fsockopen etc behind a proxy. proxychains (http://proxychains.sourceforge.net/) may be helpful, unfortunately the support for that is pretty bad. Please inform me of other alternatives KK.

Re: [PHP] CLI behind proxy

2010-02-04 Thread Richard Quadling
On 4 February 2010 12:48, kranthi kranthi...@gmail.com wrote: Hi all, I want to run fsockopen etc behind a proxy. proxychains (http://proxychains.sourceforge.net/) may be helpful, unfortunately the support for that is pretty bad. Please inform me of other alternatives KK. I used to use a

Re: [PHP] CLI behind proxy

2010-02-04 Thread kranthi
I did'nt understand completely. But I noticed that if i do $opts = array('http' = array('proxy' = 'tcp://10.3.100.212:8080', 'request_fulluri' = true)); $context = stream_context_set_default($opts); fopen, file_get_contents, etc. are working fine, but fsockopen is not KK.

Re: [PHP] CLI behind proxy

2010-02-04 Thread Richard Quadling
On 4 February 2010 14:19, kranthi kranthi...@gmail.com wrote: fsockopen What type of socket are you opening? -- - Richard Quadling Standing on the shoulders of some very clever giants! EE : http://www.experts-exchange.com/M_248814.html EE4Free :

Re: [PHP] CLI behind proxy

2010-02-04 Thread Richard Quadling
On 4 February 2010 14:38, Richard Quadling rquadl...@googlemail.com wrote: On 4 February 2010 14:19, kranthi kranthi...@gmail.com wrote: fsockopen What type of socket are you opening? -- - Richard Quadling Standing on the shoulders of some very clever giants! EE :

Re: [PHP] stream_select() not working on regular files?

2010-02-04 Thread Nathan Rixham
Dennis J. wrote: The issue is that once I've hit the EOF I need to continue the loop using the stream_select() waiting for new data. AFAIK you can't; you see stream_select checks to see if something will be blocked; if EOF is reached it considers this as not blocked; in other words the second

Re: [PHP] CLI behind proxy

2010-02-04 Thread kranthi
stream_socket_client(tcp://talk.google.com:5222) i m trying to use http://code.google.com/p/xmpphp/ actually -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] CLI behind proxy

2010-02-04 Thread Richard Quadling
On 4 February 2010 15:27, kranthi kranthi...@gmail.com wrote: stream_socket_client(tcp://talk.google.com:5222) i m trying to use http://code.google.com/p/xmpphp/ actually Does your proxy pass through all requests? It might be easier to just set you NIC gateway to the proxy. We stopped using

[PHP] HTML plain text in Outlook 2007

2010-02-04 Thread Skip Evans
Hey all, First, let me say thanks for all the advice on Magento, and especially to Ryan who has used the beast and gave some great advice on skinning, links to some good docs and a book just for my designer. We'll be using and I'm looking forward to learning it. But anyway... I'm doing

Re: [PHP] HTML plain text in Outlook 2007

2010-02-04 Thread Ashley Sheridan
On Thu, 2010-02-04 at 10:44 -0600, Skip Evans wrote: Hey all, First, let me say thanks for all the advice on Magento, and especially to Ryan who has used the beast and gave some great advice on skinning, links to some good docs and a book just for my designer. We'll be using and I'm

Re: [PHP] HTML plain text in Outlook 2007

2010-02-04 Thread Robert Cummings
Ashley Sheridan wrote: On Thu, 2010-02-04 at 10:44 -0600, Skip Evans wrote: Hey all, First, let me say thanks for all the advice on Magento, and especially to Ryan who has used the beast and gave some great advice on skinning, links to some good docs and a book just for my designer. We'll

Re: [PHP] HTML plain text in Outlook 2007

2010-02-04 Thread Ashley Sheridan
On Thu, 2010-02-04 at 13:44 -0500, Robert Cummings wrote: Ashley Sheridan wrote: On Thu, 2010-02-04 at 10:44 -0600, Skip Evans wrote: Hey all, First, let me say thanks for all the advice on Magento, and especially to Ryan who has used the beast and gave some great advice on