Hi guys, sorry for my multiple questions and not having correctly read your answers !
you are totatly right, there is a problem with glob() : the glob() function is no longer operational to French ISP Free, due to a security problem.
No patch is currently available to correct this flaw, the solution adopted by the provider is to disable the glob() function.
Only problem with that is that web applications that support this function may not operate, ZenPhoto in my case...
To understand, follow the links:
http://bugs.php.net/bug.php?id=28932
http://seclists.org/fulldisclosure/2005/Sep/1
After checking the code, zp-core/zp-extensions/tiny_mce.php is the only place in all the code zenphoto who use glob() function.
Is it possible to modify the source code to avoid zenphoto to use glob() function ?
I noticed the code often uses the function safe_glob, which is not a standard php function.
can I modify the code glob() with safe_glob()?
thanks in advance for your help