fxphp
fxphp copied to clipboard
FX.php -- The best way from FileMaker to the Web
In line with #39 once a composer.json file exists please add this project to packagist to make inclusion in project simpler.
Most modern PHP applications are built using composer. Without a composer.json file this isn't possible.
Dipping my toes in PHP 7, it looks like FX.php needs some changes to its function constructors to operate error-free and continue to work for future versions. I can submit...
The concept a field to track a record/row's modification is fairly common, and basic support is present in FX.php. That said, support needs to be improved.
Added static keyword to reduce E_STRICT error messages.
After latest version of FX.php where 'preg_replace' was changed to ‘preg_replace_callback’ in RetrieveFMXML.class.php, FX.php no longer display danish characters like æøå correctly - They output more like japanese characters!
WPE is too slow. ... and unstable.