Zainstalowałem sobie lokalnie WampSerwer PHP 5.3.0 aby testować strunę i wywala mi błąd w takiej funkcji
Jak maiłem na serwerze Linuxowym (Debian) to było OK
<?php foreach ($_GET as $check_url) { if ((eregi(\"<[^>]*script*\"?[^>]*>\", $check_url)) || (eregi(\"<[^>]*object*\"?[^>]*>\", $check_url)) || (eregi(\"<[^>]*iframe*\"?[^>]*>\", $check_url)) || (eregi(\"<[^>]*applet*\"?[^>]*>\", $check_url)) || (eregi(\"<[^>]*meta*\"?[^>]*>\", $check_url)) || (eregi(\"<[^>]*style*\"?[^>]*>\", $check_url)) || } } ?>
Deprecated: Function eregi() is deprecated in C:\wamp\www\maincore.php on line 4
Deprecated: Function eregi() is deprecated in C:\wamp\www\maincore.php on line 4
Deprecated: Function eregi() is deprecated in C:\wamp\www\maincore.php on line 5
Deprecated: Function eregi() is deprecated in C:\wamp\www\maincore.php on line 5
Deprecated: Function eregi() is deprecated in C:\wamp\www\maincore.php on line 6
Deprecated: Function eregi() is deprecated in C:\wamp\www\maincore.php on line 6
Deprecated: Function eregi() is deprecated in C:\wamp\www\maincore.php on line 7
Deprecated: Function eregi() is deprecated in C:\wamp\www\dziennik\maincore.php on line 12