#33787 [NEW]: no "out of sync"-error when preparing a statement

2005-07-20 Thread ladoo at gmx dot at
From: ladoo at gmx dot at Operating system: Linux (x86) PHP version: 5.0.4 PHP Bug Type: MySQLi related Bug description: no "out of sync"-error when preparing a statement Description: When the result of a statement isn't freed PHP gives an error

#32490 [NEW]: constructor of mysqli is wrong named

2005-03-29 Thread ladoo at gmx dot at
From: ladoo at gmx dot at Operating system: Linux (x86) PHP version: 5.0.3 PHP Bug Type: MySQLi related Bug description: constructor of mysqli is wrong named Description: Due to the PHP5 manual the constructor of a class shall be called __construct and the

#32290 [Opn]: call_user_func_array() calls wrong class method within child class

2005-03-13 Thread ladoo at gmx dot at
ID: 32290 User updated by: ladoo at gmx dot at -Summary: calling call_user_func_array() ends in infinite loop within child class Reported By: ladoo at gmx dot at Status: Open Bug Type: Zend Engine 2 problem Operating System

#32290 [NEW]: calling call_user_func_array() ends in infinite loop within child class

2005-03-13 Thread ladoo at gmx dot at
From: ladoo at gmx dot at Operating system: Linux (x86) PHP version: 5.0.3 PHP Bug Type: Zend Engine 2 problem Bug description: calling call_user_func_array() ends in infinite loop within child class Description: I have a class A and a class B which extends A