Commit:    66335505e538d78013e2a4a8d51987dbb7693cab
Author:    Anatol Belski <[email protected]>         Tue, 28 Mar 2017 17:42:23 +0200
Parents:   38825fb187c4ccaa74b0e2fbe25bbc27a730372f
Branches:  master

Link:       
http://git.php.net/?p=web/windows.git;a=commitdiff;h=66335505e538d78013e2a4a8d51987dbb7693cab

Log:
add note about long/unicode path support in 7.1

Changed paths:
  M  templates/left_column.php


Diff:
diff --git a/templates/left_column.php b/templates/left_column.php
index 2fd45ee..7db7692 100644
--- a/templates/left_column.php
+++ b/templates/left_column.php
@@ -98,8 +98,8 @@ if ((isset($mode) && ($mode == 'snapshots' || $mode == 'qa'))
                                                                        <a 
name="x64"> </a>
                                                                        
<h4><u>x86_64 Builds</u></h4>
                                                                        <p> The 
x64 builds of <strong>PHP 5</strong> for Windows are 
<strong>experimental</strong>, and do not provide 64-bit integer or large file 
support.</p>
-                                                                       
<p><strong>PHP 7 provides full 64-bit support.</strong> The x64 builds of PHP 7 
support native 64-bit integers, LFS, 64-bit memory_limit and much more.</p>
-
+                                                                       
<p><strong>PHP 7.0+ provides full 64-bit support.</strong> The x64 builds of 
PHP 7 support native 64-bit integers, LFS, 64-bit memory_limit and much 
more.</p>
+                                                                       
<p><strong>PHP 7.1+ supports long and UTF-8 paths.</strong> See UPGRADING for 
details.</p>
                                                                        <br/>
 <?php
 if ((isset($mode) && ($mode == 'snapshots' || $mode == 'qa'))


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to