Mohd Rihan
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: PHP7 compatibilityis this in wp4.8 resolves such warning?
I thing this should be resolved in 4.8 if you are making wp compatible with PHP7, as you are mention in wp requirement is PHP7 or higher.
set_magic_quotes_runtime() I want your attention here, because if you using this function in our wp setup and PHP7 is already mention that we have removed this, then why are you calling this fun’c and from where we will get definition of this fun’c.
Forum: Plugins
In reply to: [WP OAuth Server (OAuth Authentication)] PHP7 compatibilityThe issue is still exist, I have upgraded my wp version with 4.8 and check the compatibility with PHP7 and found this issue in lots of files. some of them are below mention.
can you please check.
File: /apps/CareerSite/careersite/wp-admin/includes/class-pclzip.php
> Line 292: Function argument(s) returned by “func_get_args” might have been modified
func_get_args();
> Line 475: Function argument(s) returned by “func_get_args” might have been modified
func_get_args();
> Line 732: Function argument(s) returned by “func_get_args” might have been modified
func_get_args();
> Line 889: Function argument(s) returned by “func_get_args” might have been modified
func_get_args();
> Line 1031: Function argument(s) returned by “func_get_args” might have been modified
func_get_args();
> Line 5345: Removed function “set_magic_quotes_runtime” called
set_magic_quotes_runtime(0);
> Line 5376: Removed function “set_magic_quotes_runtime” called
set_magic_quotes_runtime($this->magic_quotes_status);File: /apps/CareerSite/careersite/wp-admin/includes/class-wp-ajax-upgrader-skin.php
> Line 94: Function argument(s) returned by “func_get_args” might have been modified
func_get_args();
> Line 110: Function argument(s) returned by “func_get_args” might have been modified
func_get_args();
> Line 129: Function argument(s) returned by “func_get_args” might have been modified
func_get_args();File: /apps/CareerSite/careersite/wp-admin/includes/dashboard.php
> Line 996: Function argument(s) returned by “func_get_args” might have been modified
func_get_args();File: /apps/CareerSite/careersite/wp-admin/includes/class-wp-upgrader-skin.php
> Line 149: Function argument(s) returned by “func_get_args” might have been modified
func_get_args();File: /apps/CareerSite/careersite/wp-admin/includes/class-bulk-upgrader-skin.php
> Line 58: Function argument(s) returned by “func_get_args” might have been modified
func_get_args();File: /apps/CareerSite/careersite/wp-admin/includes/media.php
> Line 534: Function argument(s) returned by “func_get_args” might have been modified
func_get_args();File: /apps/CareerSite/careersite/wp-admin/includes/class-automatic-upgrader-skin.php
> Line 76: Function argument(s) returned by “func_get_args” might have been modified
func_get_args();File: /apps/CareerSite/careersite/wp-includes/plugin.php
> Line 184: Function argument(s) returned by “func_get_args” might have been modified
func_get_args();
> Line 198: Function argument(s) returned by “func_get_args” might have been modified
func_get_args();
> Line 231: Function argument(s) returned by “func_get_args” might have been modified
func_get_args();
> Line 432: Function argument(s) returned by “func_get_args” might have been modified
func_get_args();
> Line 451: Function argument(s) returned by “func_get_arg” might have been modified
func_get_arg($a);
> Line 502: Function argument(s) returned by “func_get_args” might have been modified
func_get_args();
File: /apps/CareerSite/careersite/wp-includes/widgets.php
> Line 358: Function argument(s) returned by “func_get_args” might have been modified
func_get_args();
> Line 499: Function argument(s) returned by “func_get_args” might have been modified
func_get_args();
> Line 538: Function argument(s) returned by “func_get_args” might have been modified
func_get_args();
> Line 580: Function argument(s) returned by “func_get_args” might have been modified
func_get_args();File: /apps/CareerSite/careersite/wp-includes/deprecated.php
> Line 1789: Function argument(s) returned by “func_get_args” might have been modified
func_get_args();
> Line 1802: Function argument(s) returned by “func_get_args” might have been modified
func_get_args();
> Line 2065: Function argument(s) returned by “func_get_args” might have been modified
func_get_args();
> Line 2120: Function argument(s) returned by “func_get_args” might have been modified
func_get_args();
> Line 2177: Function argument(s) returned by “func_get_args” might have been modified
func_get_args();File: /apps/CareerSite/careersite/wp-includes/capabilities.php
> Line 544: Function argument(s) returned by “func_get_args” might have been modified
func_get_args();
> Line 571: Function argument(s) returned by “func_get_args” might have been modified
func_get_args();
> Line 601: Function argument(s) returned by “func_get_args” might have been modified
func_get_args();
> Line 623: Function argument(s) returned by “func_get_args” might have been modified
func_get_args();File: /apps/CareerSite/careersite/wp-includes/rest-api/class-wp-rest-server.php
> Line 737: Nested by-reference foreach loop, make sure there is no iteration over the same array
foreach ($handlers as $key => &$handler) {
}
> Line 1304: Removed “HTTP_RAW_POST_DATA” variable used
$HTTP_RAW_POST_DATA;
> Line 1310: Removed “HTTP_RAW_POST_DATA” variable used
$HTTP_RAW_POST_DATA;
> Line 1311: Removed “HTTP_RAW_POST_DATA” variable used
$HTTP_RAW_POST_DATA;
> Line 1314: Removed “HTTP_RAW_POST_DATA” variable used
$HTTP_RAW_POST_DATA;File: /apps/CareerSite/careersite/xmlrpc.php
> Line 21: Removed “HTTP_RAW_POST_DATA” variable used
$HTTP_RAW_POST_DATA;
> Line 22: Removed “HTTP_RAW_POST_DATA” variable used
$HTTP_RAW_POST_DATA;
> Line 26: Removed “HTTP_RAW_POST_DATA” variable used
$HTTP_RAW_POST_DATA;
> Line 27: Removed “HTTP_RAW_POST_DATA” variable used
$HTTP_RAW_POST_DATA;
> Line 27: Removed “HTTP_RAW_POST_DATA” variable used
$HTTP_RAW_POST_DATA;