[wp-trac] [WordPress Trac] #5416: WP req's PHP 4.2,
Yet 4.3 functions used
WordPress Trac
wp-trac at lists.automattic.com
Tue Dec 4 06:22:30 GMT 2007
#5416: WP req's PHP 4.2, Yet 4.3 functions used
---------------------+------------------------------------------------------
Reporter: DD32 | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.5
Component: General | Version: 2.4
Severity: normal | Keywords: compat
---------------------+------------------------------------------------------
Currently WordPress requires PHP 4.2, however, There are few PHP 4.3+
functions in use around WP which do not have a compat function:
{{{
ob_get_flush() = wp-includes/widgets.php
html_entity_decode() - wp-admin/import/blogger.php, wp-
includes/widgets.php
ob_get_clean() - wp-admin/plugins.php
}}}
Any other PHP 4.3+ functions either have logic im place to use alternate
methods, or there is a compatible function in compat.php for it.
--
Ticket URL: <http://trac.wordpress.org/ticket/5416>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list