#48487 [Opn->Csd]: fetch_object calls __set before constructor

2010-01-04 Thread uw
ID: 48487 Updated by: u...@php.net Reported By: joel at purerave dot com -Status: Open +Status: Closed Bug Type: MySQLi related Operating System: win2k sp4 PHP Version: 5.2.9 New Comment: This bug has been fixed in SVN. Snapshots of

#50416 [Asn->Fbk]: PROCEDURE db.myproc can't return a result set in the given context

2010-01-04 Thread uw
ID: 50416 Updated by: u...@php.net Reported By: ernesto_vargas at yahoo dot com -Status: Assigned +Status: Feedback Bug Type: MySQL related Operating System: * PHP Version: 5.3, 6 Assigned To: mysql New Comment: This may be a v

#49262 [Opn->Csd]: PDO MySQL crashes on STRING params

2010-01-04 Thread uw
ID: 49262 Updated by: u...@php.net Reported By: grzegorz at heex dot pl -Status: Open +Status: Closed Bug Type: PDO related Operating System: Win XP Sp3 PHP Version: 5.3.0 New Comment: MySQL 6 is not GA, MySQL 6 bug Previous Commen

#50647 [NEW]: Short array notation

2010-01-04 Thread robert_xp at gmx dot net
From: robert_xp at gmx dot net Operating system: PHP version: 5.3.1 PHP Bug Type: Feature/Change Request Bug description: Short array notation Description: A nice improvement for PHP would be a short hand notation for arrays. You can find more details here: http

#50648 [NEW]: Format for binary numbers

2010-01-04 Thread robert_xp at gmx dot net
From: robert_xp at gmx dot net Operating system: PHP version: 5.3.1 PHP Bug Type: Feature/Change Request Bug description: Format for binary numbers Description: I think it would be a good improvement to have a short form for binary numbers like C# with 0b101010.

#50649 [NEW]: negative offsets

2010-01-04 Thread robert_xp at gmx dot net
From: robert_xp at gmx dot net Operating system: PHP version: 5.3.1 PHP Bug Type: Feature/Change Request Bug description: negative offsets Description: I heared somewhere, that string offsets will be removed in future releases of PHP, as of 6.0. I like accessing

#50650 [NEW]: mysql_matched_rows

2010-01-04 Thread robert_xp at gmx dot net
From: robert_xp at gmx dot net Operating system: PHP version: 5.3.1 PHP Bug Type: Feature/Change Request Bug description: mysql_matched_rows Description: Sometimes, it is necessary to get the number of matches instead of the number of affected rows. Matches mean

#50651 [NEW]: Native type cast returns wrong result

2010-01-04 Thread robert_xp at gmx dot net
From: robert_xp at gmx dot net Operating system: Debain Etch PHP version: 5.3.1 PHP Bug Type: MySQLi related Bug description: Native type cast returns wrong result Description: mysqlnd implements native type casting but returns string for some integer values that

#50652 [NEW]: time call optimization

2010-01-04 Thread robert_xp at gmx dot net
From: robert_xp at gmx dot net Operating system: PHP version: 5.3.1 PHP Bug Type: Performance problem Bug description: time call optimization Description: Sure, it is not so critical to patch this but you use ever time(NULL) to get the current time in most funct

#50027 [Com]: $this becomes a non-object

2010-01-04 Thread lukas at twobits dot cz
ID: 50027 Comment by: lukas at twobits dot cz Reported By: phpbugs at colin dot guthr dot ie Status: No Feedback Bug Type: Reproducible crash Operating System: Mandriva Linux (Cooker x86_64) PHP Version: 5.3.1RC2 New Comment: We now have abou

#50653 [NEW]: str_split sequence handling

2010-01-04 Thread robert_xp at gmx dot net
From: robert_xp at gmx dot net Operating system: PHP version: 5.3.1 PHP Bug Type: Feature/Change Request Bug description: str_split sequence handling Description: str_split is only able to split a string in periodical substrings. I think, it's a good improvement

#50652 [Opn->WFx]: time call optimization

2010-01-04 Thread derick
ID: 50652 Updated by: der...@php.net Reported By: robert_xp at gmx dot net -Status: Open +Status: Wont fix Bug Type:Performance problem PHP Version: 5.3.1 New Comment: We can't do this, as for longer running scripts the value as returned by time() can change (like onc

#50647 [Opn->WFx]: Short array notation

2010-01-04 Thread aharvey
ID: 50647 Updated by: ahar...@php.net Reported By: robert_xp at gmx dot net -Status: Open +Status: Wont fix Bug Type:Feature/Change Request PHP Version: 5.3.1 New Comment: This has already gone through the RFC process and been declined, per http://wiki.php.net/rfc/sho

#50650 [Opn]: mysql_matched_rows

2010-01-04 Thread uw
ID: 50650 Updated by: u...@php.net Reported By: robert_xp at gmx dot net Status: Open Bug Type:Feature/Change Request PHP Version: 5.3.1 New Comment: What's the point in coding something that can easily be done in the user space and expanding an outdated API? Previous C

#49867 [Com]: spl_autoload crashes when called in write function of custom sessionSaveHandler

2010-01-04 Thread rik dot meijer at moxio dot com
ID: 49867 Comment by: rik dot meijer at moxio dot com Reported By: nicolas dot lepage at yahoo dot fr Status: No Feedback Bug Type: SPL related Operating System: * PHP Version: 5.3.0 New Comment: I can confirm that the submitted code to repro

#50654 [NEW]: Nested heredocs fail

2010-01-04 Thread thuejk at gmail dot com
From: thuejk at gmail dot com Operating system: Debian Linux Unstable PHP version: 5.2.12 PHP Bug Type: Scripting Engine problem Bug description: Nested heredocs fail Description: Embedding a heredoc inside another heredoc fails to compile on 5.2.12. (The same c

#50654 [Opn->WFx]: Nested heredocs fail

2010-01-04 Thread johannes
ID: 50654 Updated by: johan...@php.net Reported By: thuejk at gmail dot com -Status: Open +Status: Wont fix Bug Type: Scripting Engine problem Operating System: Debian Linux Unstable PHP Version: 5.2.12 New Comment: This works in 5.3

#47412 [Asn->Fbk]: PHP_MSHUTDOWN_FUNCTION not being called under FastCGI

2010-01-04 Thread pajoye
ID: 47412 Updated by: paj...@php.net Reported By: tser at deltacontrols dot com -Status: Assigned +Status: Feedback Bug Type: CGI related Operating System: win32 only - Vista PHP Version: 5.2.9RC2 Assigned To: pajoye New Comment

#50638 [Bgs]: User Stream $context is Not Populated

2010-01-04 Thread cullin dot wible at cullinwible dot com
ID: 50638 User updated by: cullin dot wible at cullinwible dot com Reported By: cullin dot wible at cullinwible dot com Status: Bogus Bug Type: *General Issues Operating System: CentOS 5.4 x86_64 PHP Version: 5.3.1 New Comment: You are correct. Th

#50656 [NEW]: Assign constant to var causes syntax error

2010-01-04 Thread willirl at gmail dot com
From: willirl at gmail dot com Operating system: mac os x 10.6 PHP version: 5.3.1 PHP Bug Type: Compile Failure Bug description: Assign constant to var causes syntax error Description: This error is on Mac 10.6 has PHP 5.3.0 which is not shown in version selector

#50652 [WFx]: time call optimization

2010-01-04 Thread robert_xp at gmx dot net
ID: 50652 User updated by: robert_xp at gmx dot net Reported By: robert_xp at gmx dot net Status: Wont fix Bug Type:Performance problem PHP Version: 5.3.1 New Comment: Yes, that's right. I think this is the only point, that speaks really against this so

#50652 [WFx]: time call optimization

2010-01-04 Thread rasmus
ID: 50652 Updated by: ras...@php.net Reported By: robert_xp at gmx dot net Status: Wont fix Bug Type:Performance problem PHP Version: 5.3.1 New Comment: Your patch it also reversed. Previous Comments: -

#50652 [WFx]: time call optimization

2010-01-04 Thread robert_xp at gmx dot net
ID: 50652 User updated by: robert_xp at gmx dot net Reported By: robert_xp at gmx dot net Status: Wont fix Bug Type:Performance problem PHP Version: 5.3.1 New Comment: I'm such an idiot. Sorry, fixed. Previous Comments: ---

#50647 [WFx]: Short array notation

2010-01-04 Thread robert_xp at gmx dot net
ID: 50647 User updated by: robert_xp at gmx dot net Reported By: robert_xp at gmx dot net Status: Wont fix Bug Type:Feature/Change Request PHP Version: 5.3.1 New Comment: Grml...Sorry, I didn't saw this before. I read the mailing lists, but I couldn't f

#50657 [NEW]: copy() with an empty (zero-byte) HTTP source succeeds but returns false

2010-01-04 Thread php at lorddeath dot net
From: php at lorddeath dot net Operating system: Win32/Linux PHP version: 5.3SVN-2010-01-04 (snap) PHP Bug Type: Filesystem function related Bug description: copy() with an empty (zero-byte) HTTP source succeeds but returns false Description: The copy() function

#50656 [Opn->Bgs]: Assign constant to var causes syntax error

2010-01-04 Thread johannes
ID: 50656 Updated by: johan...@php.net Reported By: willirl at gmail dot com -Status: Open +Status: Bogus Bug Type: Compile Failure Operating System: mac os x 10.6 PHP Version: 5.3.1 New Comment: Thank you for taking the time to writ

#50647 [WFx]: Short array notation

2010-01-04 Thread aharvey
ID: 50647 Updated by: ahar...@php.net Reported By: robert_xp at gmx dot net Status: Wont fix Bug Type:Feature/Change Request PHP Version: 5.3.1 New Comment: If you really, really, really want to reopen that can of worms, take it to the Internals mailing list. At best, you

#50649 [Opn]: negative offsets

2010-01-04 Thread aharvey
ID: 50649 Updated by: ahar...@php.net Reported By: robert_xp at gmx dot net Status: Open Bug Type:Feature/Change Request PHP Version: 5.3.1 New Comment: For reference, functionality similar to this has been discussed at least once before on the Internals mailing list: htt

#50659 [NEW]: Junctions over a share fail

2010-01-04 Thread RQuadling at GMail dot com
From: RQuadling at GMail dot com Operating system: Windows XP SP3 PHP version: 5.3SVN-2010-01-04 (snap) PHP Bug Type: Directory function related Bug description: Junctions over a share fail Description: realpath() returns false for files inside junctions inside a

#50660 [NEW]: exif_read_data fails on a given image while giving no errors with other tools

2010-01-04 Thread skinny dot bravo at gmail dot com
From: skinny dot bravo at gmail dot com Operating system: Linux PHP version: 5.2.12 PHP Bug Type: EXIF related Bug description: exif_read_data fails on a given image while giving no errors with other tools Description: PHP fails reading GPS data from a given set

#47412 [Com]: PHP_MSHUTDOWN_FUNCTION not being called under FastCGI

2010-01-04 Thread tser at deltacontrols dot com
ID: 47412 Comment by: tser at deltacontrols dot com Reported By: tser at deltacontrols dot com Status: Feedback Bug Type: CGI related Operating System: win32 only - Vista PHP Version: 5.2.9RC2 Assigned To: pajoye New Comment: To answer

#50661 [NEW]: DOMDocument::loadXML does not allow UTF-16

2010-01-04 Thread geoffers+phpbugs at gmail dot com
From: geoffers+phpbugs at gmail dot com Operating system: Mac OS 10.5.8 PHP version: 5.3SVN-2010-01-04 (SVN) PHP Bug Type: DOM XML related Bug description: DOMDocument::loadXML does not allow UTF-16 Description: DOMDocument::loadXML() does not support UTF-16 enco

#50652 [WFx->Ana]: time call optimization

2010-01-04 Thread rasmus
ID: 50652 Updated by: ras...@php.net Reported By: robert_xp at gmx dot net -Status: Wont fix +Status: Analyzed Bug Type:Performance problem PHP Version: 5.3.1 New Comment: I'm not completely against this one. At Yahoo we replaced the expensive gettimeofday syscalls

#50657 [Opn->Fbk]: copy() with an empty (zero-byte) HTTP source succeeds but returns false

2010-01-04 Thread jani
ID: 50657 Updated by: j...@php.net Reported By: php at lorddeath dot net -Status: Open +Status: Feedback Bug Type: Filesystem function related Operating System: Win32/Linux PHP Version: 5.3SVN-2010-01-04 (snap) New Comment: Was the f

#50657 [Fbk->Opn]: copy() with an empty (zero-byte) HTTP source succeeds but returns false

2010-01-04 Thread jani
ID: 50657 Updated by: j...@php.net Reported By: php at lorddeath dot net -Status: Feedback +Status: Open Bug Type: Filesystem function related Operating System: Win32/Linux PHP Version: 5.3SVN-2010-01-04 (snap) New Comment: Nevermind

#50662 [NEW]: New directive expression_tags

2010-01-04 Thread joseberardo at gmail dot com
From: joseberardo at gmail dot com Operating system: all PHP version: 6SVN-2010-01-04 (snap) PHP Bug Type: Feature/Change Request Bug description: New directive expression_tags Description: The directive short_tags is deprecated and should not be disponible in 6t

#50663 [NEW]: exec and shell_exec don't works with msginit

2010-01-04 Thread samuel dot roze at gmail dot com
From: samuel dot roze at gmail dot com Operating system: Debian 5 PHP version: 5.3.1 PHP Bug Type: Program Execution Bug description: exec and shell_exec don't works with msginit Description: The function exec or the shell_exec function are not working with the m

#50663 [Com]: exec and shell_exec don't works with msginit

2010-01-04 Thread samuel dot roze at gmail dot com
ID: 50663 Comment by: samuel dot roze at gmail dot com Reported By: samuel dot roze at gmail dot com Status: Open Bug Type: Program Execution Operating System: Debian 5 PHP Version: 5.3.1 New Comment: Notice: This PHP test work when using the

#50657 [Opn->Ana]: copy() with an empty (zero-byte) HTTP source succeeds but returns false

2010-01-04 Thread jani
ID: 50657 Updated by: j...@php.net Reported By: php at lorddeath dot net -Status: Open +Status: Analyzed Bug Type: Filesystem function related Operating System: Win32/Linux PHP Version: 5.3SVN-2010-01-04 (snap) New Comment: _php_stre

#50661 [Opn]: DOMDocument::loadXML does not allow UTF-16

2010-01-04 Thread rrichards
ID: 50661 Updated by: rricha...@php.net Reported By: geoffers+phpbugs at gmail dot com Status: Open Bug Type: DOM XML related Operating System: Mac OS 10.5.8 PHP Version: 5.3SVN-2010-01-04 (SVN) -Assigned To: +Assigned To: rrichards

#50663 [Opn->Bgs]: exec and shell_exec don't works with msginit

2010-01-04 Thread rasmus
ID: 50663 Updated by: ras...@php.net Reported By: samuel dot roze at gmail dot com -Status: Open +Status: Bogus Bug Type: Program Execution Operating System: Debian 5 PHP Version: 5.3.1 New Comment: Sorry, but these types of issues a

#49960 [Opn->Csd]: Add INTERNALDATE to imap_append

2010-01-04 Thread pajoye
ID: 49960 Updated by: paj...@php.net Reported By: nick at mailtrust dot com -Status: Open +Status: Closed Bug Type: Feature/Change Request Operating System: CentOS 5 PHP Version: 5.3SVN-2009-10-22 (SVN) -Assigned To: +Assigned To

#33500 [NoF->Asn]: imap_open() fails when the server advertises GSSAPI

2010-01-04 Thread pajoye
ID: 33500 Updated by: paj...@php.net Reported By: ed2019 at columbia dot edu -Status: No Feedback +Status: Assigned Bug Type: Feature/Change Request Operating System: * PHP Version: 5.2.9 Assigned To: pajoye Previous Comments:

#33500 [Asn->Csd]: imap_open() fails when the server advertises GSSAPI

2010-01-04 Thread pajoye
ID: 33500 Updated by: paj...@php.net Reported By: ed2019 at columbia dot edu -Status: Assigned +Status: Closed Bug Type: Feature/Change Request Operating System: * PHP Version: 5.2.9 Assigned To: pajoye New Comment: This bug ha

#44098 [Asn->Fbk]: imap_utf8() returns only capital letters

2010-01-04 Thread pajoye
ID: 44098 Updated by: paj...@php.net Reported By: steffen at dislabs dot de -Status: Assigned +Status: Feedback Bug Type: IMAP related Operating System: FreeBSD 6.2 PHP Version: 5.2.5 Assigned To: pajoye New Comment: hi, The p

#48590 [Ver->Csd]: SOAP Client (redirect loop)

2010-01-04 Thread srinatar
ID: 48590 Updated by: srina...@php.net Reported By: erik at datahack dot se -Status: Verified +Status: Closed Bug Type: Reproducible crash Operating System: * PHP Version: 5.3.0RC3 -Assigned To: +Assigned To: srinatar New C

#47281 [Asn->Ana]: $php_errormsg is limited in size of characters

2010-01-04 Thread sixd
ID: 47281 Updated by: s...@php.net Reported By: jeffersongranatto at mannesoft dot com dot br -Status: Assigned +Status: Analyzed Bug Type: OCI8 related Operating System: Linux PHP Version: 5.3.1 Assigned To: sixd New Comment:

#50514 [Bgs]: failure while running make test

2010-01-04 Thread pushpender007 at gmail dot com
ID: 50514 User updated by: pushpender007 at gmail dot com Reported By: pushpender007 at gmail dot com Status: Bogus Bug Type: Compile Failure Operating System: SUSE Enterprise Server s390x PHP Version: 5.2SVN-2009-12-18 (snap) New Comment: Hello .

#50663 [Bgs]: exec and shell_exec don't works with msginit

2010-01-04 Thread samuel dot roze at gmail dot com
ID: 50663 User updated by: samuel dot roze at gmail dot com Reported By: samuel dot roze at gmail dot com Status: Bogus Bug Type: Program Execution Operating System: Debian 5 PHP Version: 5.3.1 New Comment: Well, I said that it works on cli... Act

#50663 [Bgs]: exec and shell_exec don't works with msginit

2010-01-04 Thread rasmus
ID: 50663 Updated by: ras...@php.net Reported By: samuel dot roze at gmail dot com Status: Bogus Bug Type: Program Execution Operating System: Debian 5 PHP Version: 5.3.1 New Comment: Yes, but from the command line stderr is printed alongside