January 17, 201411 yr Hi Guys, I'm just creating a new web app that needs to integrate into our FileMaker database. The website is running PHP 5.5.3. Is there an issues with the API & 5.5.3 Thanks, Scott
January 19, 201411 yr I don't think PHP 5.5 is officially supported by the API. The docs should mention the version it officially supports. It will probably still work, but it will throw deprecated errors.
January 22, 201411 yr Yes, the supported version of the PHP API is 5.3.9 if I remember correctly. When you try to utilize a newer version of PHP you get a bunch of deprecated errors but fortunately they are easy to fix. I have an installation of MAMP that's utilizing the API and PHP 5.4.19 but just Google 'Filemaker PHP API deprecated' and whatever error it spits out and you'll be able to find a way to fix them.
Create an account or sign in to comment