mirror of
https://github.com/php/php-src.git
synced 2025-01-25 21:23:45 +08:00
no more magic quotes
This commit is contained in:
parent
01ac3f00f8
commit
d0923ec834
@ -6,8 +6,6 @@ if(!extension_loaded('sysvsem') || !extension_loaded('sysvshm')) {
|
||||
die("skip Both sysvsem and sysvshm required");
|
||||
}
|
||||
?>
|
||||
--INI--
|
||||
magic_quotes_runtime=0
|
||||
--FILE--
|
||||
<?php
|
||||
$MEMSIZE = 512; // size of shared memory to allocate
|
||||
|
Loading…
Reference in New Issue
Block a user