Developer
Supported
Sitemap Pinger
ExpressionEngine 2
Back to this add-on's main page
View Other Add-ons From Yuri Salimovskiy
ereg is deprecated
Bug Report
David Hyland
|
Posted: 13 April 2011 09:02 PM |
|
|
|
this is a great little plugin but you’re using “ereg” functions which is deprecated in PHP5 and throws errors all over the place on creating new entries.
line 256 of the extension should be:
if (!preg_match("/^HTTP\/[0-9\.]+ 200/", $response))
please update as soon as possible
thank you
|
|
|
Yuri Salimovskiy
|
Posted: 14 April 2011 02:49 AM |
# 1
|
|
Developer
|
Thanks for pointing my attention to this.
Fixed :)
|
|
|