Rewrite of the Ajax module by Julian Aubourg. Some (dated) details can be found here: http://oksoclap.com/6Y26bm1ZsB more details are forthcoming. Fixes #7195.
This commit is contained in:
parent
29616e60c8
commit
ab3ba4a812
12 changed files with 1997 additions and 469 deletions
5
test/data/headers.php
Normal file
5
test/data/headers.php
Normal file
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
header( "Multiple-Line: Hello\n World" );
|
||||
header( "Multiple-Multiple-Line: Hello\n Beautiful\n\t World" );
|
||||
header( "Single-Line: Hello World" );
|
Loading…
Add table
Add a link
Reference in a new issue