Fixes #11264 or rather seriously limits the risk of global ajaxSettings screwing with script loading in domManip. Gotta love globals and sneaky dependencies. Unit test added.

This commit is contained in:
jaubourg
2012-03-07 16:54:05 +01:00
parent 484cea1b56
commit d3fad51cad
3 changed files with 23 additions and 0 deletions

1
test/data/evalScript.php Normal file
View File

@@ -0,0 +1 @@
ok( "<?php echo $_SERVER['REQUEST_METHOD'] ?>" === "GET", "request method is <?php echo $_SERVER['REQUEST_METHOD'] ?>" );