> realpath_cache_ttl - Time to live for cache entry (default 120 seconds; if
> set to 0 then doesn't refresh).
>
Ah, didn't grok the TTL at first glance that fairly well negates the
need for an explicit flush If the FS layout needs to change all one
would have to do is turn down the TTL, m
At 11:43 PM 9/21/2004 +0200, Andrey Hristov wrote:
Andi Gutmans wrote:
I'd like to roll 5.0.2 tomorrow. Has anyone had a chance to test
5.0.2RC1? Can I go ahead?
Ilia, when are you planning on rolling 4.3.9?
Andi
Wasn't there some rule like that releases are made on thursdays?
I never heard that r
Andi Gutmans wrote:
I'd like to roll 5.0.2 tomorrow. Has anyone had a chance to test
5.0.2RC1? Can I go ahead?
Ilia, when are you planning on rolling 4.3.9?
Andi
Wasn't there some rule like that releases are made on thursdays?
Maybe someone who is under windows may merge the hypot() fix
so to be
On Tue, Sep 21, 2004 at 01:50:50PM -0700, Andi Gutmans wrote:
> Has anyone had a chance to test 5.0.2RC1?
Changes to run-tests.php are causing user created regression tests to
fail: http://bugs.php.net/bug.php?id=30184
Thanks,
--Dan
--
T H E A N A L Y S I S A N D S O L U T I O N S C
It wouldn't be hard to add. I'm indifferent on how much it's really needed
because it doesn't happen too often and the server could be restarted (then
again some people might not like doing that).
Andi
At 11:15 AM 9/21/2004 +0800, Alan Knowles wrote:
Just a thought, should clearstatcache() force
I'd like to roll 5.0.2 tomorrow. Has anyone had a chance to test 5.0.2RC1?
Can I go ahead?
Ilia, when are you planning on rolling 4.3.9?
Andi
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
I was asked to provide some more info about this patch.
In general, PHP does a realpath() on files (most importantly included
files) so that when include_once() and other PHP functionality needs to
know if two file paths are identical it will give a definite answer.
realpath() itself is quite a
clearstatcache() is the wrong place to do this, but I certainly agree that
the capability to flush the cache should exist.
-Sara
"Alan Knowles" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Just a thought, should clearstatcache() force the reset of the cache?
> I cant think of man
[EMAIL PROTECTED] wrote:
[...]
>
>>A solution might be to add a new php_module_startup_ex(...) function
>>with the right parametes, and let php_module_startup() be a wrapper
>>around it.
>>At least this would keep existing SAPI-modules working:
>>
>>
>>/* {{{ php_module_startup
>> */
>>int php_mod