semsol / arc2

ARC RDF Classes for PHP
Other
332 stars 89 forks source link

preg_replace with /e modifier is deprecated: use preg_replace_callback instead #60

Closed danmichaelo closed 10 years ago

danmichaelo commented 10 years ago

The /e modifier is deprecated as of PHP 5.5.0

craigdietrich commented 9 years ago

A number of preg_replace()'s aren't updated with this merge. E.g., in https://github.com/semsol/arc2/blob/master/parsers/ARC2_RDFXMLParser.php and other files.