Commit:    04fcf6a98b8901ae7c442aa92368c82fa7bd671d
Author:    Gustavo André dos Santos Lopes <cataphr...@php.net>         Mon, 2 
Sep 2013 23:19:53 +0200
Parents:   825c1f239b3432e76299c1dba0869df2b57b4c0d
Branches:  master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=04fcf6a98b8901ae7c442aa92368c82fa7bd671d

Log:
Update NEWS/UPGRADING with info about incompat ctx

Changed paths:
  M  NEWS
  M  UPGRADING


Diff:
diff --git a/NEWS b/NEWS
index 0c94ea2..29b5c9c 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,9 @@ PHP                                                             
           NEWS
   . Improved IS_VAR operands fetching. (Laruence, Dmitry)
   . Implemented internal operator overloading
     (RFC: https://wiki.php.net/rfc/operator_overloading_gmp). (Nikita)
+  . Made calls from incompatible context issue an E_DEPRECATED warning instead
+    of E_STRICT (phase 1 of RFC: https://wiki.php.net/rfc/incompat_ctx).
+       (Gustavo)
 
 - Session:
   . Fixed Bug #65315 (session.hash_function silently fallback to default md5)
diff --git a/UPGRADING b/UPGRADING
index 431ad79..f392edd 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -35,6 +35,9 @@ PHP X.Y UPGRADE NOTES
 3. Deprecated Functionality
 ========================================
 
+- Incompatible context calls:
+  Instance calls from an incompatible context are now deprecated and issue
+  E_DEPRECATED instead of E_STRICT. See https://wiki.php.net/rfc/incompat_ctx
 
 ========================================
 4. Changed Functions


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

Reply via email to