Beta 3

php.internals

Andi Gutmans

22 years ago
Hey guys, A couple of weeks too late, but I'd like to roll Beta 3 tomorrow. The crucial bug we wanted fixing (the return reference problem) was fixed. Other little things can be fixed during the code freeze after B3 whilst getting ready for RC1. Andi

Ilia A.

22 years ago
On December 16, 2003 11:23 pm, Andi Gutmans wrote:
> Hey guys, > > A couple of weeks too late, but I'd like to roll Beta 3 tomorrow. > The crucial bug we wanted fixing (the return reference problem) was fixed. > Other little things can be fixed during the code freeze after B3 whilst > getting ready for RC1.
The reference fix appears to have introduced a new problem, test for bug #22510 (tests/lang/bug22510.phpt) now dies with an overrun. Another reference test (Zend/tests/bug22836.phpt) fails with a series of memory leaks. Ilia

Zeev Suraski

22 years ago
#22510 is refixed. The other one is not a real issue (it died out right before, now it runs till the end - we'll try to fix the leaks though). Zeev At 17:49 17/12/2003, Ilia Alshanetsky wrote: