projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
5490c46
)
- CRLF -> LF; dammit
author
Michael Wallner
<mike@php.net>
Sat, 8 Oct 2005 21:29:22 +0000
(21:29 +0000)
committer
Michael Wallner
<mike@php.net>
Sat, 8 Oct 2005 21:29:22 +0000
(21:29 +0000)
tests/allowed_methods_001.phpt
patch
|
blob
|
history
diff --git
a/tests/allowed_methods_001.phpt
b/tests/allowed_methods_001.phpt
index 456da6a865c5e5061a5683785cb01ae3cd50da3c..f0b7d9c1b30af4a1606d4f35416eb850b9a3a0de 100644
(file)
--- a/
tests/allowed_methods_001.phpt
+++ b/
tests/allowed_methods_001.phpt
@@
-7,7
+7,7
@@
checkcgi();
?>
--FILE--
<?php
-include
dirname(__FILE__).'/
log.inc';
+include
'
log.inc';
log_prepare(_AMETH_LOG);
ini_set('http.allowed_methods', 'POST');
echo "Done\n";