#38049 [NEW]: A problem with values returned by ArrayAccess::offsetGet()

2006-07-09 Thread vma1 at abv dot bg
From: vma1 at abv dot bg Operating system: Linux PHP version: 5CVS-2006-07-09 (snap) PHP Bug Type: Arrays related Bug description: A problem with values returned by ArrayAccess::offsetGet() Description: Values returned by ArrayAccess::offsetGet() cannot be used

#35485 [Bgs]: foreach is not working correctly

2005-11-30 Thread vma1 at abv dot bg
ID: 35485 User updated by: vma1 at abv dot bg Reported By: vma1 at abv dot bg Status: Bogus Bug Type: Arrays related Operating System: Slackware 10.1, kernel 2.4.31 PHP Version: 5CVS-2005-11-30 (snap) New Comment: So what language construct

#35485 [Bgs->Opn]: foreach is not working correctly

2005-11-30 Thread vma1 at abv dot bg
ID: 35485 User updated by: vma1 at abv dot bg Reported By: vma1 at abv dot bg -Status: Bogus +Status: Open Bug Type: Arrays related Operating System: Slackware 10.1, kernel 2.4.31 PHP Version: 5CVS-2005-11-30 (snap) New Comment: So what

#35485 [Opn]: foreach is not working correctly

2005-11-30 Thread vma1 at abv dot bg
ID: 35485 User updated by: vma1 at abv dot bg Reported By: vma1 at abv dot bg Status: Open Bug Type: Arrays related Operating System: Slackware 10.1, kernel 2.4.31 PHP Version: 5CVS-2005-11-30 (snap) New Comment: In my previous comment I meant

#35485 [Bgs->Opn]: foreach is not working correctly

2005-11-30 Thread vma1 at abv dot bg
ID: 35485 User updated by: vma1 at abv dot bg Reported By: vma1 at abv dot bg -Status: Bogus +Status: Open Bug Type: Arrays related Operating System: Slackware 10.1, kernel 2.4.31 PHP Version: 5CVS-2005-11-30 (snap) New Comment: The

#35485 [NEW]: foreach is not working correctly

2005-11-30 Thread vma1 at abv dot bg
From: vma1 at abv dot bg Operating system: Slackware 10.1, kernel 2.4.31 PHP version: 5CVS-2005-11-30 (snap) PHP Bug Type: Arrays related Bug description: foreach is not working correctly Description: When using foreach($arr as $index => &$item), th

#33645 [NEW]: Cannot modify arrays returned by ArrayAccess::offsetGet()

2005-07-11 Thread vma1 at abv dot bg
From: vma1 at abv dot bg Operating system: Linux PHP version: 5.1.0b2 PHP Bug Type: Class/Object related Bug description: Cannot modify arrays returned by ArrayAccess::offsetGet() Description: It is not possible to modify an element of an array returned by

#29723 [Opn]: file_get_contents() fails with the file:// wrapper

2004-08-19 Thread vma1 at abv dot bg
ID: 29723 User updated by: vma1 at abv dot bg Reported By: vma1 at abv dot bg Status: Open Bug Type: Filesystem function related Operating System: Windows XP PHP Version: 5CVS-2004-08-17 (dev) New Comment: The reproduce code should be

#29723 [NEW]: file_get_contents() fails with the file:// wrapper

2004-08-17 Thread vma1 at abv dot bg
From: vma1 at abv dot bg Operating system: Windows XP PHP version: 5CVS-2004-08-17 (dev) PHP Bug Type: Filesystem function related Bug description: file_get_contents() fails with the file:// wrapper Description: When file_get_contents() is used under Windows

#24842 [Opn]: Corrupted memory/segfault when using destructors

2003-07-29 Thread vma1 at abv dot bg
ID: 24842 User updated by: vma1 at abv dot bg Reported By: vma1 at abv dot bg Status: Open Bug Type: Zend Engine 2 problem Operating System: Slackware Linux 9.0 PHP Version: 5CVS-2003-07-28 (dev) New Comment: I found the cause of the bug and

#24842 [Fbk->Opn]: Corrupted memory/segfault when using destructors

2003-07-29 Thread vma1 at abv dot bg
ID: 24842 User updated by: vma1 at abv dot bg Reported By: vma1 at abv dot bg -Status: Feedback +Status: Open Bug Type: Zend Engine 2 problem Operating System: Slackware Linux 9.0 PHP Version: 5CVS-2003-07-28 (dev) New Comment: [EMAIL

#24842 [Fbk->Opn]: Corrupted memory/segfault when using destructors

2003-07-29 Thread vma1 at abv dot bg
ID: 24842 User updated by: vma1 at abv dot bg Reported By: vma1 at abv dot bg -Status: Feedback +Status: Open Bug Type: Zend Engine 2 problem Operating System: Slackware Linux 9.0 PHP Version: 5CVS-2003-07-28 (dev) New Comment: "p

#24842 [Opn]: Corrupted memory/segfault when using destructors

2003-07-28 Thread vma1 at abv dot bg
ID: 24842 User updated by: vma1 at abv dot bg Reported By: vma1 at abv dot bg Status: Open Bug Type: Zend Engine 2 problem Operating System: Slackware Linux 9.0 PHP Version: 5CVS-2003-07-28 (dev) New Comment: I have modified slightly

#24842 [Opn]: Corrupted memory/segfault when using destructors

2003-07-28 Thread vma1 at abv dot bg
ID: 24842 User updated by: vma1 at abv dot bg Reported By: vma1 at abv dot bg Status: Open Bug Type: Zend Engine 2 problem Operating System: Slackware Linux 9.0 PHP Version: 5CVS-2003-07-28 (dev) New Comment: In this case php was compiled and

#24842 [NEW]: Corrupted memory/segfault when using destructors

2003-07-28 Thread vma1 at abv dot bg
From: vma1 at abv dot bg Operating system: Slackware Linux 9.0 PHP version: 5CVS-2003-07-28 (dev) PHP Bug Type: Zend Engine 2 problem Bug description: Corrupted memory/segfault when using destructors Description: This is a repost of an existing bug that was

#24834 [NEW]: Memory corruption bug in object destructor

2003-07-27 Thread vma1 at abv dot bg
From: vma1 at abv dot bg Operating system: Slackware Linux 9.0 PHP version: 5CVS-2003-07-28 (dev) PHP Bug Type: Zend Engine 2 problem Bug description: Memory corruption bug in object destructor Description: The following script causes memory corruption when run

#24812 [NEW]: Calling exit() from a destructor breaks next executed script

2003-07-25 Thread vma1 at abv dot bg
From: vma1 at abv dot bg Operating system: Slackware Linux 9.0 PHP version: 5CVS-2003-07-25 (dev) PHP Bug Type: Zend Engine 2 problem Bug description: Calling exit() from a destructor breaks next executed script Description: When a destructor runs and you call

#18590 [Com]: Fatal error: Cannot redeclare upon reload

2003-07-24 Thread vma1 at abv dot bg
ID: 18590 Comment by: vma1 at abv dot bg Reported By: armageddon at raydan dot de Status: Verified Bug Type: Zend Engine 2 problem Operating System: WinXP Pro PHP Version: 5.0.0-dev New Comment: Same effect here on Slackware Linux 9.0

#24758 [Fbk->Opn]: foreach() is broken

2003-07-22 Thread vma1 at abv dot bg
ID: 24758 User updated by: vma1 at abv dot bg Reported By: vma1 at abv dot bg -Status: Feedback +Status: Open Bug Type: Arrays related Operating System: Slackware Linux 9.0 PHP Version: 5CVS-2003-07-22 (dev) New Comment: No. It is still

#24758 [Opn]: foreach() is broken

2003-07-22 Thread vma1 at abv dot bg
ID: 24758 User updated by: vma1 at abv dot bg Reported By: vma1 at abv dot bg Status: Open Bug Type: Arrays related Operating System: Slackware Linux 9.0 PHP Version: 5CVS-2003-07-22 (dev) New Comment: Actually very small changes in the script

#24758 [NEW]: foreach() is broken

2003-07-22 Thread vma1 at abv dot bg
From: vma1 at abv dot bg Operating system: Slackware Linux 9.0 PHP version: 5CVS-2003-07-22 (dev) PHP Bug Type: Arrays related Bug description: foreach() is broken Description: The last CVS version php5-200307221730 has broken handling of arrays in foreach

#24565 [Com]: cannot read array elements recived via $_REQUEST

2003-07-22 Thread vma1 at abv dot bg
ID: 24565 Comment by: vma1 at abv dot bg Reported By: nightcat at poczta dot onet dot pl Status: Verified Bug Type: Zend Engine 2 problem Operating System: * PHP Version: 5.0.0b2-dev New Comment: > btw: I have set "register_long_arr

#24565 [Com]: cannot read array elements recived via $_REQUEST

2003-07-21 Thread vma1 at abv dot bg
ID: 24565 Comment by: vma1 at abv dot bg Reported By: nightcat at poczta dot onet dot pl Status: Verified Bug Type: Zend Engine 2 problem Operating System: * PHP Version: 5.0.0b2-dev New Comment: One more thing - setting

#24565 [Com]: cannot read array elements recived via $_REQUEST

2003-07-21 Thread vma1 at abv dot bg
ID: 24565 Comment by: vma1 at abv dot bg Reported By: nightcat at poczta dot onet dot pl Status: Verified Bug Type: Zend Engine 2 problem Operating System: * PHP Version: 5.0.0b2-dev New Comment: Same here: Slackware 9.0 Apache-1.3.27 php5

#24745 [NEW]: return ($val) is broken for references

2003-07-21 Thread vma1 at abv dot bg
From: vma1 at abv dot bg Operating system: Slackware Linux 9.0 PHP version: 5CVS-2003-07-21 (dev) PHP Bug Type: Zend Engine 2 problem Bug description: return ($val) is broken for references Description: "return ($val);" does not work in a function that

#24744 [NEW]: Using a function that returns a reference crashes php

2003-07-21 Thread vma1 at abv dot bg
From: vma1 at abv dot bg Operating system: Slackware Linux 9.0 PHP version: 4CVS-2003-07-21 (stable) PHP Bug Type: Reproducible crash Bug description: Using a function that returns a reference crashes php Description: The following code causes the apache 1.3.27