I didn’t follow the previous conversation because I don’t know anything about DLLs, but if you’re talking about this: https://postcodes.io/docs, you can do that all with native 4D, you don’t need PHP.
> On Sep 6, 2016, at 12:28 AM, Douglas Cryer <[email protected]> wrote: > > Hello again. With no real progress with my DLL based plug-in issue for > getting addresses from Postcodes since v15 broke it, I realized that I would > have to try another way. > > So we have looked at the PHP library code and tried to integrate with that > instead. We have then hit a small road block that hopefully someone might > have some experience with. The docs say this: > > The system files are encoded using the “Zend” Optimizer to protect > intellectual property. In order to run these you must have the Zend Optimizer > installed. This can be downloaded for free from www.zend.com. Versions are > available for all popular operating systems. When installing you will need to > specify the location of your PHP.ini file and the root folder of your web > server. > > So further investigation then tells me that Zend Optimizer is now included in > PHP 5.3 and above. But in the case of 4D’s PHP to me it is a black box > running somewhere in the depths of the 4D engine. Useful at times but rarely > used and certainly never fiddled with (yet). 4D returns the version as > 5.4.11 so is it a fair assumption that the library exists? > > Do I then just need to put something in the php.ini file and if so what? > > Regards, Dougie > ________________________________________________________ ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

