Pqsocket not implemented in PHP - Mailing list pgsql-php

From Nick Stone
Subject Pqsocket not implemented in PHP
Date
Msg-id 20050630093709.3A198252676@smtp.nildram.co.uk
Whole thread Raw
Responses Re: Pqsocket not implemented in PHP  (Volkan YAZICI <volkan.yazici@gmail.com>)
List pgsql-php
Hi,

I tried this question on the PHP lists but didn't get anywhere so I'm hoping
you maybe able to help.

I'm currently implementing a standalone app using php cli. Part of the app
connects to Postgres and waits for a notification using the "Listen
<tablename>" SQL. In the postgres C lib there is a function called
"Pqsocket" which returns the file-descriptor of the socket connection to
Postgres. With this I can use a simple select server to sleep on this
interface and others in the application.

Does anybody now of a patch to make this available under PHP or does the
structure of PHP code effectively make this type approach impossible?
Alternatively if I've just missed the function would somebody point me in
the right direction - I was kind of hoping (until I read the man pages more
closely) that pg_port was the function that wrapped the Pqsocket command but
sadly not!

If I need to wite one then I'll do that and post it back if that's useful
but just in case somebody has done it before...

Thanks

Nick



pgsql-php by date:

Previous
From: Bruno Wolff III
Date:
Subject: Re: varchar error
Next
From: Volkan YAZICI
Date:
Subject: Re: Pqsocket not implemented in PHP