[PDO survey] Are you on a cheesy shared host?
And said host already lets you run PHP5.1+ then please run the Example on http://php.net/manual/en/function.PDO-getAvailableDrivers.php and send me the results off list. Please keep [PDO survey] in the subject, I am going to filter on that. Thanks, NK
Array ( [0] => sqlite2 [1] => sqlite ) Karoly Negyesi wrote:
And said host already lets you run PHP5.1+ then please run the Example on http://php.net/manual/en/function.PDO-getAvailableDrivers.php and send me the results off list. Please keep [PDO survey] in the subject, I am going to filter on that.
Thanks,
NK
----- Start Original Message ----- Sent: Thu, 08 Nov 2007 13:59:31 +0000 From: Shakur <shakur@techarena.co.uk> To: development@drupal.org Subject: Re: [development] [PDO survey] Are you on a cheesy shared host?
Array ( [0] => sqlite2 [1] => sqlite )
Which host is this and could you email them asking for a mysql PDO driver? Very strange setup.
Quoting Karoly Negyesi <karoly@negyesi.net>:
----- Start Original Message ----- Sent: Thu, 08 Nov 2007 13:59:31 +0000 From: Shakur <shakur@techarena.co.uk> To: development@drupal.org Subject: Re: [development] [PDO survey] Are you on a cheesy shared host?
Array ( [0] => sqlite2 [1] => sqlite )
Which host is this and could you email them asking for a mysql PDO driver? Very strange setup.
Not strange at all; see it is the default installation. You have to do a replace of ext/mysqli to get it. See http://dev.mysql.com/downloads/connector/php-mysqlnd/ for a how to. Earnie -- http://for-my-kids.com/ -- http://give-me-an-offer.com/
Earnie Boyd wrote:
Not strange at all; see it is the default installation. You have to do a replace of ext/mysqli to get it. See http://dev.mysql.com/downloads/connector/php-mysqlnd/ for a how to.
Earnie -- http://for-my-kids.com/ -- http://give-me-an-offer.com/
mysqlnd shouldn't be confused with pdo that way. mysqlnd is a native PHP "driver" specific to PHP for connecting to MySQL, the other is a different programming interface to script using data objects.
Who the heck are you with that they don't offer PDO-MySQL? On Thursday 08 November 2007, Shakur wrote:
Array ( [0] => sqlite2 [1] => sqlite )
Karoly Negyesi wrote:
And said host already lets you run PHP5.1+ then please run the Example on http://php.net/manual/en/function.PDO-getAvailableDrivers.php and send me the results off list. Please keep [PDO survey] in the subject, I am going to filter on that.
Thanks,
NK
-- Larry Garfield AIM: LOLG42 larry@garfieldtech.com ICQ: 6817012 "If nature has made any one thing less susceptible than all others of exclusive property, it is the action of the thinking power called an idea, which an individual may exclusively possess as long as he keeps it to himself; but the moment it is divulged, it forces itself into the possession of every one, and the receiver cannot dispossess himself of it." -- Thomas Jefferson
Quoting Larry Garfield <larry@garfieldtech.com>:
Who the heck are you with that they don't offer PDO-MySQL?
FYI I had the same results. I configured PHP, what is missing? http://earnie.progw.org/chxPDO.php
On Thursday 08 November 2007, Shakur wrote:
Array ( [0] => sqlite2 [1] => sqlite )
Earnie -- http://for-my-kids.com/ -- http://give-me-an-offer.com/
Its some small company down in london, btw there are lot of companies including bluehost and fasthost that dont provide mysql compiled... Larry Garfield wrote:
Who the heck are you with that they don't offer PDO-MySQL?
On Thursday 08 November 2007, Shakur wrote:
Array ( [0] => sqlite2 [1] => sqlite )
Karoly Negyesi wrote:
And said host already lets you run PHP5.1+ then please run the Example on http://php.net/manual/en/function.PDO-getAvailableDrivers.php and send me the results off list. Please keep [PDO survey] in the subject, I am going to filter on that.
Thanks,
NK
Assuming Dreamhost is considered cheesy ;) Array ( [0] => sqlite2 [1] => sqlite [2] => mysql ) blakehall On Nov 8, 2007, at 7:54 AM, Karoly Negyesi wrote:
And said host already lets you run PHP5.1+ then please run the Example on http://php.net/manual/en/function.PDO-getAvailableDrivers.php and send me the results off list. Please keep [PDO survey] in the subject, I am going to filter on that.
Thanks,
NK
Array ( [0] => sqlite2 [1] => sqlite [2] => mysql ) (Site5) Konstantin Käfer -- http://kkaefer.com/ On 08.11.2007, at 14:54, Karoly Negyesi wrote:
And said host already lets you run PHP5.1+ then please run the Example on http://php.net/manual/en/function.PDO-getAvailableDrivers.php and send me the results off list. Please keep [PDO survey] in the subject, I am going to filter on that.
Thanks,
NK
Array ( [0] => sqlite2 [1] => sqlite [2] => mysql ) (confirming) Site5 Victor Kane http://awebfactory.com.ar On Nov 8, 2007 6:42 PM, Konstantin Käfer <kkaefer@gmail.com> wrote:
Array ( [0] => sqlite2 [1] => sqlite [2] => mysql )
(Site5)
Konstantin Käfer -- http://kkaefer.com/
On 08.11.2007, at 14:54, Karoly Negyesi wrote:
And said host already lets you run PHP5.1+ then please run the Example on http://php.net/manual/en/function.PDO-getAvailableDrivers.php and send me the results off list. Please keep [PDO survey] in the subject, I am going to filter on that.
Thanks,
NK
participants (9)
-
Blake Hall -
Daniel F. Kudwien -
David Norman -
Earnie Boyd -
Karoly Negyesi -
Konstantin Käfer -
Larry Garfield -
Shakur -
Victor Kane