[wp-trac] [WordPress Trac] #26265: safe_mode error when uploading audio/video (stuck on crunching)
WordPress Trac
noreply at wordpress.org
Mon Mar 24 22:13:04 UTC 2014
#26265: safe_mode error when uploading audio/video (stuck on crunching)
--------------------------+-----------------------------
Reporter: tomsommer | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Future Release
Component: Media | Version: 3.6
Severity: major | Resolution:
Keywords: has-patch | Focuses:
--------------------------+-----------------------------
Comment (by wonderboymusic):
Few things:
* http://www.php.net/manual/en/ini.sect.safe-mode.php#ini.safe-mode =
`This feature has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP
5.4.0.` Not sure that we even care to support this, even though it is in
the scope of our minimum requirements.
* The patch will result in the value ALWAYS being set by WordPress, so
when `getid3.php` is loaded, there will be a warning for trying to reset
`GETID3_TEMP_DIR`
* We don't want to patch the `getID3` library directly, so suppressing
errors in the `realpath()` call isn't ideal. Even so, `GETID3_TEMP_DIR`
isn't set conditionally, `getid3.php` ALWAYS attempts to set it, without
checking if it is already defined.
This one is not keeping me up at night
--
Ticket URL: <https://core.trac.wordpress.org/ticket/26265#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list