no more magic quotes

This commit is contained in:
Ilia Alshanetsky 2006-10-27 01:08:16 +00:00
parent 01ac3f00f8
commit d0923ec834

View File

@ -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