Rob Isakson wrote:
> hmm, here is my setup:
> ProductVersionMediaWiki
> <http://www.mediawiki.org/>1.15.1PHP<http://www.php.net/>5.3.0
> (apache2handler)MySQL <http://www.mysql.com/>5.1.36-community-log
> Uploads working now for me. thanks again all.

Odd. Seems that cross-volume rename on windows works for 5.2.10 but not
for 5.3.0


echo "Hello world" > D:\test
php move.php

type move.php
<?php
echo "D:\\test" . `dir D:\\test`;
echo "E:\\test" . `dir E:\\test`;

rename("D:\\test", "E:\\test");


echo "D:\\test" . `dir D:\\test`;
echo "E:\\test" . `dir E:\\test`;


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

Reply via email to