-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi
I have been given access to a CentOS5 machine by my client for their new site which uses Zend Framework.
phpinfo() states in Configure Command that PDO is disabled ('--disable-pdo'). How can enable it? Do I need to recompile PHP5 to enable it?
I have tried adding 'extension=pdo.so' in php.ini…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Just a quick question.
Is there any performance difference between using PDO::fetchAll() and PDO::fetch() in a loop (for large result sets)?
I'm fetching into objects of a user-defined class, if that makes any difference.
My initial uneducated assumption was that fetchAll might be faster because…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I’m wondering this about PHP on Apache. Do multiple calls to the server from different users—could be sitting next to each other, in different states, different countries, etc…—share memory?
For example, if I create a static variable in a PHP script and set it to 1 by default, then user1 comes in…
>>> More
-
as seen on ASP.net Weblogs
- Search for 'ASP.net Weblogs'
We have seen some increase in activity with more people downloading our driver and either reporting their successes or reporting any issues they run into – for the native driver (sqlsrv_xxxx API) to the PDO driver (PDO API). We’d like to thank you all for your effort and hope that our…
>>> More
-
as seen on ASP.net Weblogs
- Search for 'ASP.net Weblogs'
Today at DrupalCon SF 2010, we are reaching an important milestone by releasing a Community Technology Preview (CTP) of the new SQL Server Driver for PHP 2.0 , which includes support for PHP Data Objects (PDO). Alongside our efforts, the Commerce Guys , a company providing ecommerce solutions with…
>>> More