39506d885e
THe main features of PHP 5.6: * Constant scalar expressions. * Variadic functions and argument unpacking using the ... operator. * Exponentiation using the ** operator. * Function and constant importing with the use keyword. * phpdbg as an interactive integrated debugger SAPI. * php://input is now reusable, and $HTTP_RAW_POST_DATA is deprecated. * GMP objects now support operator overloading. * File uploads larger than 2 gigabytes in size are now accepted. Please refer for difference from oldre release:http://php.net/migration56.
13 lines
325 B
Text
13 lines
325 B
Text
$NetBSD: patch-makedist,v 1.1 2014/11/24 15:37:08 taca Exp $
|
|
|
|
--- makedist.orig 2014-11-12 13:52:21.000000000 +0000
|
|
+++ makedist
|
|
@@ -35,7 +35,7 @@ if test "${1}" = "1" -a "${2}" -lt "28";
|
|
fi
|
|
IFS="$old_IFS"
|
|
|
|
-if test "x$PHPROOT" == "x"; then
|
|
+if test "x$PHPROOT" = "x"; then
|
|
PHPROOT=git@git.php.net:php-src.git;
|
|
fi
|
|
|