This topic is locked
[SOLVED]

  Error: Deprecated Function split() is deprecated

2/4/2010 5:24:00 AM
PHPRunner General questions
N
Nic author

Dear

I have this problem :

says your project was built successfully

but when I click View in browser I have this problem
Deprecated: Function split() is deprecated in C:\Programmi\EasyPHP5.3.0\www\DemoProgetto\output\include\phpfunctions.php on line 258
This solution would be acceptable ?
In PHP5.3 split() function is deprecated,so replacing the split() function with explode ()

will solve the problem,I have used it in other examples.
I do not know how to change function to explode

please help me

greeting


H
hokah 2/4/2010

What version of Phprunner are you using?

In newer PHP versions split function is no more.

Try to upgrade your version of phprunner.

J
Jane 2/4/2010

Hi,
please make sure you use latest PHPRunner build.

If it doesn't help publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with instructions on reproducing this error.

N
Nic author 2/4/2010



What version of Phprunner are you using?

In newer PHP versions split function is no more.

Try to upgrade your version of phprunner.


Hello Dear

I'm using version 5.1.2135 PHPRunner

do you think is the cause of my problem ?

N
Nic author 2/5/2010



What version of Phprunner are you using?

In newer PHP versions split function is no more.

Try to upgrade your version of phprunner.


Hello Dear

I'm using version 5.1.2135 PHPRunner

do you think is the cause of my problem ?

J
Jane 2/5/2010

Please donwload latest PHPRunner 5.1 build 2503:

http://xlinesoft.com/downloads.htm
Then open and rebuild project.

N
Nic author 2/11/2010



Hello Dear

I'm using version 5.1.2135 PHPRunner

do you think is the cause of my problem ?


yes ok solved with local installation 5.2.0.4566

many thanks