#47752 [NEW]: FILTER_VALIDATE_INT doesn't allow "+0" and "-0"

2009-03-22 Thread for-bugs at hnw dot jp
From: for-bugs at hnw dot jp Operating system: * PHP version: 5.2.9 PHP Bug Type: Filter related Bug description: FILTER_VALIDATE_INT doesn't allow "+0" and "-0" Description: FILTER_VALIDATE_INT doesn't allow "+0" and "-0", while "0", "+1", and "-1" is valid. Re

#47747 [Bgs]: DOMAttr returns incomplete attribute name

2009-03-22 Thread mpeters at mac dot com
ID: 47747 User updated by: mpeters at mac dot com Reported By: mpeters at mac dot com Status: Bogus Bug Type: DOM XML related Operating System: CentOS 5.2 PHP Version: 5.2.9 New Comment: Nevermind - I got it figured out. It is bogus Previous Com

#47747 [Bgs]: DOMAttr returns incomplete attribute name

2009-03-22 Thread mpeters at mac dot com
ID: 47747 User updated by: mpeters at mac dot com Reported By: mpeters at mac dot com Status: Bogus Bug Type: DOM XML related Operating System: CentOS 5.2 PHP Version: 5.2.9 New Comment: I updated the test case to create the attribute with the NS

#47747 [Bgs]: DOMAttr returns incomplete attribute name

2009-03-22 Thread mpeters at mac dot com
ID: 47747 User updated by: mpeters at mac dot com Reported By: mpeters at mac dot com Status: Bogus Bug Type: DOM XML related Operating System: CentOS 5.2 PHP Version: 5.2.9 New Comment: Not bogus - There is no way via DOMAttr to even know that a

#47747 [Opn->Bgs]: DOMAttr returns incomplete attribute name

2009-03-22 Thread chregu
ID: 47747 Updated by: chr...@php.net Reported By: mpeters at mac dot com -Status: Open +Status: Bogus Bug Type: DOM XML related Operating System: CentOS 5.2 PHP Version: 5.2.9 New Comment: Thank you for taking the time to write to us

#47747 [Opn]: DOMAttr returns incomplete attribute name

2009-03-22 Thread chregu
ID: 47747 Updated by: chr...@php.net Reported By: mpeters at mac dot com Status: Open Bug Type: DOM XML related Operating System: CentOS 5.2 PHP Version: 5.2.9 New Comment: you have to use the NS aware functions like setAttributeNS to get the

#44872 [Com]: canary mismatch on efree() - heap overflow detected

2009-03-22 Thread mr dot jony at gmail dot com
ID: 44872 Comment by: mr dot jony at gmail dot com Reported By: mattr at shoplet dot com Status: No Feedback Bug Type: MySQLi related Operating System: FreeBSD 6.2 PHP Version: 5.2.5 New Comment: i have this same problem in a fresh install of

#44173 [Com]: PDO->query() parameter parsing/checking needs an update

2009-03-22 Thread matteo at beccati dot com
ID: 44173 Comment by: matteo at beccati dot com Reported By: uwendel at mysql dot com Status: Open Bug Type: PDO related Operating System: Linux PHP Version: 5.3CVS-2008-02-19 (CVS) New Comment: The following patch also removes the goto from

#47748 [Opn->Bgs]: creating class variable outside class definition

2009-03-22 Thread derick
ID: 47748 Updated by: der...@php.net Reported By: tompotts at itsosbroadband dot co dot uk -Status: Open +Status: Bogus Bug Type: Class/Object related Operating System: W2k/Linux PHP Version: 5.2.9 New Comment: Thank you for taking t

#47311 [Csd]: PDO::PARAM_LOB columns need to be bound before execute() on PgSQL

2009-03-22 Thread kalle
ID: 47311 Updated by: ka...@php.net Reported By: matteo at beccati dot com Status: Closed Bug Type: PDO related Operating System: Any PHP Version: 5.3.0beta1 New Comment: Fixed in phpdoc for the record Previous Comments: ---

#47748 [NEW]: creating class variable outside class definition

2009-03-22 Thread tompotts at itsosbroadband dot co dot uk
From: tompotts at itsosbroadband dot co dot uk Operating system: W2k/Linux PHP version: 5.2.9 PHP Bug Type: Class/Object related Bug description: creating class variable outside class definition Description: Seem to be able to extend instances outside class defin

#47724 [Fbk]: Reproducable segmenation fault using symfony and doctrine

2009-03-22 Thread pajoye
ID: 47724 Updated by: paj...@php.net Reported By: scott at danielfamily dot com Status: Feedback Bug Type: Reproducible crash Operating System: Centos 5.2 PHP Version: 5.2.9 New Comment: If you are not able to create a self contained script t

#44173 [Com]: PDO->query() parameter parsing/checking needs an update

2009-03-22 Thread matteo at beccati dot com
ID: 44173 Comment by: matteo at beccati dot com Reported By: uwendel at mysql dot com Status: Open Bug Type: PDO related Operating System: Linux PHP Version: 5.3CVS-2008-02-19 (CVS) New Comment: Fix is available here: http://www.beccati.com/

#47724 [Com]: Reproducable segmenation fault using symfony and doctrine

2009-03-22 Thread scott at danielfamily dot com
ID: 47724 Comment by: scott at danielfamily dot com Reported By: scott at danielfamily dot com Status: Feedback Bug Type: Reproducible crash Operating System: Centos 5.2 PHP Version: 5.2.9 New Comment: I understand and appreciate the purpose

#47707 [Opn->Bgs]: Swallowing a newline immediately following a closing tag is a poor idea

2009-03-22 Thread johannes
ID: 47707 Updated by: johan...@php.net Reported By: diepiapaopolopo at hotmail dot com -Status: Open +Status: Bogus Bug Type: Feature/Change Request Operating System: All PHP Version: 5.2.9 New Comment: Not doing this might have unwa

#47746 [Opn->Csd]: Please update SQLite library for pdo_sqlite extension

2009-03-22 Thread scottmac
ID: 47746 Updated by: scott...@php.net Reported By: gmtfn at yahoo dot com -Status: Open +Status: Closed Bug Type:PDO related PHP Version: 5.2.9 New Comment: PHP 5.3 has SQLite 3.6.11, we currently have no plans to update it at the moment. Previous Comments: ---

#47747 [Opn]: DOMAttr returns incomplete attribute name

2009-03-22 Thread mpeters at mac dot com
ID: 47747 User updated by: mpeters at mac dot com Reported By: mpeters at mac dot com Status: Open Bug Type: DOM XML related Operating System: CentOS 5.2 PHP Version: 5.2.9 New Comment: Full php demonstration - The code that demonstrates: http:/

#47730 [Fbk->Opn]: PHP crashes when errorHandler throws Exception

2009-03-22 Thread berblinger at krumedia dot de
ID: 47730 User updated by: berblinger at krumedia dot de Reported By: berblinger at krumedia dot de -Status: Feedback +Status: Open Bug Type: Reproducible crash Operating System: Linux PHP Version: 5.2.9 New Comment: Configure Command './

#47747 [NEW]: DOMAttr returns incomplete attribute name

2009-03-22 Thread mpeters at mac dot com
From: mpeters at mac dot com Operating system: CentOS 5.2 PHP version: 5.2.9 PHP Bug Type: DOM XML related Bug description: DOMAttr returns incomplete attribute name Description: I'm using php 5.2.5 - upgrading is not possible. Sorry. DOMattr->name does not incl

#40664 [Com]: String conversion functions wrong for multibyte chars

2009-03-22 Thread j dot novak at netsystem dot cz
ID: 40664 Comment by: j dot novak at netsystem dot cz Reported By: fjortiz at comunet dot es Status: Assigned Bug Type: COM related Operating System: Win32 PHP Version: 5.2.1 Assigned To: wez New Comment: I see same problem with ADODB.C

#44409 [Com]: PDO::FETCH_SERIALIZE calls __construct()

2009-03-22 Thread matteo at beccati dot com
ID: 44409 Comment by: matteo at beccati dot com Reported By: uwendel at mysql dot com Status: Open Bug Type: PDO related Operating System: * PHP Version: 5.3CVS-2008-03-11 (CVS) New Comment: Fix available at: http://www.beccati.com/misc/php/

#47692 [Opn->Fbk]: Segmentation fault: using Calendar Application http://www.k5n.us/webcalendar.ph

2009-03-22 Thread jani
ID: 47692 Updated by: j...@php.net Reported By: wolf at isp dot uni-luebeck dot de -Status: Open +Status: Feedback Bug Type: Reproducible crash Operating System: opensuse 11.1 PHP Version: 5.2.9 New Comment: Thank you for this bug re