Searched refs:magic_quotes_gpc (Results 1 - 8 of 8) sorted by relevance
| /PHP_5_3/ext/filter/ |
| H A D | filter.c | 476 } else if (PG(magic_quotes_gpc) && !retval) { /* for PARSE_STRING php_register_variable_safe() will do the addslashes() */
|
| /PHP_5_3/ext/standard/ |
| H A D | basic_functions.c | 4656 Get the current active configuration setting of magic_quotes_gpc */ 4659 RETURN_LONG(PG(magic_quotes_gpc));
|
| /PHP_5_3/main/ |
| H A D | php_globals.h | 57 zend_bool magic_quotes_gpc; member in struct:_php_core_globals
|
| H A D | php_variables.c | 50 if (PG(magic_quotes_gpc)) { 192 if (PG(magic_quotes_gpc)) { 230 if (PG(magic_quotes_gpc)) { 451 int magic_quotes_gpc = PG(magic_quotes_gpc); local 453 if (magic_quotes_gpc) { 454 zend_alter_ini_entry_ex("magic_quotes_gpc", sizeof("magic_quotes_gpc"), "0", 1, ZEND_INI_SYSTEM, ZEND_INI_STAGE_ACTIVATE, 1 TSRMLS_CC); 475 if (magic_quotes_gpc) { 476 zend_alter_ini_entry_ex("magic_quotes_gpc", sizeo 592 int magic_quotes_gpc = PG(magic_quotes_gpc); local [all...] |
| H A D | main.c | 472 STD_PHP_INI_BOOLEAN("magic_quotes_gpc", "1", PHP_INI_PERDIR|PHP_INI_SYSTEM, OnUpdateBool, magic_quotes_gpc, php_core_globals, core_globals) 2121 "magic_quotes_gpc",
|
| /PHP_5_3/sapi/cgi/ |
| H A D | cgi_main.c | 621 int magic_quotes_gpc = PG(magic_quotes_gpc); local 628 if (magic_quotes_gpc) { 629 zend_alter_ini_entry_ex("magic_quotes_gpc", sizeof("magic_quotes_gpc"), "0", 1, ZEND_INI_SYSTEM, ZEND_INI_STAGE_ACTIVATE, 1 TSRMLS_CC); 642 if (magic_quotes_gpc) { 643 zend_alter_ini_entry_ex("magic_quotes_gpc", sizeof("magic_quotes_gpc"), "1", 1, ZEND_INI_SYSTEM, ZEND_INI_STAGE_ACTIVATE, 1 TSRMLS_CC);
|
| /PHP_5_3/sapi/litespeed/ |
| H A D | lsapi_main.c | 260 if (!PG(magic_quotes_gpc)) {
|
| /PHP_5_3/sapi/fpm/fpm/ |
| H A D | fpm_main.c | 564 int magic_quotes_gpc;; local 597 magic_quotes_gpc = PG(magic_quotes_gpc); 601 if (magic_quotes_gpc) { 602 zend_alter_ini_entry_ex("magic_quotes_gpc", sizeof("magic_quotes_gpc"), "0", 1, ZEND_INI_SYSTEM, ZEND_INI_STAGE_ACTIVATE, 1 TSRMLS_CC); 615 if (magic_quotes_gpc) { 616 zend_alter_ini_entry_ex("magic_quotes_gpc", sizeof("magic_quotes_gpc"), "1", 1, ZEND_INI_SYSTEM, ZEND_INI_STAGE_ACTIVATE, 1 TSRMLS_CC);
|
Completed in 24 milliseconds