mirror of
https://github.com/php/php-src.git
synced 2026-04-10 17:43:13 +02: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