php4

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

    php4

    I'm wanting to work with php4 and want to know which version of mysql to
    download that works great with php4 api version 3.23.x?

    Thanks for any help you can provide.

    A


  • Adam Plocher

    #2
    Re: php4

    I would suggest using the latest stable release of MySQL, either 5.0.22
    or 4.1.20. 5.x adds a lot of new features including stored procedures
    and triggers, but most people are still on 4.1.x so if you aren't
    planning on using the new features and want to maintain compatability
    with what most people are using, 4.1 would be the way to go. 3.23 is
    good but ancient.



    Auddog wrote:
    I'm wanting to work with php4 and want to know which version of mysql to
    download that works great with php4 api version 3.23.x?
    >
    Thanks for any help you can provide.
    >
    A

    Comment

    Working...