Author |
Message |
ratnake
Joined: 06 May 2005 Posts: 3
|
Posted: Mon Feb 01, 2021 7:43 pm Post subject: How to ignore error caused by not supporting PHP 7.2+? |
|
|
Hi Guys!
In my project folder, I have sources in PHP 7.2 and PHP 7.4.
Which option I can use to force the encoder to ignore syntax error caused by not support for PHP 72+?
It's not a problem for me to maintain those files unencoded. |
|
Back to top |
|
 |
ratnake
Joined: 06 May 2005 Posts: 3
|
Posted: Thu Feb 04, 2021 1:57 am Post subject: |
|
|
Copying source content to the target dir and using the --merge-target option worked for me:
Code: |
cp src_dir/* target_dir/
ioncube_encoder72_10.2_64 src_dir -o target_dir --merge-target
|
Thanks |
|
Back to top |
|
 |
|