6a2b156325
PHP 7.2.x builds upon 7.1.x, adding new features: * Argument type declarations * Object return type declarations * Parameter Type Widening * Trailing commas in list syntax * Argon2 in password hash * Libsodium as part of PHP Core * Deprecated: __autoload, $php_errormsg, create_function(), mbstring.func_overload, parse_str() without second argument, gmp_random(), each(), assert(), $errcontext * uniqid() patch to avoid usleep() integrated, 10000x improvement on NetBSD, about 10x on Linux
10 lines
262 B
PHP
10 lines
262 B
PHP
$NetBSD: patch-ext_phar_phar_phar.php,v 1.1 2017/11/15 08:56:12 jdolecek Exp $
|
|
|
|
--- ext/phar/phar/phar.php.orig 2015-06-23 17:33:33.000000000 +0000
|
|
+++ ext/phar/phar/phar.php
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/local/bin/php
|
|
+#!@PREFIX@/bin/php
|
|
<?php
|
|
|
|
/** @file phar.php
|