Results 1 to 6 of 6

Thread: PHP Data Object

  1. #1
    Join Date
    Mar 2005
    Location
    Isle of Man
    Posts
    1,261
    Thanks
    3
    Thanked 24 Times in 24 Posts

    Default PHP Data Object

    Good afternoon

    Just wondering if there is any chance of getting the PHP PDO drivers installed ?

  2. #2
    Join Date
    Feb 2004
    Posts
    4,903
    Thanks
    2
    Thanked 134 Times in 113 Posts

    Default

    Never heard of them, and nobody has ever requested them :|

    The trouble is that with each PHP extension we enable, the slower its execution time gets - so we try to only enable extensions that are used frequently, by the majority of customers.
    Warren Ashcroft
    Red Fox UK Limited - Pioneers in Internet Technology
    http://www.redfoxuk.com
    w.ashcroft [at] redfoxuk.com

    NOTE: Forum Private Messaging should not be used to contact staff with support queries.

  3. #3
    Join Date
    Mar 2005
    Location
    Isle of Man
    Posts
    1,261
    Thanks
    3
    Thanked 24 Times in 24 Posts

    Default

    Quote Originally Posted by Warren Ashcroft
    Never heard of them, and nobody has ever requested them :|

    The trouble is that with each PHP extension we enable, the slower its execution time gets - so we try to only enable extensions that are used frequently, by the majority of customers.
    PDO has been around for a little while, and is therefore pretty stable. It's now included and enabled by default in the standard distributions.
    The main reason it has come to my attention is that it has been adopted by the ZendFramework. There was a fair bit of discussion in the early days between the framework developers and they must have concluded that PDO was the future.
    I understand the speed concerns, I suppose the only way to test the impact is by enabling it and doing some benchmarking.

  4. #4
    Join Date
    Mar 2005
    Location
    Isle of Man
    Posts
    1,261
    Thanks
    3
    Thanked 24 Times in 24 Posts

    Default

    With all this talk about your upgrading of PHP, I couldn't resist coming back to this and asking if we are any closer to you deciding to try adding the PDO extensions?

  5. #5
    Join Date
    Feb 2004
    Posts
    4,903
    Thanks
    2
    Thanked 134 Times in 113 Posts

    Default

    Still not had any requests for them...

    Which standard distrubtion are they enabled in?
    Warren Ashcroft
    Red Fox UK Limited - Pioneers in Internet Technology
    http://www.redfoxuk.com
    w.ashcroft [at] redfoxuk.com

    NOTE: Forum Private Messaging should not be used to contact staff with support queries.

  6. #6
    Join Date
    Mar 2005
    Location
    Isle of Man
    Posts
    1,261
    Thanks
    3
    Thanked 24 Times in 24 Posts

    Default

    In PHP >= 5.1 on unix systems it is included by default. Under Windows the drivers are included but not activated.
    http://php.net/PDO.

    ps. You have had one request for them

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Multiple Users Inserting Data
    By s80wkr in forum ASP (VBScript)
    Replies: 4
    Last Post: 24th February 2006, 03:24 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •