Re: [PHP-INSTALL] Re: Changes to .php-files not shown immediately

2007-04-19 Thread Keith Roberts
On Thu, 19 Apr 2007, Ralph Kutschera wrote: To: php-install@lists.php.net From: Ralph Kutschera <[EMAIL PROTECTED]> Subject: [PHP-INSTALL] Re: Changes to .php-files not shown immediately Ralph Kutschera wrote: [..] Ok, I think to have discovered the systematics behind this problem: Some of

[PHP-INSTALL] Re: Changes to .php-files not shown immediately

2007-04-19 Thread Ralph Kutschera
Ralph Kutschera wrote: > 'cat $one_of_those_links' In the Linux console of course.

[PHP-INSTALL] Re: Changes to .php-files not shown immediately

2007-04-19 Thread Ralph Kutschera
Ralph Kutschera wrote: > [..] Ok, I think to have discovered the systematics behind this problem: Some of the files are 'real' files and others are symbolic links. And changes to files that are included as a symbolic link are not recognized. After, for example, I do a 'cat $one_of_those_links' a

[PHP-INSTALL] Re: Changes to .php-files not shown immediately

2007-04-19 Thread Ralph Kutschera
Ralph Kutschera wrote: > E.g.: > Changing echo "foo"; to echo "bar"; will show up "foo" for minutes. Well, with really simple things like above it does work. Also changes to normal HTML-Files appear immediately. So, I don't think it's apache related. I'm working upon an object oriented PHP projec

Re: [PHP-INSTALL] Changes to .php-files not shown immediately

2007-04-19 Thread Ralph Kutschera
Keith Roberts wrote: > On Wed, 18 Apr 2007, Ralph Kutschera wrote: >> >> E.g.: >> Changing echo "foo"; to echo "bar"; will show up "foo" for minutes. >> > > The Apache php_module (libphp5.so on my system) only reads the php-ini > file when the server is first started. > > To make any changes take