#46198 [Ver-Bgs]: string concatenation really slow

2008-10-24 Thread jani
ID: 46198 Updated by: [EMAIL PROTECTED] Reported By: revealator at myrealbox dot com -Status: Verified +Status: Bogus Bug Type: Performance problem Operating System: Windows XP SP2 PHP Version: 5.3CVS-2008-09-29 (snap) New Comment:

#46065 [Opn]: snmp_set_quick_print() persists between requests

2008-10-24 Thread jani
ID: 46065 Updated by: [EMAIL PROTECTED] -Summary: Unexpected behavior snmp_set_quick_print() Reported By: php at painfullscratch dot nl Status: Open Bug Type: SNMP related Operating System: Linux PHP Version: 5.2.6 New Comment: It's

#46052 [Opn-Bgs]: php_mysql.dll not loaded

2008-10-24 Thread jani
ID: 46052 Updated by: [EMAIL PROTECTED] Reported By: marcelo at wlive dot com dot br -Status: Open +Status: Bogus Bug Type: MySQL related Operating System: Windows 2008 Server PHP Version: 5.2.6 New Comment: You propably have some

#46050 [Opn]: odbc_next_result corrupts prepared resource

2008-10-24 Thread jani
ID: 46050 Updated by: [EMAIL PROTECTED] Reported By: RQuadling at GMail dot com Status: Open -Bug Type: Reproducible crash +Bug Type: ODBC related Operating System: Windows XP SP3 PHP Version: 5.3.0alpha2 New Comment: Reclassified in

#46376 [NEW]: var_dump(0.09 + 0.01); // float(0.0:)

2008-10-24 Thread s6urik at gmail dot com
From: s6urik at gmail dot com Operating system: Linux (Amazon EC2) PHP version: 5.2.6 PHP Bug Type: Scripting Engine problem Bug description: var_dump(0.09 + 0.01); // float(0.0:) Description: Result of expression 0.01 + 0.09 is float(0.0:), yes, zero dot zero

#46273 [Fbk-Opn]: Excess method call in var_export.

2008-10-24 Thread jani
ID: 46273 Updated by: [EMAIL PROTECTED] Reported By: serovov at gmail dot com -Status: Feedback +Status: Open Bug Type: Scripting Engine problem Operating System: * PHP Version: 5.2CVS-2008-10-10 (snap) Previous Comments:

#46273 [Opn-Csd]: Excess method call in var_export.

2008-10-24 Thread felipe
ID: 46273 Updated by: [EMAIL PROTECTED] Reported By: serovov at gmail dot com -Status: Open +Status: Closed Bug Type: Scripting Engine problem Operating System: * PHP Version: 5.2CVS-2008-10-10 (snap) New Comment: It's a macro.

#46376 [Opn-Bgs]: var_dump(0.09 + 0.01); // float(0.0:)

2008-10-24 Thread jani
ID: 46376 Updated by: [EMAIL PROTECTED] Reported By: s6urik at gmail dot com -Status: Open +Status: Bogus Bug Type: Scripting Engine problem Operating System: Linux (Amazon EC2) PHP Version: 5.2.6 New Comment: Works fine in sane

#46224 [Opn]: Cannot instantiate .Net object (ABCpdf 6.1 .Net)

2008-10-24 Thread bjori
ID: 46224 Updated by: [EMAIL PROTECTED] Reported By: mark at koalit dot dk Status: Open -Bug Type: Systems problem +Bug Type: COM related Operating System: Vista Business SP1 (da) PHP Version: 5.2.6 New Comment: reclassified.

#46082 [Asn-Csd]: [PATCH] stream_set_blocking() can cause a crash in some circumstances

2008-10-24 Thread felipe
ID: 46082 Updated by: [EMAIL PROTECTED] Reported By: shaunspiller at gmail dot com -Status: Assigned +Status: Closed Bug Type: Streams related Operating System: Windows PHP Version: 5.2.6 -Assigned To: pajoye +Assigned To:

#46227 [Opn-Asn]: wrong initial pointer for CachingIterator and RecursiveCachingIterator

2008-10-24 Thread jani
ID: 46227 Updated by: [EMAIL PROTECTED] Reported By: exceptione at hotmail dot com -Status: Open +Status: Assigned Bug Type: SPL related Operating System: windos XP sp3 PHP Version: 5.2.6 -Assigned To: +Assigned To: helly

#46377 [NEW]: Problem loading oci.dll with multiple Oracle clients.

2008-10-24 Thread phsanghvi at gmail dot com
From: phsanghvi at gmail dot com Operating system: Windows XP PHP version: 5.2.6 PHP Bug Type: Feature/Change Request Bug description: Problem loading oci.dll with multiple Oracle clients. Description: While working on a machine having multiple Oracle clients

#46378 [NEW]: IIS7 FastCGI - upload_tmp_dir not working correctly

2008-10-24 Thread tomas dot hlavacek at telekomaustria dot cz
From: tomas dot hlavacek at telekomaustria dot cz Operating system: Windows Server 2008 PHP version: 5.2.6 PHP Bug Type: *Configuration Issues Bug description: IIS7 FastCGI - upload_tmp_dir not working correctly Description: Hello, in php.ini I have set

#46379 [NEW]: Infinite loop when parsing '#' in one line file.

2008-10-24 Thread marek dot miska at netart dot pl
From: marek dot miska at netart dot pl Operating system: * PHP version: 5.2.6 PHP Bug Type: CGI related Bug description: Infinite loop when parsing '#' in one line file. Description: Given one line script starting with # and without end line character, php

#46378 [Opn-Csd]: IIS7 FastCGI - upload_tmp_dir not working correctly

2008-10-24 Thread tomas dot hlavacek at telekomaustria dot cz
ID: 46378 User updated by: tomas dot hlavacek at telekomaustria dot cz Reported By: tomas dot hlavacek at telekomaustria dot cz -Status: Open +Status: Closed Bug Type: *Configuration Issues Operating System: Windows Server 2008 PHP Version:

#46378 [Csd-Bgs]: IIS7 FastCGI - upload_tmp_dir not working correctly

2008-10-24 Thread pajoye
ID: 46378 Updated by: [EMAIL PROTECTED] Reported By: tomas dot hlavacek at telekomaustria dot cz -Status: Closed +Status: Bogus Bug Type: *Configuration Issues Operating System: Windows Server 2008 PHP Version: 5.2.6 New Comment:

#46380 [NEW]: incorrect reference counting in =new.

2008-10-24 Thread marek dot miska at netart dot pl
From: marek dot miska at netart dot pl Operating system: linux PHP version: 5.2.6 PHP Bug Type: Reproducible crash Bug description: incorrect reference counting in =new. Description: Incorrect reference counting in: ZEND_VM_HANDLER(39, ZEND_ASSIGN_REF, VAR|CV,

#46381 [NEW]: wrong $this passed to internal methods causes segfault

2008-10-24 Thread [EMAIL PROTECTED]
From: [EMAIL PROTECTED] Operating system: any PHP version: 5.2.7RC2 PHP Bug Type: Reproducible crash Bug description: wrong $this passed to internal methods causes segfault Description: The code below makes PHP crash. This happens because PHP uses wrong $this

#46381 [Opn-Asn]: wrong $this passed to internal methods causes segfault

2008-10-24 Thread tony2001
ID: 46381 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Assigned Bug Type: Reproducible crash Operating System: any PHP Version: 5.2.7RC2 -Assigned To: +Assigned To: tony2001 Previous

#46381 [Asn-Csd]: wrong $this passed to internal methods causes segfault

2008-10-24 Thread tony2001
ID: 46381 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Assigned +Status: Closed Bug Type: Reproducible crash Operating System: any PHP Version: 5.2.7RC2 Assigned To: tony2001 New Comment: This bug has

#46379 [Opn-Ver]: Infinite loop when parsing '#' in one line file.

2008-10-24 Thread jani
ID: 46379 Updated by: [EMAIL PROTECTED] Reported By: marek dot miska at netart dot pl -Status: Open +Status: Verified Bug Type: CGI related Operating System: * -PHP Version: 5.2.6 +PHP Version: 5.2CVS-2008-10-24 (only!) New

#46380 [Opn-Asn]: incorrect reference counting in =new.

2008-10-24 Thread jani
ID: 46380 Updated by: [EMAIL PROTECTED] Reported By: marek dot miska at netart dot pl -Status: Open +Status: Assigned Bug Type: Reproducible crash Operating System: linux PHP Version: 5.2.6 -Assigned To: +Assigned To:

#46380 [Asn-Fbk]: incorrect reference counting in =new.

2008-10-24 Thread jani
ID: 46380 Updated by: [EMAIL PROTECTED] Reported By: marek dot miska at netart dot pl -Status: Assigned +Status: Feedback Bug Type: Reproducible crash Operating System: linux PHP Version: 5.2.6 Assigned To: dmitry New Comment:

#46034 [Opn-Bgs]: php cli -d include_path only accepts first parameter

2008-10-24 Thread jani
ID: 46034 Updated by: [EMAIL PROTECTED] Reported By: php at ryank dot net -Status: Open +Status: Bogus Bug Type: CGI related Operating System: WinXP PHP Version: 5.2.6 New Comment: There's no bug here. Previous Comments:

#46107 [Opn-Bgs]: make test fails with a segmentation fault

2008-10-24 Thread jani
ID: 46107 Updated by: [EMAIL PROTECTED] Reported By: Barry dot Latham at hp dot com -Status: Open +Status: Bogus Bug Type: Reproducible crash Operating System: Linux 2.6.9-34.7hp.XCsm PHP Version: 5.2CVS-2008-09-17 (CVS) New Comment:

#46023 [Opn-Fbk]: appending data twice to file

2008-10-24 Thread jani
ID: 46023 Updated by: [EMAIL PROTECTED] Reported By: richard dot kuchar at gmail dot com -Status: Open +Status: Feedback Bug Type: Filesystem function related Operating System: Debian (etch) PHP Version: 5.2CVS-2008-09-08 (snap) New

#45990 [Opn-Bgs]: ldap_get_entries does not preserve the case of the attribute

2008-10-24 Thread jani
ID: 45990 Updated by: [EMAIL PROTECTED] Reported By: ninglis at nextdigital dot com -Status: Open +Status: Bogus Bug Type: LDAP related Operating System: FreeBSD 7 PHP Version: 5.2.6 New Comment: Please do not submit the same bug

#45914 [Opn-Asn]: ini_set() Does Not Work When Using Registry-Based Per Directory Values

2008-10-24 Thread jani
ID: 45914 Updated by: [EMAIL PROTECTED] Reported By: w dot ashcroft at redfoxuk dot com -Status: Open +Status: Assigned Bug Type: PHP options/info functions Operating System: win32 only PHP Version: 5.2CVS-2008-08-25 -Assigned To:

#45595 [Opn-Asn]: ArrayObject::STD_PROP_LIST does not behave as documented with foreach

2008-10-24 Thread jani
ID: 45595 Updated by: [EMAIL PROTECTED] Reported By: robin_fernandes at uk dot ibm dot com -Status: Open +Status: Assigned Bug Type: SPL related -Operating System: Windows +Operating System: * PHP Version: 5.2CVS-2008-07-22 (snap)

#45377 [Opn-Fbk]: pg_escape_bytea + pg_query_params - malformed data

2008-10-24 Thread jani
ID: 45377 Updated by: [EMAIL PROTECTED] Reported By: kk219459 at students dot mimuw dot edu dot pl -Status: Open +Status: Feedback Bug Type: PostgreSQL related Operating System: OpenBSD PHP Version: 5.2.6 New Comment: Please try

#44996 [Opn-Fbk]: xmlrpc_decode ignores time zone on iso8601.datetime

2008-10-24 Thread jani
ID: 44996 Updated by: [EMAIL PROTECTED] Reported By: helixpip at gmail dot com -Status: Open +Status: Feedback Bug Type: XMLRPC-EPI related Operating System: Windows 2000 PHP Version: 5.2.6 New Comment: Please try using this CVS

#43475 [Opn-Fbk]: Thick styled lines have scrambled patterns

2008-10-24 Thread jani
ID: 43475 Updated by: [EMAIL PROTECTED] Reported By: lbayuk at pobox dot com -Status: Open +Status: Feedback Bug Type: GD related Operating System: Linux PHP Version: 5.2.5 New Comment: Please try using this CVS snapshot:

#31979 [Asn-WFx]: msql_fetch_field() not reporting unique keys

2008-10-24 Thread jani
ID: 31979 Updated by: [EMAIL PROTECTED] Reported By: danielc at analysisandsolutions dot com -Status: Assigned +Status: Wont fix Bug Type: mSQL related Operating System: NetBSD 2.0 PHP Version: 5CVS-2005-02-15 Assigned To: zeev

#41874 [Opn-Asn]: Separate STDOUT and STDERR in exec functions

2008-10-24 Thread jani
ID: 41874 Updated by: [EMAIL PROTECTED] Reported By: ckeefer at us dot nomura dot com -Status: Open +Status: Assigned Bug Type: Program Execution -Operating System: Windows XP Pro SP2 +Operating System: win32 only PHP Version:

#41874 [Asn-Opn]: Separate STDOUT and STDERR in exec functions

2008-10-24 Thread jani
ID: 41874 Updated by: [EMAIL PROTECTED] Reported By: ckeefer at us dot nomura dot com -Status: Assigned +Status: Open Bug Type: Program Execution Operating System: win32 only PHP Version: 5.2CVS-2007-07-03 Previous Comments:

#41874 [Opn-Asn]: Separate STDOUT and STDERR in exec functions

2008-10-24 Thread jani
ID: 41874 Updated by: [EMAIL PROTECTED] Reported By: ckeefer at us dot nomura dot com -Status: Open +Status: Assigned Bug Type: Program Execution Operating System: win32 only PHP Version: 5.2CVS-2007-07-03 -Assigned To:

#42489 [Asn-Opn]: Quirk in strtotime using 'next' relative keyword

2008-10-24 Thread jani
ID: 42489 Updated by: [EMAIL PROTECTED] Reported By: chet at somedec dot com -Status: Assigned +Status: Open Bug Type: Date/time related -Operating System: Linux +Operating System: * -PHP Version: 5.2.4 +PHP Version:

#42489 [Opn-Asn]: Quirk in strtotime using 'next' relative keyword

2008-10-24 Thread jani
ID: 42489 Updated by: [EMAIL PROTECTED] Reported By: chet at somedec dot com -Status: Open +Status: Assigned Bug Type: Date/time related Operating System: * PHP Version: 5.2CVS-2008-10-24 Assigned To: derick New Comment: Still

#42294 [Asn-Opn]: round will not use PHP_ROUND_FUZZ on 64bit CPUs

2008-10-24 Thread jani
ID: 42294 Updated by: [EMAIL PROTECTED] Reported By: oliver at teqneers dot de -Status: Assigned +Status: Open Bug Type: *General Issues Operating System: * PHP Version: 5CVS-2007-10-30 Assigned To: iliaa Previous Comments:

#42294 [Opn-Asn]: round will not use PHP_ROUND_FUZZ on 64bit CPUs

2008-10-24 Thread jani
ID: 42294 Updated by: [EMAIL PROTECTED] Reported By: oliver at teqneers dot de -Status: Open +Status: Assigned Bug Type: *General Issues Operating System: * -PHP Version: 5CVS-2007-10-30 +PHP Version: 5CVS-2008-10-24 Assigned To:

#46257 [Opn-Asn]: Compile fails when building against versions before MySql 4.1.1

2008-10-24 Thread jani
ID: 46257 Updated by: [EMAIL PROTECTED] Reported By: binarycleric at gmail dot com -Status: Open +Status: Assigned Bug Type: MySQL related Operating System: CentOS 5.2 PHP Version: 5.3.0alpha2 -Assigned To: +Assigned To:

#46141 [Opn-Fbk]: -lpam missing from imap configure check

2008-10-24 Thread jani
ID: 46141 Updated by: [EMAIL PROTECTED] Reported By: james at bytehosting dot com -Status: Open +Status: Feedback Bug Type: IMAP related Operating System: Mandriva Linux 2008.1 PHP Version: 5.2.6 New Comment: Looks more like

#46218 [Opn-Fbk]: apache2 reaches max clients limit with error in php_stdiop_set_option

2008-10-24 Thread jani
ID: 46218 Updated by: [EMAIL PROTECTED] Reported By: funky2step at gmail dot com -Status: Open +Status: Feedback Bug Type: Streams related Operating System: RHEL ES Rel 4 (Nahant Update 6) PHP Version: 5.2.6 New Comment: Please try

#45630 [Opn-Fbk]: IIS7 + PHP5.3 via FastCGI = Crash

2008-10-24 Thread jani
ID: 45630 Updated by: [EMAIL PROTECTED] Reported By: ast dot markus at gmx dot net -Status: Open +Status: Feedback -Bug Type: PDO related +Bug Type: Reproducible crash Operating System: Windows Vista SP1 x64 PHP Version:

#34972 [Opn-Asn]: STDIN won't allow nonblocking.

2008-10-24 Thread jani
ID: 34972 Updated by: [EMAIL PROTECTED] Reported By: VJTD3 at VJTD3 dot com -Status: Open +Status: Assigned Bug Type: Streams related Operating System: win32 only PHP Version: 5.2CVS-2008-07-15 -Assigned To: +Assigned To:

#45996 [Com]: libxml2 2.7.1 causes breakage with character data in xml_parse()

2008-10-24 Thread sanepit at o2 dot pl
ID: 45996 Comment by: sanepit at o2 dot pl Reported By: phpbugs at colin dot guthr dot ie Status: Assigned Bug Type: XML related Operating System: Mandriva Linux PHP Version: 5.2.6 Assigned To: rrichards New Comment: I have the same

#46382 [NEW]: Mismatching allocation and deallocation in stresstest.cpp

2008-10-24 Thread dvice_null at yahoo dot com
From: dvice_null at yahoo dot com Operating system: Error in source code PHP version: 6CVS-2008-10-24 (CVS) PHP Bug Type: *General Issues Bug description: Mismatching allocation and deallocation in stresstest.cpp Description: In file

#43831 [Ver]: $this gets mangled when extending PDO with persistent connection

2008-10-24 Thread felipe
ID: 43831 Updated by: [EMAIL PROTECTED] Reported By: mjs at beebo dot org Status: Verified Bug Type: PDO related Operating System: OS X/Linux -PHP Version: 5.2.5 +PHP Version: 5.2CVS, 5.3CVS, 6CVS Assigned To: wez New Comment:

#43831 [Asn-Ver]: $this gets mangled when extending PDO with persistent connection

2008-10-24 Thread felipe
ID: 43831 Updated by: [EMAIL PROTECTED] Reported By: mjs at beebo dot org -Status: Assigned +Status: Verified Bug Type: PDO related Operating System: OS X/Linux PHP Version: 5.2.5 Assigned To: wez New Comment:

#46383 [NEW]: Additional date/time functions

2008-10-24 Thread zoe at monkeehouse dot com
From: zoe at monkeehouse dot com Operating system: PHP version: 6CVS-2008-10-24 (CVS) PHP Bug Type: Feature/Change Request Bug description: Additional date/time functions Description: Two PHP functions that replicate the MySQL functions of the same name. These

#46382 [Opn-Csd]: Mismatching allocation and deallocation in stresstest.cpp

2008-10-24 Thread felipe
ID: 46382 Updated by: [EMAIL PROTECTED] Reported By: dvice_null at yahoo dot com -Status: Open +Status: Closed Bug Type: *General Issues Operating System: Error in source code -PHP Version: 6CVS-2008-10-24 (CVS) +PHP Version:

#44153 [Opn]: PDO-errorCode() returns '' instead of SQLSTATE if no operation has been run

2008-10-24 Thread davidc
ID: 44153 Updated by: [EMAIL PROTECTED] Reported By: uwendel at mysql dot com Status: Open Bug Type: PDO related Operating System: Linux PHP Version: 5.3CVS-2008-02-18 (CVS) New Comment: What about returning NULL ? You could easily check the

#46366 [Fbk-Opn]: bad cwd with / as pathinfo

2008-10-24 Thread courtois at nouvo dot com
ID: 46366 User updated by: courtois at nouvo dot com Reported By: courtois at nouvo dot com -Status: Feedback +Status: Open Bug Type: CGI related Operating System: windows XP PHP Version: 5.2.6 New Comment: I tested PHP Version