Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 356425
Collapse All | Expand All

(-)eaccelerator.c.old (-1 / +1 lines)
Lines 864-870 Link Here
864
  EACCELERATOR_PROTECT();
864
  EACCELERATOR_PROTECT();
865
  if (p != NULL && p->op_array != NULL) {
865
  if (p != NULL && p->op_array != NULL) {
866
    /* only restore file when open_basedir allows it */
866
    /* only restore file when open_basedir allows it */
867
    if (php_check_open_basedir(realname TSRMLS_CC)) {
867
    if (php_check_open_basedir(p->realfilename TSRMLS_CC)) {
868
      return NULL;
868
      return NULL;
869
    }		
869
    }		
870
    EAG(class_entry) = NULL;
870
    EAG(class_entry) = NULL;

Return to bug 356425