From 9e02baa2805165eb2b61f24c4f6f0d05855893e2 Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Thu, 28 Jan 2016 17:46:42 +0100 Subject: [PATCH] #272 - PHP 4 constructors are no longer supported --- UPGRADE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/UPGRADE.md b/UPGRADE.md index 7e4df9746..bee4e2a04 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -27,6 +27,7 @@ This is a list of backwards compatibility (BC) breaks introduced in ProxyManager * Private properties are now also correctly handled by ProxyManager: accessing proxy state via friend classes (protected or private scope) does not require any particular workarounds anymore. * `ProxyManager\Version::VERSION` was removed. Please use `ProxyManager\Version::getVersion()` instead. + * PHP 4 style constructors are no longer supported # 1.0.0