Commit:    39cf0da15909cecc5726da8af27a339cf5fa2f98
Author:    Anatol Belski <[email protected]>         Tue, 28 Mar 2017 18:22:53 +0200
Parents:   66335505e538d78013e2a4a8d51987dbb7693cab
Branches:  master

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

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

This reverts commit 66335505e538d78013e2a4a8d51987dbb7693cab.

Added to the wrong section, need a rework anyway.

Changed paths:
  M  templates/left_column.php


Diff:
diff --git a/templates/left_column.php b/templates/left_column.php
index 7db7692..2fd45ee 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.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>
+                                                                       
<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>
+
                                                                        <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