Home
last modified time | relevance | path

Searched refs:protection (Results 1 – 8 of 8) sorted by relevance

/PHP-5.6/sapi/phpdbg/
H A Dphpdbg_win.c24 int mprotect(void *addr, size_t size, int protection) { in mprotect() argument
26 …return (int)VirtualProtect(addr, size, protection == (PROT_READ | PROT_WRITE) ? PAGE_READWRITE : P… in mprotect()
H A Dphpdbg_win.h31 int mprotect(void *addr, size_t size, int protection);
/PHP-5.6/ext/pgsql/tests/
H A D80_bug27597.phpt30 $i = 0; // endless-loop protection
/PHP-5.6/sapi/apache2handler/
H A Dsapi_apache2.c570 if (!AP2(xbithack) || strcmp(r->handler, "text/html") || !(r->finfo.protection & APR_UEXECUTE)) { in php_handler()
/PHP-5.6/ext/ftp/tests/
H A Dserver.inc133 fputs($s, "504 Wrong protection.\r\n");
/PHP-5.6/ext/mbstring/libmbfl/
H A DLICENSE159 and you may at your option offer warranty protection in exchange for a
/PHP-5.6/
H A DNEWS1584 . Added NULL byte protection to exec, system and passthru. (Yasuo)
2987 . Fixed bug #66311 (Stack smashing protection kills PDO/ODBC queries).
6798 - Added protection for $_SESSION from interrupt corruption and improved
9324 - Added internal heap protection (Dmitry)
9329 . canary protection (debug build only)
11099 - Fixed bug #33210 (relax jpeg recursive loop protection). (Ilia)
/PHP-5.6/ext/pcre/pcrelib/doc/
H A Dpcre.txt135 vides some protection against this: see the PCRE_EXTRA_MATCH_LIMIT fea-
10312 protection against this.

Completed in 117 milliseconds