README.txt 866 B

12345678910111213141516171819
  1. The most recently published version of Zend_Session documentation:
  2. http://framework.zend.com/wiki/x/iVc
  3. Comments may be added by readers to each wiki page, by first registering
  4. for a wiki/issue tracker account, and then emailing your username to
  5. cla@zend.com with a request to enable posting privileges.
  6. To run the unit tests for Zend_Session*, use a CLI version of PHP:
  7. $ cd /path/to/zend_framework/tests/Zend/Session
  8. $ php AllTests.php
  9. Simulation of multiple, sequential requests required the use of exec() using the
  10. CLI version of PHP. Additionally, issues discussed on the headers_sent() manual
  11. page also pose issues when trying to combine multiple test suites and avoid
  12. problems associated with output buffering, and headers "already sent".
  13. If you would like to help implement a solution, please start here:
  14. http://framework.zend.com/issues/browse/ZF-700