PHP Classes

File: tests/fix-php52.sh

Recommend this page to a friend!
  Classes of Scott Arciszewski   PHP Sodium Compat   tests/fix-php52.sh   Download  
File: tests/fix-php52.sh
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Sodium Compat
Cryptographic functions of libsodium in pure PHP
Author: By
Last change:
Date: 4 years ago
Size: 208 bytes
 

Contents

Class file image Download
#!/usr/bin/env bash sed -i "s/__DIR__/dirname(__FILE__)/g" vendor/*.php sed -i "s/__DIR__/dirname(__FILE__)/g" vendor/composer/*.php sed -i "s/autoload_real\.php/autoload_real_52\.php/g" vendor/autoload.php