yodarunamok / fxphp

FX.php -- The best way from FileMaker to the Web
http://fx.iviking.org/
44 stars 29 forks source link

PHP 5.5 deprecates preg_replace /e modifier #30

Closed APD183 closed 10 years ago

APD183 commented 10 years ago

Updated where preg_replace() was used with the /e modifier to instead use preg_replace_callback().

Changes to RetrieveFM7VerboseData.class.php have been tested and are working for me.

Changes to RetrieveFMXML.class.php (other than removing the 'e' from items in $UTF8SpecialChars) I'm not exactly sure how to test, but it's not giving me errors.