Changes between Initial Version and Version 1 of Ticket #33261, comment 2
- Timestamp:
- 08/04/2015 03:44:17 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33261, comment 2
initial v1 1 1 Sorry but I am the web hosting cloud infrastructure. 2 2 3 I have more web sites in the same host and only with WordPress we have this random Issues. We use mysqlnd and mysqlnd_ms ("nd" is php '''N'''ative '''D'''river... deprecated?) thats not deprecated is the native driver for mysql of php 5.5 and support mysql, mysqli and pdo_mysql drivers.3 I have more web sites in the same host and only with WordPress we have this random Issues. We use mysqlnd and mysqlnd_ms ("nd" is php '''N'''ative '''D'''river... deprecated?) thats not deprecated is the native driver for mysql of php 5.5 and supports mysql, mysqli and pdo_mysql drivers. 4 4 5 The funtions used in wordpress code are deprecated, the errorrs are provoqued for wordpress not for my PHP 5.5 and mysql driver....5 The funtions used in wordpress code are deprecated, the errorrs are caused for wordpress not for my PHP 5.5 and mysql driver.... 6 6 7 7 The fast-cgi is correct. We have more than 100 web sites with thousands users running and all run ok, only wordpress fail, why?