Re: [PHP] php support

2007-03-23 Thread Richard Lynch
On Fri, March 23, 2007 12:31 pm, Richard Dunne wrote: > Can anyone tell me where to get support for this? php5 undefined > function pg_connect() > Is there a specific mailig list fro users? It means you did not correctly compile/install the PostgreSQL extension to php. If you compiled from sourc

Re: [PHP] php support

2007-03-23 Thread Brad Bonkoski
sage From: Brad Bonkoski <[EMAIL PROTECTED]> To: Richard Dunne <[EMAIL PROTECTED]> Sent: Friday, March 23, 2007 6:12:08 PM Subject: Re: [PHP] php support Richard Dunne wrote: > Postgresql 8.2 and PHP5.2.1 using php installer.zip installed on > windows XP > > Do

RE: [PHP] php support

2007-03-23 Thread Jake McHenry
Look at phpinfo(), you probably don't have PQSql support installed... Jake > -Original Message- > From: Richard Dunne [mailto:[EMAIL PROTECTED] > Sent: Friday, March 23, 2007 1:31 PM > To: php-general@lists.php.net > Subject: [PHP] php support > > Can anyone tell me where to get suppo

Re: [PHP] php support

2007-03-23 Thread Brad Bonkoski
Richard Dunne wrote: Can anyone tell me where to get support for this? Here php5 undefined function pg_connect() postgresql was not built into your version of PHP. Perhaps post which platform your run on, and other information like using a pre-canned binary or are building for source. -B

Re: [PHP] PHP support C++?

2004-03-08 Thread Evan Nemerson
On Monday 08 March 2004 07:03 am, Kenneth wrote: > Hi all, > > Does PHP support C++ language? > If yes, how can it be converted? you can write an extensions, which is actually rather easy to do. There's an article at http://bugs.tutorbuddy.com/phpcpp/phpcpp/ that claims to tell you how to use c+