[PHP] php support

2007-03-23 Thread Richard Dunne
Can anyone tell me where to get support for this? php5 undefined function pg_connect() Is there a specific mailig list fro users? Thanks, Richard Dunne Expecting? Get great news right away with email

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.

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 support

Re: [PHP] php support

2007-03-23 Thread Brad Bonkoski
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 you know if postgresql is built into any php version

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 source,

[PHP] PHP support C++?

2004-03-08 Thread Kenneth
Hi all, Does PHP support C++ language? If yes, how can it be converted? The case is, I've use C++ to make a function (to get data from file and convert it from char type to int type), how can i import the function/variables and use it in PHP? Thanks, Kenneth -- PHP General Mailing List

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++

[PHP] PHP support for Intersystems Cache database

2004-03-05 Thread Vincent DUPONT
Hi, do you know if PHP supports the Intersystems 'Caché' database system? The PHP manual does not cite classes and I found no information at the intersystems web site. Thank you , Vincent

[PHP] Php support for Java

2003-01-24 Thread John Wells
In an app I'm developing I have a need to call java classes, and am hoping to use PHP's java integration. However, the manual page (http://www.php.net/manual/en/ref.java.php) says This extension is EXPERIMENTAL. The behaviour of this extension -- including the names of its functions and anything

[PHP] PHP Support (was: Re: SV: [PHP] Re: Lists are back up)

2001-06-19 Thread Andreas D. Landmark
At 19.06.2001 11:20, Mattias Segerdahl wrote: For all those that's seeking support for php, there are two options, zend.com sells SOS, you could also join #php on efnet for help.. I doubt #php would attract the big bad corporations using php, I've seen people give rm -rf / millions of times on

[PHP] PHP support for hexadecimal

2001-02-08 Thread Michael
Hi, I have a question about PHP's support for unsigned integers. I was trying out the following code fragment $val = 0x8000; $hexval_str = sprintf("%X", $val); echo $hexval_str; result= -8000 It seems here that I can not represent $val as an unsigned integer. Since settype does