1
0
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:
Ilia Alshanetsky
2006-10-27 01:08:16 +00:00
parent 01ac3f00f8
commit d0923ec834
-2
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