[php-maint] Bug#424937: Patch
    Etienne Carriere 
    etienne.carriere at rez-gif.supelec.fr
       
    Thu May 17 22:49:57 UTC 2007
    
    
  
Hello,
After browsing in the CVS tree, I find the patch for this hole :
file : zend/zend_ini
277c277,278
<       if (zend_hash_find(EG(ini_directives), name, name_length, (void
**) &ini_entry)==FAILURE) {
---
>       if (zend_hash_find(EG(ini_directives), name, name_length, (void
**) &ini_entry)==FAILURE ||
>           (stage == ZEND_INI_STAGE_RUNTIME && (ini_entry->modifiable &
ZEND_INI_USER) == 0)) {
I will try this patch this weekend on a testing server .
    
    
More information about the pkg-php-maint
mailing list