summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2012-08-05 21:13:39 -0700
committerStanislav Malyshev <stas@php.net>2012-08-05 21:15:53 -0700
commitc9eb64127e2d25c09672beacffdd34c8e7e3ddd2 (patch)
tree46bd068f2cf0cd9c6ab8774fe3ae0f17d970b449 /UPGRADING
parent1a41607d462ec2bfe9725821c541bae78282d8a5 (diff)
parentb1a997e2a25d1f1422a237e12cff19a70a8eb317 (diff)
downloadphp-git-c9eb64127e2d25c09672beacffdd34c8e7e3ddd2.tar.gz
Merge branch 'pull-request/132'
* pull-request/132: OK, bye bye JavaScript, let's just include credits before license Nicer (JSLint-compliant!) credits reveal JavaScript Removed now-unnecessary expose_php checks for logo Fixed small misalignment in prev commit Removed Logo GUIDs and replaced with Data URIs and div hidden with JS
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING7
1 files changed, 7 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 7aea61f642..4fac7a88f5 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -23,6 +23,9 @@ PHP X.Y UPGRADE NOTES
- Drop Windows XP and 2003 support. (Pierre)
- All internal case insensitivity handling for class, function and constant
names is done according to ASCII rules, current locale settings are ignored.
+- php_logo_guid(), php_egg_logo_guid(), php_real_logo_guid() and
+ zend_logo_guid() have been removed
+- Removal of Logo GUIDs
========================================
2. New Features
@@ -94,6 +97,8 @@ PHP X.Y UPGRADE NOTES
- IntlDateFormatter::format() and datefmt_format() now also accept an
IntlCalendar object for formatting.
- Deprecated mcrypt_ecb() made to produce E_DEPRECATED.
+- php_logo_guid(), php_egg_logo_guid(), php_real_logo_guid() and
+ zend_logo_guid() have been removed
========================================
5. New Functions
@@ -229,3 +234,5 @@ PHP X.Y UPGRADE NOTES
========================================
11. Other Changes
========================================
+
+- Logo GUIDs will no longer work