Hello guys:
Do any of you know if Scriptcase is compatible with the lattest php version?.
Regards
Hello guys:
Do any of you know if Scriptcase is compatible with the lattest php version?.
Regards
SC or generated apps?
SC not. Zend guard (the protection module used by SC) is not compatible with newer version. It will be soon http://www.zend.com/en/products/guard
Generated apps. It should work in theory, but I readed other forumers talking about problems with 5.6.
I suppose 5.4 and/or 5.5 is ok (almost all web servers use 5.4)
Thank you Gui.
PHP 5.5 removes the deprecated mysql_ functions. The ScriptCase utility used to create & modify connections on a production server relies on the mysql_ functions. Several years ago these functions were deprecated in PHP and replaced with mysqli_ library, and developers were warned to change over to the new interface. NetMake has not changed over to the new API. As a result you cannot use PHP 5.5 or newer for your production server. The current stable release of PHP is 5.6.7
In general I would advise the PDO connection, afaik that’s portable within the php versions.
Albert,
Still won’t work, still cannot create connections in production mode with 5.5 or newer.
Dave