Re: Re: Changes to .php-files not shown immediately

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



Ralph Kutschera wrote:
> I temporarily fixed the problem by doing a
> 
> <?php exec("touch /var/www/includes/*"); ?>

Well, even "touch" isn't adequate. But it works with "cat":

<?php exec("cat /var/www/includes/*"); ?>

Very strange, isn't it?

Ralph

[Index of Archives]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [Postgresql]     [PHP Books]     [PHP Databases]     [PHP SOAP]
  Powered by Linux