Help me to fix the directory error

Discussion in 'PHP' started by imteaz, Jan 23, 2012.

  1. #1
    Hi, i have a directory and it showing this error, after my hosting upgrade php 5.3

    Deprecated: Assigning the return value of new by reference is deprecated in /home/gnetcali/public_html/libs/adodb/adodb.inc.php on line 914

    Deprecated: Assigning the return value of new by reference is deprecated in /home/gnetcali/public_html/libs/adodb/adodb.inc.php on line 1988

    Deprecated: Assigning the return value of new by reference is deprecated in /home/gnetcali/public_html/libs/adodb/adodb.inc.php on line 2060

    Deprecated: Function split() is deprecated in /home/gnetcali/public_html/include/functions.php on line 336

    anyone can help me?
     
    imteaz, Jan 23, 2012 IP
  2. Haxalot

    Haxalot Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    0
    #2
    preg_split() or explode() are alternatives to split() as it is deprecated now (meaning that PHP 5 does not support the use of that function any longer).
     
    Haxalot, Jan 23, 2012 IP