#29070 [Com]: __get/__set should allow recursive calls

2005-08-15 Thread ilia at manual dot ru
ID: 29070 Comment by: ilia at manual dot ru Reported By: csmoak at andrew dot cmu dot edu Status: Open Bug Type: Feature/Change Request Operating System: All PHP Version: 5.0.0RC3 New Comment: This is a really annoying issue. I actually was

#30501 [Opn]: memory leak

2004-10-20 Thread ilia at manual dot ru
ID: 30501 User updated by: ilia at manual dot ru Reported By: ilia at manual dot ru Status: Open Bug Type: Reproducible crash Operating System: FreeBSD 5.2.1 PHP Version: 5.0.2 New Comment: Memory limit was 1M for this test Previous Comments

#30501 [NEW]: memory leak

2004-10-20 Thread ilia at manual dot ru
From: ilia at manual dot ru Operating system: FreeBSD 5.2.1 PHP version: 5.0.2 PHP Bug Type: Reproducible crash Bug description: memory leak Description: unset() does not free memory. In the example, list() is important. Reproduce code: --- for($i

#26798 [NEW]: Reference is assigned locally

2004-01-05 Thread ilia at manual dot ru
From: ilia at manual dot ru Operating system: Windows XP,Linux PHP version: 4.3.4 PHP Bug Type: Variables related Bug description: Reference is assigned locally Description: The script should output '1', but it outputs '0'. Looks like th