[PHP-DEV] PHP Output

2003-02-24 Thread Vinod Panicker
nod. --- 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 <[EM

[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

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 M

[PHP-DEV] Headers required?

2003-01-15 Thread Vinod Panicker
with? Tx, Vinod. ------- 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. ---

[PHP-DEV] Client socket

2002-05-29 Thread Vinod Panicker
u a mail if you are really interested. Tx, Vinod. --- 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

[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 To unsubscribe, visit: http://www.php.net/unsub.php

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

2002-05-27 Thread Vinod Panicker
iguel 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 liste

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

2002-05-23 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 To unsubscribe, visit: http://www.php.net/u

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

2002-05-23 Thread Vinod Panicker
the color red because your old girlfriend used >to wear >it a lot. > >miguel > >On 23 May 2002, Vinod Panicker wrote: > > What you said did make sense, and complements my knowledge >of > > sockets. > > > > But what i'm not sure of is this - if i

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 progr

Re: [PHP-DEV] Full-duplex communication

2002-05-23 Thread Vinod Panicker
omponent, not a browser. >> >>So what i was asking for was a means to make the connection a >>Full-Duplex one, by taking the socket from apache and using it >>elsewhere. The Keep-alive timeouts can be configured at either >>ends since the web server is only going

Re: [PHP-DEV] Full-duplex communication

2002-05-23 Thread Vinod Panicker
nt, but want to know 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

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

2002-05-23 Thread Vinod Panicker
t;console ;) > >Hope that helps, and once again anyone PLEASE correct any >inaccuracies, since >I want to know. > > > > >On Tuesday 21 May 2002 23:53 pm, Vinod Panicker wrote: > > Thanks for the reply Miguel, but here i'm not trying to >implement > >

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 -0000, Vinod Panicker >wrote: > > The client calls a script on the server - script_a.php using >a > > keep-alive connect

[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
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 tr

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 g

[PHP-DEV] mcrypt & oracle 81

2001-01-21 Thread Vinod Panicker
hey.. i'm trying to get PHP 4.0.4pl1 working with mcrypt 2.4.7 and oracle 8i... problem is that everything gets configured and make works too... but after that when i start apache, it just dies. i'm using apache 1.3.14. anybody tried this before? pls help me out if u can... -- PHP Develo