Changeset 47736
- Timestamp:
- 05/01/2020 07:34:05 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ID3/getid3.php
r47735 r47736 286 286 287 287 // Check safe_mode off 288 if (preg_match('#(1|ON)#i', ini_get('safe_mode'))) { // phpcs:ignore // phpcs:ignorePHPCompatibility.FunctionUse.RemovedFunctions.get_magic_quotes_runtimeDeprecated288 if (preg_match('#(1|ON)#i', ini_get('safe_mode'))) { // phpcs:ignore PHPCompatibility.FunctionUse.RemovedFunctions.get_magic_quotes_runtimeDeprecated 289 289 $this->warning('WARNING: Safe mode is on, shorten support disabled, md5data/sha1data for ogg vorbis disabled, ogg vorbos/flac tag writing disabled.'); 290 290 } … … 1561 1561 // currently vorbiscomment only works on OggVorbis files. 1562 1562 1563 if (preg_match('#(1|ON)#i', ini_get('safe_mode'))) { // phpcs:ignore // phpcs:ignorePHPCompatibility.FunctionUse.RemovedFunctions.get_magic_quotes_runtimeDeprecated1563 if (preg_match('#(1|ON)#i', ini_get('safe_mode'))) { // phpcs:ignore PHPCompatibility.FunctionUse.RemovedFunctions.get_magic_quotes_runtimeDeprecated 1564 1564 1565 1565 $this->warning('Failed making system call to vorbiscomment.exe - '.$algorithm.'_data is incorrect - error returned: PHP running in Safe Mode (backtick operator not available)');
Note: See TracChangeset
for help on using the changeset viewer.