#51009 [NEW]: PDO with pgsql returning NULL when integer expected in prepared query

2010-02-10 Thread peter at allicient dot co dot uk
From: peter at allicient dot co dot uk Operating system: FreeBSD 8.0 PHP version: 5.2.12 PHP Bug Type: PDO related Bug description: PDO with pgsql returning NULL when integer expected in prepared query Description: When using a prepared SELECT query of the form

#51008 [NEW]: Zend/tests/bug45877.phpt fails

2010-02-10 Thread geissert at debian dot org
From: geissert at debian dot org Operating system: debian sid PHP version: 5.3.1 PHP Bug Type: Unknown/Other Function Bug description: Zend/tests/bug45877.phpt fails Description: The test fails Reproduce code: --- Expected result: ---

#51007 [NEW]: posix_uname{,_basic}.phpt are duplicates and lack handling of domainname

2010-02-10 Thread geissert at debian dot org
From: geissert at debian dot org Operating system: debian PHP version: 5.3.1 PHP Bug Type: POSIX related Bug description: posix_uname{,_basic}.phpt are duplicates and lack handling of domainname Description: Both tests test the same functionality and they both m

#51005 [Ana]: --without-sqlite3 should be --with-sqlite3

2010-02-10 Thread rasmus
ID: 51005 Updated by: ras...@php.net Reported By: geissert at debian dot org Status: Analyzed Bug Type:*Compile Issues PHP Version: 5.3.1 New Comment: Yes, I am aware of that, but it is --without-sqlite3 there because by default if you don't specify anything you get sqli

#51005 [Com]: --without-sqlite3 should be --with-sqlite3

2010-02-10 Thread geissert at debian dot org
ID: 51005 Comment by: geissert at debian dot org Reported By: geissert at debian dot org Status: Analyzed Bug Type:*Compile Issues PHP Version: 5.3.1 New Comment: Sorry for not being specific, I was talking about the description on the m4 file: PHP_ARG_WITH(sqlite3, whet

#51005 [Opn->Ana]: --without-sqlite3 should be --with-sqlite3

2010-02-10 Thread rasmus
ID: 51005 Updated by: ras...@php.net Reported By: geissert at debian dot org -Status: Open +Status: Analyzed Bug Type:*Compile Issues PHP Version: 5.3.1 New Comment: The option is called --with-sqlite3. That's how autoconf works. You have --enable/--disable and --w

#51005 [NEW]: --without-sqlite3 should be --with-sqlite3

2010-02-10 Thread geissert at debian dot org
From: geissert at debian dot org Operating system: PHP version: 5.3.1 PHP Bug Type: *Compile Issues Bug description: --without-sqlite3 should be --with-sqlite3 Description: I just noticed sqlite3's config0.m4 has an inverted logic: --without-sqlite3 defaults to

#50978 [Opn->Fbk]: OciFetchStatement

2010-02-10 Thread sixd
ID: 50978 Updated by: s...@php.net Reported By: atila at nutroeste dot com dot br -Status: Open +Status: Feedback Bug Type: OCI8 related Operating System: RHEL 5.2 64 BITS PHP Version: 5.2.12 Assigned To: sixd New Comment: Some

#50998 [Com]: unaligned memory access in hash_tiger.c

2010-02-10 Thread geissert at debian dot org
ID: 50998 Comment by: geissert at debian dot org Reported By: geissert at debian dot org Status: Open Bug Type: hash related Operating System: linux ia64 PHP Version: 5.3.1 New Comment: Failed test: ext/hash/tests/mhash_001.phpt Output: MHAS

#51003 [NEW]: unaligned memory access in ext/hash/hash_tiger.c

2010-02-10 Thread geissert at debian dot org
From: geissert at debian dot org Operating system: linux ia64 PHP version: 5.3.1 PHP Bug Type: Reproducible crash Bug description: unaligned memory access in ext/hash/hash_tiger.c Description: There's an unaligned memory access on PHP_TIGERUpdate(): tiger_compre

#50999 [Com]: unaligned memory access in Zend/zend_API.c

2010-02-10 Thread geissert at debian dot org
ID: 50999 Comment by: geissert at debian dot org Reported By: geissert at debian dot org Status: Open Bug Type: Reproducible crash Operating System: linux ia64 PHP Version: 5.3.1 New Comment: Failed test: ext/dba/tests/dba_cdb_read.phpt log:

#50987 [Com]: unaligned memory access in phar.c

2010-02-10 Thread geissert at debian dot org
ID: 50987 Comment by: geissert at debian dot org Reported By: geissert at debian dot org Status: Feedback Bug Type: PHAR related Operating System: linux ia64 PHP Version: 5.3.1 New Comment: The phar one was found while building the extension

#50977 [Fbk->Opn]: imap_headerinfo Address buffer overflow

2010-02-10 Thread lokitek at gmail dot com
ID: 50977 User updated by: lokitek at gmail dot com Reported By: lokitek at gmail dot com -Status: Feedback +Status: Open Bug Type: Reproducible crash Operating System: CentOS 5.4 PHP Version: 5.2.12 New Comment: drop centOS isn't all tha

#51002 [Opn->Asn]: An int variable is used as size_t in child function

2010-02-10 Thread johannes
ID: 51002 Updated by: johan...@php.net Reported By: s...@php.net -Status: Open +Status: Assigned Bug Type: Zip Related Operating System: n/a PHP Version: 5.3.2RC1 -Assigned To: +Assigned To: pajoye New Comment: Assign to m

#51002 [NEW]: An int variable is used as size_t in child function

2010-02-10 Thread s...@php.net
From: s...@php.net Operating system: n/a PHP version: 5.3.2RC1 PHP Bug Type: Zip Related Bug description: An int variable is used as size_t in child function Description: In php_zip_add_from_pattern() a pointer to file_stripped_len is passed to php_based which tr

#51001 [NEW]: Always shows stack trace when a Fatal error occurs

2010-02-10 Thread abdallah at gmx dot com
From: abdallah at gmx dot com Operating system: Windows 7 PHP version: 5.3.1 PHP Bug Type: Feature/Change Request Bug description: Always shows stack trace when a Fatal error occurs Description: Always shows stack trace when a Fatal error occurs without having to

#50987 [Opn->Fbk]: unaligned memory access in phar.c

2010-02-10 Thread pajoye
ID: 50987 Updated by: paj...@php.net Reported By: geissert at debian dot org -Status: Open +Status: Feedback Bug Type: PHAR related Operating System: linux ia64 PHP Version: 5.3.1 New Comment: hi, Can you provide test cases for thes

#51000 [NEW]: unaligned memory access in ext/hash/hash_tiger.c

2010-02-10 Thread geissert at debian dot org
From: geissert at debian dot org Operating system: linux ia64 PHP version: 5.3.1 PHP Bug Type: Reproducible crash Bug description: unaligned memory access in ext/hash/hash_tiger.c Description: There's an unaligned memory access on PHP_TIGERUpdate(): context->pas

#50999 [NEW]: unaligned memory access in Zend/zend_API.c

2010-02-10 Thread geissert at debian dot org
From: geissert at debian dot org Operating system: linux ia64 PHP version: 5.3.1 PHP Bug Type: Reproducible crash Bug description: unaligned memory access in Zend/zend_API.c Description: There's an unaligned memory access on zend_parse_arg_impl(): *p = Z_LVAL_PP

#50998 [NEW]: unaligned memory access in hash_tiger.c

2010-02-10 Thread geissert at debian dot org
From: geissert at debian dot org Operating system: linux ia64 PHP version: 5.3.1 PHP Bug Type: hash related Bug description: unaligned memory access in hash_tiger.c Description: ext/hash/hash_tiger.c's TigerFinalize makes an unaligned memory access at: t

#50973 [Opn]: DOMDocument::saveHTML() should be able to take a node as an arg

2010-02-10 Thread geoffers+phpbugs at gmail dot com
ID: 50973 User updated by: geoffers+phpbugs at gmail dot com Reported By: geoffers+phpbugs at gmail dot com Status: Open Bug Type: DOM XML related Operating System: N/A PHP Version: 5.3SVN-2010-02-09 (SVN) New Comment: http://pastebin.ca/1792855 i

#50997 [NEW]: SOAP Error when trying to submit 2nd Element of a choice

2010-02-10 Thread mrsharp at gmx dot de
From: mrsharp at gmx dot de Operating system: debian PHP version: 5.2.12 PHP Bug Type: SOAP related Bug description: SOAP Error when trying to submit 2nd Element of a choice Description: My Actual PHP Version: PHP Version 5.2.11-0.dotdeb.0 not 100% sure if this

#49996 [Asn->Fbk]: DateTimeZone::getTransitions performance drop

2010-02-10 Thread derick
ID: 49996 Updated by: der...@php.net Reported By: dor at videocells dot com -Status: Assigned +Status: Feedback Bug Type: Performance problem Operating System: Centos 5.2 64 bit PHP Version: 5.3.0 Assigned To: derick New Comment

#49585 [Asn->Csd]: date_format buffer not long enough for >4 digit years

2010-02-10 Thread derick
ID: 49585 Updated by: der...@php.net Reported By: ahar...@php.net -Status: Assigned +Status: Closed Bug Type: Date/time related Operating System: Linux (Ubuntu 9.04) PHP Version: 5.3SVN-2009-09-18 (SVN) Assigned To: derick New C

#47199 [Com]: pg_delete fails on NULL

2010-02-10 Thread ewgraf at gmail dot com
ID: 47199 Comment by: ewgraf at gmail dot com Reported By: andrew at labyrinth-it dot co dot uk Status: Open Bug Type: PostgreSQL related Operating System: Linux (Fedora) PHP Version: 5.2.10 New Comment: Patch for this bug: http://news.php.n

#50977 [Opn->Fbk]: imap_headerinfo Address buffer overflow

2010-02-10 Thread pajoye
ID: 50977 Updated by: paj...@php.net Reported By: lokitek at gmail dot com -Status: Open +Status: Feedback Bug Type: Reproducible crash Operating System: CentOS 5.4 PHP Version: 5.2.12 New Comment: Yes, or you may drop centos as well

#50930 [Asn->Csd]: wrong date by php_date.c patch with ancient gcc/glibc versions

2010-02-10 Thread derick
ID: 50930 Updated by: der...@php.net Reported By: nathan dot kessler at hushmail dot me -Status: Assigned +Status: Closed Bug Type: Date/time related Operating System: SuSE 7.3 i386 / gcc version 2.95 PHP Version: 5.*, 6 Assigned To:

#50977 [Fbk->Opn]: imap_headerinfo Address buffer overflow

2010-02-10 Thread lokitek at gmail dot com
ID: 50977 User updated by: lokitek at gmail dot com Reported By: lokitek at gmail dot com -Status: Feedback +Status: Open Bug Type: Reproducible crash Operating System: CentOS 5.4 PHP Version: 5.2.12 New Comment: The c-client library is:

#50995 [NEW]: segfault with Zend Memory Manager = enabled

2010-02-10 Thread valters at videinfra dot com
From: valters at videinfra dot com Operating system: Debian Lenny PHP version: 5.2.12 PHP Bug Type: Unknown/Other Function Bug description: segfault with Zend Memory Manager = enabled Description: ./configure --prefix=/usr/local/php5.2 --sysconfdir=/etc --with-ap

#50392 [Csd->Opn]: date_create_from_format enforces 6 digits for 'u' format character

2010-02-10 Thread derick
ID: 50392 Updated by: der...@php.net Reported By: grodny at oneclick dot sk -Status: Closed +Status: Open Bug Type: Date/time related Operating System: * PHP Version: 5.3.1 -Assigned To: +Assigned To: derick New Comment: R

#48795 [Com]: Building intl 64-bit fails on OS X

2010-02-10 Thread surfchen at gmail dot com
ID: 48795 Comment by: surfchen at gmail dot com Reported By: gwy...@php.net Status: Verified Bug Type: Compile Failure Operating System: Mac OS X 10.5.8, 10.6.2 PHP Version: 5.3SVN-2009-11-23 (SVN) New Comment: It is a linking problem, here i

#50978 [Fbk->Opn]: OciFetchStatement

2010-02-10 Thread atila at nutroeste dot com dot br
ID: 50978 User updated by: atila at nutroeste dot com dot br Reported By: atila at nutroeste dot com dot br -Status: Feedback +Status: Open Bug Type: OCI8 related Operating System: RHEL 5.2 64 BITS PHP Version: 5.2.12 New Comment: Sor

#50992 [Opn->Bgs]: Database connect error

2010-02-10 Thread johannes
ID: 50992 Updated by: johan...@php.net Reported By: gert-rainer dot bitterlich at ima-dresden dot de -Status: Open +Status: Bogus Bug Type: MySQLi related Operating System: Windows 7 64bit PHP Version: 5.3.1 New Comment: Please do no

#50966 [Opn]: Some resource leak (odbc_connect and odbc_close) using dbase or Microsoft Acces

2010-02-10 Thread gg dot cwlee at gmail dot com
ID: 50966 User updated by: gg dot cwlee at gmail dot com Reported By: gg dot cwlee at gmail dot com Status: Open Bug Type: ODBC related Operating System: Windows XP PHP Version: 5.2.12 New Comment: We identify the problem is within php_curl.dll. W

#50992 [NEW]: Database connect error

2010-02-10 Thread gert-rainer dot bitterlich at ima-dresden dot de
From: gert-rainer dot bitterlich at ima-dresden dot de Operating system: Windows 7 64bit PHP version: 5.3.1 PHP Bug Type: MySQLi related Bug description: Database connect error Description: The connect to the MySQL database (V5.1.x) faild with PHP 5.3.1 (also wit

#50953 [Bgs]: fsockopen will not work on 'localhost'

2010-02-10 Thread tony at marston-home dot demon dot co dot uk
ID: 50953 User updated by: tony at marston-home dot demon dot co dot uk Reported By: tony at marston-home dot demon dot co dot uk Status: Bogus Bug Type: Sockets related Operating System: Windows XP PHP Version: 5.2.12 New Comment: This has got no

#50953 [Bgs]: fsockopen will not work on 'localhost'

2010-02-10 Thread pajoye
ID: 50953 Updated by: paj...@php.net Reported By: tony at marston-home dot demon dot co dot uk Status: Bogus Bug Type: Sockets related Operating System: Windows XP PHP Version: 5.2.12 New Comment: It works just fine here using localhost and i

#50953 [Bgs]: fsockopen will not work on 'localhost'

2010-02-10 Thread tony at marston-home dot demon dot co dot uk
ID: 50953 User updated by: tony at marston-home dot demon dot co dot uk Reported By: tony at marston-home dot demon dot co dot uk Status: Bogus Bug Type: Sockets related Operating System: Windows XP PHP Version: 5.2.12 New Comment: THIS IS NOT BOG

#50990 [Opn]: gmp extension doesn't compile with gmp 5.0.1

2010-02-10 Thread pajoye
ID: 50990 Updated by: paj...@php.net Reported By: php-bugs-2010 at ryandesign dot com Status: Open Bug Type: Compile Failure Operating System: Mac OS X 10.6.2 PHP Version: 5.3.2RC1 New Comment: ZF depends on the gmp php extension, which can b

#50990 [Com]: gmp extension doesn't compile with gmp 5.0.1

2010-02-10 Thread juri dot saltbacka at gmail dot com
ID: 50990 Comment by: juri dot saltbacka at gmail dot com Reported By: php-bugs-2010 at ryandesign dot com Status: Open Bug Type: Compile Failure Operating System: Mac OS X 10.6.2 PHP Version: 5.3.2RC1 New Comment: It is important because Zen

#50953 [Opn->Bgs]: fsockopen will not work on 'localhost'

2010-02-10 Thread pajoye
ID: 50953 Updated by: paj...@php.net Reported By: tony at marston-home dot demon dot co dot uk -Status: Open +Status: Bogus Bug Type: Sockets related Operating System: Windows XP PHP Version: 5.2.12 New Comment: Already explained why

#50986 [Opn->Bgs]: using swf object the flv extension videos not playing

2010-02-10 Thread pajoye
ID: 50986 Updated by: paj...@php.net Reported By: bhupinder1045 at gmail dot com -Status: Open +Status: Bogus Bug Type: *PDF functions Operating System: Vista PHP Version: 5.3.1 New Comment: Sorry, but your problem does not imply a b

#50990 [Opn]: gmp extension doesn't compile with gmp 5.0.1

2010-02-10 Thread pajoye
ID: 50990 Updated by: paj...@php.net Reported By: php-bugs-2010 at ryandesign dot com Status: Open Bug Type: Compile Failure Operating System: Mac OS X 10.6.2 PHP Version: 5.3.2RC1 New Comment: I would suggest to go with MPIR instead. GMP 5.x

#50990 [NEW]: gmp extension doesn't compile with gmp 5.0.1

2010-02-10 Thread php-bugs-2010 at ryandesign dot com
From: php-bugs-2010 at ryandesign dot com Operating system: Mac OS X 10.6.2 PHP version: 5.3.2RC1 PHP Bug Type: Compile Failure Bug description: gmp extension doesn't compile with gmp 5.0.1 Description: The gmp extension doesn't compile with gmp 5.0.1. This used

#50953 [Com]: fsockopen will not work on 'localhost'

2010-02-10 Thread carsten_sttgt at gmx dot de
ID: 50953 Comment by: carsten_sttgt at gmx dot de Reported By: tony at marston-home dot demon dot co dot uk Status: Open Bug Type: Sockets related Operating System: Windows XP PHP Version: 5.2.12 New Comment: > Did you install IPv6 support fo