mirror of
https://github.com/php/php-src.git
synced 2026-04-25 00:48:25 +02:00
no more magic quotes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user