RE: php5/mysql5

2006-08-30 Thread fbsd



> Production server is running apache13/php4/mysql4.
> Have fresh 6.1 install on workbench PC.
> Workbench PC is being used to build apache13/php5/mysql51
> environment
> for working php web application writing and reading mysql
database.
>
> Installed mysql51-server then php5 and made sure make config had
> apache support.
>
> When I executed the web application I get
> Fatal error: Call to undefined function mysql_pconnect() in
> /usr/local/www/mls/signup.php on line 348.
>
> Is there some other port now required to get php to talk to
mysql???

databases/php5-mysql

-Original Message-
From: Philip Hallstrom [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 30, 2006 5:54 PM
To: fbsd
Cc: [EMAIL PROTECTED] ORG
Subject: Re: php5/mysql5


That was the correct solution.   Thanks

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: php5/mysql5

2006-08-30 Thread eoghan

On 30 Aug 2006, at 22:37, fbsd wrote:


Production server is running apache13/php4/mysql4.
Have fresh 6.1 install on workbench PC.
Workbench PC is being used to build apache13/php5/mysql51
environment
for working php web application writing and reading mysql database.

Installed mysql51-server then php5 and made sure make config had
apache support.

When I executed the web application I get
Fatal error: Call to undefined function mysql_pconnect() in
/usr/local/www/mls/signup.php on line 348.

Is there some other port now required to get php to talk to mysql???


Hi
You can install the php5-extensions port...
/usr/ports/lang/php5-extensions
and run a make config to decide on what you need.
Hope that helps
Eoghan


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: php5/mysql5

2006-08-30 Thread Philip Hallstrom

Production server is running apache13/php4/mysql4.
Have fresh 6.1 install on workbench PC.
Workbench PC is being used to build apache13/php5/mysql51
environment
for working php web application writing and reading mysql database.

Installed mysql51-server then php5 and made sure make config had
apache support.

When I executed the web application I get
Fatal error: Call to undefined function mysql_pconnect() in
/usr/local/www/mls/signup.php on line 348.

Is there some other port now required to get php to talk to mysql???


databases/php5-mysql
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"