php-obfuscator icon indicating copy to clipboard operation
php-obfuscator copied to clipboard

Added Native PHP Copy Support

Open SikiFn opened this issue 10 years ago • 3 comments

The script no more relies on *nix "cp" command. Native PHP copy support has been added. Therefore, the script can be used on windows now also.

SikiFn avatar Apr 09 '15 10:04 SikiFn

could probably make it windows friendly. using DIRECTORY_SEPARATOR instead of '/' or define('DS', DIRECTORY_SEPARATOR);

then DS instead of '/'

Wayn0 avatar Apr 09 '15 13:04 Wayn0

This code works great in windows though :) On Apr 9, 2015 4:37 PM, "Wayne Oliver" [email protected] wrote:

could probably make it windows friendly. using DIRECTORY_SEPARATOR instead of '/' or define('DS', DIRECTORY_SEPARATOR);

then DS instead of '/'

— Reply to this email directly or view it on GitHub https://github.com/naneau/php-obfuscator/pull/15#issuecomment-91233571.

SikiFn avatar Apr 09 '15 14:04 SikiFn

My bad, should have read your comment first. I just had problems a few years back using '/' on windows

Wayn0 avatar Apr 09 '15 15:04 Wayn0