protection 581 sapi/apache2handler/sapi_apache2.c if (!AP2(xbithack) || strcmp(r->handler, "text/html") || !(r->finfo.protection & APR_UEXECUTE)) { protection 24 sapi/phpdbg/phpdbg_win.c int mprotect(void *addr, size_t size, int protection) { protection 26 sapi/phpdbg/phpdbg_win.c return (int)VirtualProtect(addr, size, protection == (PROT_READ | PROT_WRITE) ? PAGE_READWRITE : PAGE_READONLY, &var); protection 31 sapi/phpdbg/phpdbg_win.h int mprotect(void *addr, size_t size, int protection);