Browse Source

fix this test when using a save_handler other than files...

PEAR_1_4DEV
Sterling Hughes 23 years ago
parent
commit
7da8fbd7ef
  1. 1
      ext/session/tests/016.phpt

1
ext/session/tests/016.phpt

@ -6,6 +6,7 @@ invalid session.save_path should not cause a segfault
session.save_path="123;:/really\\completely:::/invalid;;,23123;213"
session.use_cookies=0
session.cache_limiter=
session.save_handler=files
session.serialize_handler=php
--FILE--
<?php

Loading…
Cancel
Save