[PHP-DEV] PHP Output

2003-02-24 Thread Vinod Panicker
. --- Vinod Panicker [EMAIL PROTECTED] Sr. Software Designer Geodesic Information Systems Ltd. http://www.geodesiconline.com -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Response terminator

2003-02-08 Thread Vinod Panicker
Hi, Can anyone tell me where in the php source is the response body being sent to the client, and importantly, where is the terminating sequence \r\n being sent to the client to signify the end of the response. Tx, Vinod. --- Vinod Panicker [EMAIL PROTECTED] Sr

[PHP-DEV] Reading php.ini

2003-01-31 Thread Vinod Panicker
Hi, Could someone pls point me to some documentation on how to access values from php.ini in my php extension? Tx, Vinod. --- Vinod Panicker [EMAIL PROTECTED] Sr. Software Designer Geodesic Information Systems Ltd. -- PHP Development Mailing List http

[PHP-DEV] Headers required?

2003-01-15 Thread Vinod Panicker
. --- Vinod Panicker [EMAIL PROTECTED] Sr. Software Designer Geodesic Information Systems Ltd. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] Headers required?

2003-01-15 Thread Vinod Panicker
Thanks for the quick reply... But is there something that I can do right now that will allow this code to work with php 4.2.3? Tx, Vinod. --- Vinod Panicker [EMAIL PROTECTED] Sr. Software Designer Geodesic Information Systems Ltd. -Original Message

[PHP-DEV] Client socket

2002-05-29 Thread Vinod Panicker
. --- Vinod Panicker [EMAIL PROTECTED] Sr. Software Designer Geodesic Information Systems Ltd. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] Re: Client socket

2002-05-29 Thread Vinod Panicker
Makes sense. Dunno why it didn't occur to me before - the '3' says it all. I need the actual socket - which when written to will send data to the client. Is it there in the request_rec structure? Or can I get it some other way? Tx, Vinod. --- Vinod Panicker

[PHP-DEV] RE: Re: [PHP] Full-Duplex communication

2002-05-28 Thread Vinod Panicker
Cruz [mailto:[EMAIL PROTECTED]] Sent: Friday, May 24, 2002 10:18 PM To: Vinod Panicker Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Re: [PHP] Full-Duplex communication So still there is nothing in your requirements that doesn't suggest you'll do fine with a PHP-based listener. Of course

[PHP-DEV] Getting the fd

2002-05-28 Thread Vinod Panicker
Hi, I (somehow) want to get the r-connection-client-fd variable of the request_rec structure in a php script. How do I go about doing it? Tx, Vinod. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Interface to RSA Crypto-C library?

2002-05-24 Thread Vinod Panicker
Hi, Was just wondering if anyone's done an interface to the RSA Crypto-C library. OpenSSL documentation is very sparse, cant understand head or tail of it, so I decided to take up RSA Tx, Vinod. -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit:

Re: Re: [PHP-DEV] Full-duplex communication

2002-05-23 Thread Vinod Panicker
since the web server is only going to be accessed by these clients. Tx, Vinod. On Wed, 22 May 2002 Dave Mertens wrote : On Wed, May 22, 2002 at 10:16:23AM -, Vinod Panicker wrote: The client calls a script on the server - script_a.php using a keep-alive connection. The script gets

[PHP-DEV] Re: [PHP] Full-Duplex communication

2002-05-23 Thread Vinod Panicker
pm, Vinod Panicker wrote: Thanks for the reply Miguel, but here i'm not trying to implement my own multi-threaded server - exactly the reason why i'm using Apache / PHP. I could have made a listening server which is based on a multi-threaded or multi-forked model, but the time

Re: [PHP-DEV] Full-duplex communication

2002-05-23 Thread Vinod Panicker
how it can be done. I'm not averse to writing some C code to get it done. Tx, Vinod. On Thu, 23 May 2002 Dave Mertens wrote : On Thu, May 23, 2002 at 09:56:22AM -, Vinod Panicker wrote: But what i want is the socket which is used by Apache to send data to the client, which is on a keep

Re: [PHP-DEV] Full-duplex communication

2002-05-23 Thread Vinod Panicker
the web server is only going to be accessed by these clients. Tx, Vinod. On Wed, 22 May 2002 Dave Mertens wrote : On Wed, May 22, 2002 at 10:16:23AM -, Vinod Panicker wrote: The client calls a script on the server - script_a.php using a keep-alive connection. The script gets the socket

Re: Re: [PHP-DEV] Full-duplex communication

2002-05-23 Thread Vinod Panicker
Cool.. exactly the kind of info that i was looking for... Tx a lot, i'll check and get back to you Tx, Vinod. On Thu, 23 May 2002 Faisal Nasim wrote : Vinod, On Thu, 23 May 2002 Faisal Nasim wrote : Hi, Why not simply use Apache to forward to the request to your PHP script or 'other program'

[PHP-DEV] Re: Re: [PHP] Full-Duplex communication

2002-05-23 Thread Vinod Panicker
basically no work. Handcrafting packets for this purpose is like building a car out of paper clips and cat hair because the car that's freely available to you is red - and you don't like the color red because your old girlfriend used to wear it a lot. miguel On 23 May 2002, Vinod Panicker

[PHP-DEV] Full-duplex communication

2002-05-22 Thread Vinod Panicker
Hi, I had a peculiar requirement. I need the ability to send asynchronous data from my web server to the client (COM component). I know that the first thing ppl will say is not to be using a web server, and to use a TCP solution. Thing is that the system is in a production environment and

RE: [PHP-DEV] mcrypt oracle 81

2001-01-22 Thread Vinod Panicker
:40 PM To: Vinod Panicker Cc: php-dev Subject: Re: [PHP-DEV] mcrypt oracle 81 Hello, please provide more information, such as a backtrace and the messages in your error_log (of your webserver). Derick On Mon, 22 Jan 2001, Vinod Panicker wrote: hey.. i'm trying to get PHP 4.0.4pl1 working

RE: [PHP-DEV] mcrypt oracle 81

2001-01-22 Thread Vinod Panicker
and to what? while configuring apache or php? thanks.. -Original Message- From: Paul Mindeman [mailto:[EMAIL PROTECTED]] Sent: Monday, January 22, 2001 8:36 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] mcrypt oracle 81 Vinod Panicker wrote: hey.. i'm trying to get PHP 4.0.4pl1