My goal this summer is to attempt an upgrade from version 2.3 to 2.6.
Here are my current environment specs (yes, it's windows!)
Moodle version: 2.3.3+ (Build: 20121123)
PHP version: 5.3.19
MSSQL version: 10.00.2531
Server: Windows Server 2008 R2 Enterprise service Pack 1
The 2.6 windows installation page says the following:
"Windows OS is not suitable for large Moodle installations because PHP for Windows does not support integers above 2 millions - maximum file size is 2GB and database tables cannot contain more than 2 million records. Please consider 64bit Linux or other unix-like OS for all large Moodle servers."
But, in my current setup (on PHP 5.3.19) I have well over 4 million rows in my mdl_log table, with an id (which is a bigint) of 4339358.
So what am I missing? What is different going from v2.3 under php5.3.x to v2.6 under php5.5.x on Windows?