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
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
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
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