Browse Source

- Revert idiotic patch (hint: Windows IS NOT the most important OS!)

PECL
Jani Taskinen 18 years ago
parent
commit
6495909d16
  1. 2
      ext/session/tests/020.phpt
  2. 2
      ext/session/tests/bug41600.phpt

2
ext/session/tests/020.phpt

@ -6,7 +6,7 @@ rewriter uses arg_seperator.output for modifying URLs
session.use_cookies=0
session.cache_limiter=
session.use_trans_sid=1
arg_separator.output=&
arg_separator.output="&"
session.name=PHPSESSID
session.serialize_handler=php
session.save_handler=files

2
ext/session/tests/bug41600.phpt

@ -6,7 +6,7 @@ Bug #41600 (url rewriter tags doesn't work with namespaced tags)
session.use_cookies=0
session.cache_limiter=
session.use_trans_sid=1
arg_separator.output=&
arg_separator.output="&"
session.name=PHPSESSID
session.serialize_handler=php
session.save_handler=files

Loading…
Cancel
Save