php-general | 2003022
Date: 02/28/03
- Next message: Justin French: "Re: [PHP] How can I detetct if session cookies are enabled?"
- Previous message: Jason Sheets: "Re: [PHP] JP Graph"
- In reply to: Henning: "[PHP] Is it an apache or a php-problem?"
- Next in thread: Sam A. Funk: "Re: [PHP] Is it an apache or a php-problem?"
- Reply: Sam A. Funk: "Re: [PHP] Is it an apache or a php-problem?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
If you are on Unix/Linux when you compile PHP pass the --with-mysql
command on your configure line (i.e. ./configure
--with-mysql=/usr/local).
You might also take a look at the Installation section at
http://www.php.net/manual.
Jason
On Fri, 2003-02-28 at 13:09, Henning wrote:
> Hello
> I use Apache/1.3.27 Server
> I use to use a mysql-connection, but now the apache support is gone.
> Trying to connect to my MySQL-database gives following result:
>
> Fatal error: Call to undefined function: mysql_pconnect() in...
>
> How do I get the MySQL-support back?
>
> Henning (newbie)
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Justin French: "Re: [PHP] How can I detetct if session cookies are enabled?"
- Previous message: Jason Sheets: "Re: [PHP] JP Graph"
- In reply to: Henning: "[PHP] Is it an apache or a php-problem?"
- Next in thread: Sam A. Funk: "Re: [PHP] Is it an apache or a php-problem?"
- Reply: Sam A. Funk: "Re: [PHP] Is it an apache or a php-problem?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

