ambiguity in PHP manual ?

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

    #1

    ambiguity in PHP manual ?

    on page http://nl3.php.net/manual/en/ref.mysqli.php

    I read :

    "The mysqli extension allows you to access the functionality --
    provided by MySQL 4.1 and above. More information ...."


    and then:

    "In order to have these functions available, you must compile PHP with
    support for the mysqli extension.

    Note: The mysqli extension is designed to work with the version 4.1.2
    or above of MySQL. For previous versions, please see the MySQL
    extension documentation."

    Now on www.mysql.com I do not see a version 4.1.2. Only 4.1.1 and
    5.x.x.

    I downloaded Mysql 4.1.1. Do I need to use the mysqli extension ?
    In other words, is 4.1.1 higer than 4.1 ?
    Is "4.1" a generic term for 4.1.0 to 4.1.9 ?

    ANd then: what is the meaning of the "Note" above ?
    Will the mysqli extension work after all with my 4.1.1 ?
    It seems to be not designed for it...


    frgr
    Erik
Working...