Deprecated elements
kernel/common/template.php1
Type | Line | Description |
---|---|---|
deprecated | 9 | Since 4.3, superseded by {@link eZTemplate::factory()} Will be kept for compatability in 4.x. |
kernel/common/ezincludefunctions.php12
Type | Line | Description |
---|---|---|
deprecated | 9 | Since 4.3 |
deprecated | 20 | Since 4.3 |
deprecated | 32 | Since 4.3 |
deprecated | 44 | Since 4.3 |
deprecated | 81 | Since 4.3, use {@link eZExtension::nameFromPath()} instead |
deprecated | 101 | Since 4.3, use {@link eZExtension::isExtension()} instead |
deprecated | 115 | Since 4.3 |
deprecated | 127 | Since 4.3 |
deprecated | 139 | Since 4.3 |
deprecated | 153 | Since 4.3 |
deprecated | 164 | Since 4.3 |
deprecated | 176 | Since 4.3 |
kernel/common/ezoverride.php1
Type | Line | Description |
---|---|---|
deprecated | 11 | 4.5 |
kernel/common/i18n.php2
Type | Line | Description |
---|---|---|
deprecated | 9 | Since 4.3, superseded by {@link ezpI18n::tr()} Will be kept for compatability in 4.x. |
deprecated | 19 | Since 4.3, superseded by {@link ezpI18n::tr()} instead Will be kept for compatability in 4.x. |
kernel/common/image.php1
Type | Line | Description |
---|---|---|
deprecated | 11 | Deprecated as of 4.3, use {@link eZImageManager::factory()} instead. |
kernel/classes/ezurlwildcard.php1
Type | Line | Description |
---|---|---|
deprecated | 428 | since 4.2.0 |
kernel/classes/ezstaticcache.php2
Type | Line | Description |
---|---|---|
deprecated | 38 | deprecated since version 4.4, site.ini.[SiteSettings].SiteURL is used instead |
deprecated | 95 | deprecated since version 4.4 |
kernel/classes/ezcache.php6
Type | Line | Description |
---|---|---|
deprecated | 776 | Callback to static class function is now done directly. |
deprecated | 787 | Callback to static class function is now done directly. |
deprecated | 797 | Callback to static class function is now done directly. |
deprecated | 807 | Callback to static class function is now done directly. |
deprecated | 818 | Callback to static class function is now done directly. |
deprecated | 828 | Callback to static class function is now done directly. |
kernel/classes/clusterfilehandlers/ezfsfilehandler.php1
Type | Line | Description |
---|---|---|
deprecated | 1021 | Deprecated as of 4.5, use {@link eZFSFileHandler::requiresPurge()} instead. |
kernel/classes/clusterfilehandlers/ezdbfilehandler.php2
Type | Line | Description |
---|---|---|
deprecated | 1319 | Deprecated as of 4.5, use {@link eZDBFileHandler::requiresPurge()} instead. |
deprecated | 1344 | Deprecated as of 4.5, use {@link eZDBFileHandler::fetchExpiredItems()} instead. |
kernel/classes/ezsiteaccess.php2
Type | Line | Description |
---|---|---|
deprecated | 683 | Should use debug.ini conditions instead of extra settings |
deprecated | 696 | Should use debug.ini conditions instead of extra settings |
kernel/classes/ezrssexport.php3
Type | Line | Description |
---|---|---|
deprecated | 292 | since 4.2 |
deprecated | 411 | since 4.2 |
deprecated | 626 | since 4.2 |
kernel/classes/datatypes/ezuser/ezuser.php2
Type | Line | Description |
---|---|---|
deprecated | 418 | As of 4.4 since default session handler does not support this. |
deprecated | 2552 | In 4.4.0 |
kernel/classes/ezclusterfilehandler.php1
Type | Line | Description |
---|---|---|
deprecated | 64 | 4.3 No longer used as we rely on ezpExtension & autoloads |
kernel/classes/ezsection.php3
Type | Line | Description |
---|---|---|
deprecated | 168 | since 4.4, global section support has been removed |
deprecated | 179 | since 4.4, global section support has been removed this function only sets value to override values for bc. |
deprecated | 193 | since 4.4, global section support has been removed and null is always returned. |
kernel/classes/ezcontentclassattributenamelist.php1
Type | Line | Description |
---|---|---|
deprecated | 11 | since 4.3, use eZSerializedObjectNameList directly instead! |
kernel/private/classes/clusterfilehandlers/ezdfsfilehandler.php2
Type | Line | Description |
---|---|---|
deprecated | 1394 | Deprecated as of 4.5, use {@link eZDFSFileHandler::requiresPurge()} instead. |
deprecated | 1421 | Deprecated as of 4.5, use {@link eZDFSFileHandler::fetchExpiredItems()} instead. |
kernel/private/classes/clusterfilehandlers/ezfs2filehandler.php1
Type | Line | Description |
---|---|---|
deprecated | 758 | Deprecated as of 4.5, use {@link eZFS2FileHandler::requiresPurge()} instead. |
kernel/private/classes/clusterfilehandlers/dfsbackends/mysqli.php4
Type | Line | Description |
---|---|---|
deprecated | 412 | Has severe performance issues |
deprecated | 430 | Has severe performances issues |
deprecated | 448 | Has severe performance issues |
deprecated | 466 | Has severe performance issues |
kernel/private/classes/clusterfilehandlers/dfsbackends/mysql.php4
Type | Line | Description |
---|---|---|
deprecated | 411 | Has severe performance issues |
deprecated | 429 | Has severe performances issues |
deprecated | 447 | Has severe performance issues |
deprecated | 465 | Has severe performance issues |
kernel/private/interfaces/ezclusterfilehandlerinterface.php2
Type | Line | Description |
---|---|---|
deprecated | 295 | This function should not be used since it cannot handle reading errors. |
deprecated | 376 | Deprecated as of 4.5, use {@link eZClusterFileHandlerInterface::requiresPurge()} instead. |
kernel/content/ezcontentoperationcollection.php1
Type | Line | Description |
---|---|---|
deprecated | 797 | since 4.3 |
lib/ezsession/classes/ezsession.php4
Type | Line | Description |
---|---|---|
deprecated | 365 | as of 4.4, only returns default md5('empty') hash now for BC. |
deprecated | 478 | as of 4.4, only returns true for bc |
deprecated | 531 | since 4.5, use {@link ezpEvent::getInstance()->attach()} with new events |
deprecated | 550 | since 4.5, use {@link ezpEvent::getInstance()->notify()} with new events |
lib/ezdb/classes/ezmysqldb.php1
Type | Line | Description |
---|---|---|
deprecated | 11 | Since 4.5 in favour of {@link eZMySQLiDB} |
lib/ezutils/classes/ezini.php3
Type | Line | Description |
---|---|---|
deprecated | 274 | Since 4.4 |
deprecated | 1737 | since 4.5, use resetInstance() instead |
deprecated | 1767 | since 4.5, use resetAllInstances() instead |
lib/ezutils/classes/ezdebugsetting.php1
Type | Line | Description |
---|---|---|
deprecated | 147 | Since 4.5 |
lib/ezutils/classes/ezdebug.php1
Type | Line | Description |
---|---|---|
deprecated | 1218 | Since 4.4.0, use microtime( true ) instead |
lib/ezutils/classes/ezexpiryhandler.php1
Type | Line | Description |
---|---|---|
deprecated | 171 | 4.2 will be removed in 4.3 |
lib/ezutils/classes/ezsys.php7
Type | Line | Description |
---|---|---|
deprecated | 208 | Since 4.5, magic quotes setting has been deprecated in PHP 5.3 |
deprecated | 276 | Since 4.5, use PHP_VERSION |
deprecated | 288 | Since 4.5 |
deprecated | 301 | Since 4.5 |
deprecated | 921 | since 4.5 |
deprecated | 1181 | Since 4.5, not used |
deprecated | 1193 | Since 4.5, has not effect anymore |
lib/ezutils/classes/ezhttptool.php2
Type | Line | Description |
---|---|---|
deprecated | 703 | Since 4.4, use ->sessionID instead! |
deprecated | 714 | Since 4.4, use ->setSessionID instead! |
lib/ezutils/classes/ezmoduleoperationinfo.php1
Type | Line | Description |
---|---|---|
deprecated | 833 | use call_user_func_array() instead |
lib/ezfile/classes/ezfile.php1
Type | Line | Description |
---|---|---|
deprecated | 34 | Since 4.4, use file( $file, FILE_IGNORE_NEW_LINES ) instead. |
lib/eztemplate/classes/eztemplatenodetool.php2
Type | Line | Description |
---|---|---|
deprecated | 75 | Use createConstantElement() instead. |
deprecated | 214 | Use elementConstantValue instead. |
lib/eztemplate/classes/eztemplate.php1
Type | Line | Description |
---|---|---|
deprecated | 1498 | Since 4.4, have not used references since 3.10 |
access.php9
Type | Line | Description |
---|---|---|
deprecated | 2 | since 4.4, this file and its compatibility functions/constants will be removed |
deprecated | 13 | Since 4.4 |
deprecated | 31 | Since 4.4 |
deprecated | 52 | Since 4.4 |
deprecated | 67 | Since 4.4 |
deprecated | 83 | Since 4.4 |
deprecated | 99 | Since 4.4 |
deprecated | 111 | Since 4.4 |
deprecated | 123 | Since 4.4 |
pre_check.php6
Type | Line | Description |
---|---|---|
deprecated | 11 | As of 4.4, moved to index.php for now |
deprecated | 49 | As of 4.4, since SitePrecheckRules setting is not used or documented anywhere (documentation above was added when it was deprecated) Also validity checks needs to be done before session init and user check after.. |
deprecated | 66 | As of 4.4, moved to {@link eZUserLoginHandler::preCheck()} |
deprecated | 99 | As of 4.4, since SitePrecheckRules setting is not used or documented anywhere (documentation above was added when it was deprecated) Also validity checks needs to be done before session init and user check after.. |
deprecated | 112 | As of 4.4, since SitePrecheckRules setting is not used or documented anywhere (documentation above was added when it was deprecated) Also validity checks needs to be done before session init and user check after.. |
deprecated | 143 | As of 4.4, since SitePrecheckRules setting is not used or documented anywhere (documentation above was added when it was deprecated) |