I've just installed the free version as I need to trial this to make sure it will work for us so I can justify the purchase.
I've installed it on our Windows Server 2008 based setup (using FastCGI in IIS) and when I run any of the samples I get:
[code]Strict Standards: Declaration of CreateStyle::generateB() should be compatible with CreateElement::generateB($strVal = 'single') in C:\inetpub\wwwroot\asc\phpdocx\classes\CreateStyle.inc on line 2643
Strict Standards: Declaration of CreateStyle::generateRFONTS() should be compatible with CreateElement::generateRFONTS($font) in C:\inetpub\wwwroot\asc\phpdocx\classes\CreateStyle.inc on line 2643
Strict Standards: Declaration of CreateTheme1::generateLN() should be compatible with CreateElement::generateLN($w = '12700') in C:\inetpub\wwwroot\asc\phpdocx\classes\CreateTheme1.inc on line 1270
Strict Standards: Declaration of CreateTheme1::generateSCHEMECLR() should be compatible with CreateElement::generateSCHEMECLR($val = 'tx1') in C:\inetpub\wwwroot\asc\phpdocx\classes\CreateTheme1.inc on line 1270
Strict Standards: Declaration of CreateTheme1::generatePRSTDASH() should be compatible with CreateElement::generatePRSTDASH($val = 'sysDash') in C:\inetpub\wwwroot\asc\phpdocx\classes\CreateTheme1.inc on line 1270[/code]
We're using PHP 5.4.7.
I'll admit to being quite new to PHP so any pointers would be appreciated.
Cheers
Andy