This topic is locked

split() depricated

4/13/2012 7:25:17 AM
PHPRunner General questions
C
colin bennett author

I'm running an older version of phprunner (V5.0) which uses the php split() function.

I need to replace every occurrence with explode().

Can I change it in the source files? If so, which ones?

and then recreate the project. or must I change it in every file created by the Project?

Thanks!

Colin

Sergey Kornilov admin 4/13/2012

There are two options here:

  1. You can edit source PHP files in C:\Program files\PHPRunner5.0\source directory replacing split() with explode().
  2. You can upgrade to one of latest version of PHPRunner that doesn't have this problem.