zend studio

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • st

    zend studio

    hi,

    Here is the message I'm gettting :
    b>Fatal error</b>: Call to undefined function: pg_connect()... .......
    I'm using zend studio.

    Any help would be great,thks

  • Steve

    #2
    Re: zend studio

    On Thu, 11 Aug 2005 02:47:06 -0700, st wrote:
    [color=blue]
    > hi,
    >
    > Here is the message I'm gettting :
    > b>Fatal error</b>: Call to undefined function: pg_connect()... .......
    > I'm using zend studio.
    >
    > Any help would be great,thks[/color]

    I'd say that you have a version of php without Postgres support. What does
    phpinfo() tell you?

    Steve

    Comment

    • st

      #3
      Re: zend studio

      phpinfo() :

      PHP Version 5.0.3

      pgsql
      PostgreSQL Support enabled
      PostgreSQL(libp q) Version 7.4
      Multibyte character support disabled
      SSL support disabled
      Active Persistent Links 0
      Active Links 0

      Directive Local Value Master Value
      pgsql.allow_per sistent On On
      pgsql.auto_rese t_persistent Off Off
      pgsql.ignore_no tice Off Off
      pgsql.log_notic e Off Off
      pgsql.max_links Unlimited Unlimited
      pgsql.max_persi stent Unlimited Unlimited

      dbx
      dbx support enabled
      dbx version 1.1.0
      supported databases MySQL ODBC PostgreSQL Microsoft SQL Server
      FrontBase Oracle 8 (oci8) Sybase-C








      ************
      these are phpinfo() outputs.Are they ok?

      Comment

      Working...