ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Function eregi deprecated


  • 2009-08-27 22:11:27

    Function eregi deprecated

    Things to describe:
    Operating system ATutor is installed on -windows 2003
    ATutor version -1.6.3
    PHP version -php 5.3

    I use Xampp 1.7.2 install atutor 1.6.3.But give a error message:
    "Deprecated: Function eregi() is deprecated in D:\xampp\htdocs\atutor\install\include\step3.php on line 33"

    I think it is Function eregi() can'nt be support in php5.3.if i use xammpp 1.7.2,how can i solve this problem? thanks.

  • 2009-08-28 09:31:08

    Re: Function eregi deprecated

    Hi, although eregi() is deprecated in php 5.3, it should still be working. "Deprecated" messages are usually warnings, turn off E_STRICT in your php.ini should remove them.

    We will deal with the deprecated functions in php 5.3 soon.

  • 2009-08-29 00:13:04

    Re: Function eregi deprecated

    Thanks.it is ok.