php-obfuscator
php-obfuscator copied to clipboard
Added Native PHP Copy Support
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.
could probably make it windows friendly. using DIRECTORY_SEPARATOR instead of '/' or define('DS', DIRECTORY_SEPARATOR);
then DS instead of '/'
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.
My bad, should have read your comment first. I just had problems a few years back using '/' on windows