mirror of
https://github.com/php/php-src.git
synced 2026-03-27 17:52:16 +01:00
- regression test checked (this time;-) - added new regression test for references - references _between_ session variables also work in when the session var replaces an already existing global var (this was a brain twister) - saved one strlen call per session variable - fixed one tiny leak