#28893 [Com]: Unexpected behaviour of "new"

2004-06-24 Thread rodolfo at rodsoft dot org
ID: 28893 Comment by: rodolfo at rodsoft dot org Reported By: bf at mediaspace dot net Status: Open Bug Type: Class/Object related Operating System: Linux PHP Version: 5.0.0RC3 New Comment: I've experienced something similar with &

#28893 [Com]: Unexpected behaviour of "new"

2004-06-24 Thread rodolfo at rodsoft dot org
ID: 28893 Comment by: rodolfo at rodsoft dot org Reported By: bf at mediaspace dot net Status: Open Bug Type: Class/Object related Operating System: Linux PHP Version: 5.0.0RC3 New Comment: I've just ran your example and found that i

#28870 [Opn]: mysqli_bind_result doesn't work with cloned objects

2004-06-21 Thread rodolfo at rodsoft dot org
ID: 28870 User updated by: rodolfo at rodsoft dot org Reported By: rodolfo at rodsoft dot org Status: Open Bug Type: *Database Functions Operating System: linux 2.6.7 PHP Version: 5.0.0RC3 New Comment: A possible 'hack' that I've f

#28854 [Com]: Class and Vars

2004-06-21 Thread rodolfo at rodsoft dot org
ID: 28854 Comment by: rodolfo at rodsoft dot org Reported By: toppi at kacke dot de Status: Open Bug Type: *General Issues Operating System: linux/unix PHP Version: 5.0.0RC3 New Comment: The correct way to declare the member variables would

#28870 [NEW]: mysqli_bind_result doesn't work with cloned objects

2004-06-21 Thread rodolfo at rodsoft dot org
From: rodolfo at rodsoft dot org Operating system: linux 2.6.7 PHP version: 5.0.0RC3 PHP Bug Type: *Database Functions Bug description: mysqli_bind_result doesn't work with cloned objects Description: If you pass to mysqli_bind_result a member variable

#28840 [NEW]: __destruct of a class that extends mysqli not called

2004-06-18 Thread rodolfo at rodsoft dot org
From: rodolfo at rodsoft dot org Operating system: linux 2.6.7 PHP version: 5.0.0RC3 PHP Bug Type: Zend Engine 2 problem Bug description: __destruct of a class that extends mysqli not called Description: When you create a class by extending mysqli or

#28577 [Com]: mysqli doesn't compile

2004-06-11 Thread rodolfo at rodsoft dot org
ID: 28577 Comment by: rodolfo at rodsoft dot org Reported By: mc at webheberg dot com Status: Assigned Bug Type: Compile Failure Operating System: Linux Debian PHP Version: 5.0.0RC2 Assigned To: georg New Comment: A quick fix would be

#28743 [NEW]: array_udiff dumps core

2004-06-11 Thread rodolfo at rodsoft dot org
From: rodolfo at rodsoft dot org Operating system: linux 2.6.6 PHP version: 5.0.0RC2 PHP Bug Type: Reproducible crash Bug description: array_udiff dumps core Description: If you run the following script with your web browser and reload the page a couple of times

#28739 [Opn]: uasort and array_udiff doesn't work together

2004-06-11 Thread rodolfo at rodsoft dot org
ID: 28739 User updated by: rodolfo at rodsoft dot org Reported By: rodolfo at rodsoft dot org Status: Open Bug Type: Arrays related Operating System: linux 2.6.6 PHP Version: 5.0.0RC2 New Comment: This problem apparently is in uasort. If you

#28739 [NEW]: uasort and array_udiff doesn't work together

2004-06-10 Thread rodolfo at rodsoft dot org
From: rodolfo at rodsoft dot org Operating system: linux 2.6.6 PHP version: 5.0.0RC2 PHP Bug Type: Arrays related Bug description: uasort and array_udiff doesn't work together Description: If you call uasort with one callback function and then call array_

#28713 [Bgs]: crash in recursive call of __call

2004-06-10 Thread rodolfo at rodsoft dot org
ID: 28713 User updated by: rodolfo at rodsoft dot org Reported By: rodolfo at rodsoft dot org Status: Bogus Bug Type: Reproducible crash Operating System: linux 2.6.6 PHP Version: 5.0.0RC2 New Comment: You're right, but the __set and

#28713 [NEW]: crash in recursive call of __call

2004-06-09 Thread rodolfo at rodsoft dot org
From: rodolfo at rodsoft dot org Operating system: linux 2.6.6 PHP version: 5.0.0RC2 PHP Bug Type: Reproducible crash Bug description: crash in recursive call of __call Description: This ill-behaved code crashes php. I know one should never write things like