Bug #52144 [Fbk->Opn]: Error: Base lambda function for closure not found

2010-06-22 Thread taco at procurios dot nl
Edit report at http://bugs.php.net/bug.php?id=52144&edit=1 ID: 52144 User updated by: taco at procurios dot nl Reported by: taco at procurios dot nl Summary: Error: Base lambda function for closure not found -Status: Feedback +Status:

[PHP-BUG] Bug #52144 [NEW]: Error: Base lambda function for closure not found

2010-06-22 Thread taco at procurios dot nl
From: Operating system: linux PHP version: 5.3.2 Package: *Programming Data Structures Bug Type: Bug Bug description:Error: Base lambda function for closure not found Description: I've rewritten some create_function() calls to lambda functions. After

#47838 [NEW]: For some strict notices __autoload isn't used in the error handler

2009-03-30 Thread taco at procurios dot nl
From: taco at procurios dot nl Operating system: Ubuntu PHP version: 5.2.9 PHP Bug Type: Unknown/Other Function Bug description: For some strict notices __autoload isn't used in the error handler Description: We dynamicly load a logging class in our

#46556 [Com]: There is no good method to escape a string for use in a (mySQL) LIKE clause

2008-11-24 Thread taco at procurios dot nl
ID: 46556 Comment by: taco at procurios dot nl Reported By: taco at procurios dot nl Status: Open Bug Type: PDO related Operating System: linux PHP Version: 5.2.6 Assigned To: johannes New Comment: There is no need for such a method in

#46556 [NEW]: There is no good method to escape a string for use in a (mySQL) LIKE clause

2008-11-12 Thread taco at procurios dot nl
From: taco at procurios dot nl Operating system: linux PHP version: 5.2.6 PHP Bug Type: PDO related Bug description: There is no good method to escape a string for use in a (mySQL) LIKE clause Description: There is no good method to escape a string for use in a

#46533 [NEW]: PDOStatement::getColumnMeta lacks some information regarding aliases

2008-11-10 Thread taco at procurios dot nl
From: taco at procurios dot nl Operating system: Linux PHP version: 5.2.6 PHP Bug Type: PDO related Bug description: PDOStatement::getColumnMeta lacks some information regarding aliases Description: When using aliases for tables and/or columns in a MySQL query

#45299 [Fbk->Opn]: serialize / unserialize $GLOBALS breaks global objects

2008-07-03 Thread taco at procurios dot nl
ID: 45299 User updated by: taco at procurios dot nl Reported By: taco at procurios dot nl -Status: Feedback +Status: Open Bug Type: Class/Object related Operating System: linux PHP Version: 5.2.6 New Comment: I don't ;) I encoun

#45299 [NEW]: serialize / unserialize $GLOBALS breaks global objects

2008-06-18 Thread taco at procurios dot nl
From: taco at procurios dot nl Operating system: linux PHP version: 5.2.6 PHP Bug Type: Class/Object related Bug description: serialize / unserialize $GLOBALS breaks global objects Description: When serializing and later on deserializing the $GLOBALS array

#40802 [Bgs]: number_format does not fill rounded number with zeros

2007-03-14 Thread taco at procurios dot nl
ID: 40802 User updated by: taco at procurios dot nl Reported By: taco at procurios dot nl Status: Bogus Bug Type: *Math Functions Operating System: Linux 2.6.17-11-386 PHP Version: 5.2.1 New Comment: Nevermind. Forgot to look at the manual, the

#40802 [Bgs]: number_format does not fill rounded number with zeros

2007-03-14 Thread taco at procurios dot nl
ID: 40802 User updated by: taco at procurios dot nl Reported By: taco at procurios dot nl Status: Bogus Bug Type: *Math Functions Operating System: Linux 2.6.17-11-386 PHP Version: 5.2.1 New Comment: I agree that this is normal behaviour for

#40802 [NEW]: number_format does not fill rounded number with zeros

2007-03-14 Thread taco at procurios dot nl
From: taco at procurios dot nl Operating system: Linux 2.6.17-11-386 PHP version: 5.2.1 PHP Bug Type: *Math Functions Bug description: number_format does not fill rounded number with zeros Description: Since there is no way to tell number_format to use a

#38579 [Com]: require_once() distinguishes backslashes from forward slashes

2006-08-30 Thread taco at procurios dot nl
ID: 38579 Comment by: taco at procurios dot nl Reported By: frank at procurios dot nl Status: Open Bug Type: Scripting Engine problem Operating System: Windows PHP Version: 5.1.5 New Comment: I'm experiencing this bug too. Beside

#19421 [Bgs]: fget* doesn't work when socket resource is stored in class variable

2002-09-19 Thread taco
socket) the script will stall on fget*. Work around for me: I want to use the socket resource in other member functions. After the connection is initialized a class variable references to the local variable ($this->socket =& $socket). In the member function I first must make a local variable and refer it to the class variable ($socket =& $this->socket). I can't use $this->socket directly. So in short: I can't use a class variable with fwrite and fgets, but instead I must use local variables. (Hope may description was clear.) Greetings from Holland Taco Jan Osinga -- Edit this bug report at http://bugs.php.net/?id=19421&edit=1

#19421 [Fbk->Opn]: fget* doesn't work when socket resource is stored in class variable

2002-09-18 Thread taco
riable ("$socket") then it works allright. When I store the resource in a class variable ($this->socket) the script will stall on fget*. Work around for me: I want to use the socket resource in other member functions. After the connection is ini

Bug #15568 Updated: ImageTTFText doesn't work in 4.1.1

2002-02-21 Thread taco
ID: 15568 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: GD related Operating System: Linux PHP Version: 4.1.1 New Comment: Remove the header line and take a look at the output. You will probably see