Maarch Framework 2.1/Compatibility Matrix

De Maarch // Wiki.

Aller à : Navigation, rechercher

Maarch and Mysql

MySQL Version Compatibility
4.xxx OK
5.xxx Issue in the database creation file (1)

(1) solution :

  • Cut the fulltext indexes creation lines (2) in the resources table creation
  • Change the type table to myIsam
  • Create the fulltext indexes in the resources tables manually

Maarch and Apache

MySQL Version Compatibility
1.3.33 Ok if the php.ini file is configured correctly (2)
2.0.55 Compatibility pb with PHP5 – not certified
2.2 Ok


(2) configuration :

  • short_open_tag = On
  • extension=php_mbstring.dll
    extension=php_pdo.dll (should be commented)
    extension=php_do_sqlite.dll (should be commented)

Maarch and Wamp5

MySQL Version Compatibility
1.4.3 (Apache1.3.33, PHP5.0.3, Mysql 4.1.8) Ok
1.5.0 (Apache1.3.33, PHP5.1.1, Mysql 5.0.16) You need to configure correctly the php.ini file (See (2))

See also the mysql 5xx problem (*)

1.6.0 (Apache 2.0.55, PHP 5.1.1, Mysql 5.0.17) Problem with Apache 2.0.55
1.6.1 (Apache 2.0.55, PHP 5.1.2, Mysql 5.0.18) Problem with Apache 2.0.55


The best way is to use XAMP latest version.

Language