Home > Archive > PHP Language > April 2005 > Does anyone know what this means?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Does anyone know what this means?
|
|
| paul dallaire 2005-04-11, 3:56 am |
| HI! I have a readme that gives the following statement.
Requirements
PHP3 or PHP4: PHP also needs to be compiled with MySQL support;
MySQL (tested with 3.21.x, 3.22.x, 3.23.x and 4.0.x);
A web-browser.
I installed Mysql server 4.1 on my IIS 5.1 and used the defaults, (
Development machine) there is further docs none refer to this specific part.
Do you know what this means?
| |
| Kimmo Laine 2005-04-11, 3:56 am |
| "paul dallaire" <paul.dallaire@sympatico.ca> wrote in message
news:oPn6e.2208$MZ2.295745@news20.bellglobal.com...
> HI! I have a readme that gives the following statement.
>
> Requirements
> PHP3 or PHP4: PHP also needs to be compiled with MySQL support;
> MySQL (tested with 3.21.x, 3.22.x, 3.23.x and 4.0.x);
> A web-browser.
>
> I installed Mysql server 4.1 on my IIS 5.1 and used the defaults, (
> Development machine) there is further docs none refer to this specific
> part.
>
> Do you know what this means?
>
It means that if you intend to use MySQL, your php compiler needs MySQL
support. Basicly this means you have to make sure that certain libraries are
included and that there is a line enabled inphp.ini that tells php to run
MySQL.
--
Welcome to Usenet! Please leave tolerance, understanding
and intelligence at the door. They aren't welcome here.
eternal piste erection miuku gmail piste com
| |
| Kimmo Laine 2005-04-15, 8:55 am |
| "paul dallaire" <paul.dallaire@sympatico.ca> wrote in message
news:oPn6e.2208$MZ2.295745@news20.bellglobal.com...
> HI! I have a readme that gives the following statement.
>
> Requirements
> PHP3 or PHP4: PHP also needs to be compiled with MySQL support;
> MySQL (tested with 3.21.x, 3.22.x, 3.23.x and 4.0.x);
> A web-browser.
>
> I installed Mysql server 4.1 on my IIS 5.1 and used the defaults, (
> Development machine) there is further docs none refer to this specific
> part.
>
> Do you know what this means?
>
It means that if you intend to use MySQL, your php compiler needs MySQL
support. Basicly this means you have to make sure that certain libraries are
included and that there is a line enabled inphp.ini that tells php to run
MySQL.
--
Welcome to Usenet! Please leave tolerance, understanding
and intelligence at the door. They aren't welcome here.
eternal piste erection miuku gmail piste com
|
|
|
|
|