Didn't, but i'm in the firm belief that it will not help, because hoster do not allow to change server-wide variables.

31.07.2012 23:19, OQ пишет:
On Tue, Jul 31, 2012 at 1:01 PM, Фосса <[email protected]> wrote:
Hi, mr. All!
         foreach( array( 'TMPDIR', 'TMP', 'TEMP' ) as $var ) {
                 $tmp = getenv( $var );
                 if( $tmp && file_exists( $tmp ) && is_dir( $tmp ) &&
is_writable( $tmp ) ) {
                         return $tmp;
                 }
         }

Did you try overriding these environment variables first?

_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l



_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to