#50723 [Com]: Bug in garbage collector causes crash

2010-02-01 Thread garretts at microsoft dot com
ID: 50723 Comment by: garretts at microsoft dot com Reported By: garretts at microsoft dot com Status: No Feedback Bug Type: Reproducible crash Operating System: Windows PHP Version: 5.3.2RC1 New Comment: I've tested again with:

#50723 [Com]: Bug in garbage collector causes crash

2010-01-12 Thread garretts at microsoft dot com
ID: 50723 Comment by: garretts at microsoft dot com Reported By: garretts at microsoft dot com Status: Feedback Bug Type: Reproducible crash Operating System: Windows PHP Version: 5.3.2RC1 New Comment: Unfortunately, snapshots aren't wo

#50723 [NEW]: Bug in garbage collector causes crash

2010-01-11 Thread garretts at microsoft dot com
From: garretts at microsoft dot com Operating system: Windows PHP version: 5.3.2RC1 PHP Bug Type: Reproducible crash Bug description: Bug in garbage collector causes crash Description: I've got a script which I've pared down from a much larger one, tha

#47999 [Opn->Bgs]: tempnam() fails to create file

2009-10-07 Thread garretts
: +Assigned To: garretts New Comment: I'm unable to reproduce this with PHP 5.2.9-2 and PHP 5.3. I used your repro code, and tried: the command line: Successfully created C:\Users\garretts\AppData\Local\Temp\ran81CC.tmp. from a web page: Successfully created C:\Windows

#48190 [Ver]: Content-type parameter "boundary" is not case-insensitive in HTTP uploads

2009-10-07 Thread garretts
ID: 48190 Updated by: garre...@php.net Reported By: carsten_sttgt at gmx dot de Status: Verified Bug Type: HTTP related Operating System: Windows NT PHP Version: 5.*CVS, 6CVS (2009-05-08) -Assigned To: +Assigned To: garretts New

#48959 [Opn]: is_readable() and filezise() do not return correctly

2009-09-01 Thread garretts
ID: 48959 Updated by: garre...@php.net Reported By: trutas dot ctx at gmail dot com Status: Open Bug Type: Filesystem function related Operating System: win32 - Windows Server 2003 x64 PHP Version: 5.3.0 Assigned To: pajoye New Comment:

#44994 [NoF]: exec() produces zombie processes on Windows, hangs Apache

2009-09-01 Thread garretts
ID: 44994 Updated by: garre...@php.net Reported By: dbarrett at vistaprint dot com Status: No Feedback Bug Type: Program Execution Operating System: win32 only - 2003 Server, 64-bit PHP Version: 5.2.6 Assigned To: garretts New Comment

#49244 [Ver]: Floating point NaN cause garbage characters

2009-09-01 Thread garretts
ID: 49244 Updated by: garre...@php.net Reported By: ronlentjes at yahoo dot com dot au Status: Verified Bug Type: Scripting Engine problem Operating System: Linux Fedora 8 PHP Version: 5.3.0 New Comment: sjoerd -- That fix works fine for me.

#49148 [Opn]: combination of stream_get_line and fseek does not work correctly

2009-08-31 Thread garretts
ID: 49148 Updated by: garre...@php.net Reported By: mugeso at mugeso dot com Status: Open Bug Type: Streams related Operating System: win32 only - Windows XP SP3 PHP Version: 5.2.10 New Comment: This is reproduceable on Linux too. Previo

#44994 [Asn->Fbk]: exec() produces zombie processes on Windows, hangs Apache

2009-08-19 Thread garretts
: garretts New Comment: Please try using this snapshot: http://snaps.php.net/php5.3-latest.tar.gz For Windows: http://windows.php.net/snapshots/ Previous Comments: [2009-08-19 17:26:55] garre...@php.net I&#x

#43327 [Csd]: wrong return value from mail(), if sendmail_path is wrong

2009-08-19 Thread garretts
ID: 43327 Updated by: garre...@php.net Reported By: carsten_sttgt at gmx dot de Status: Closed Bug Type: Mail related Operating System: win32 only (?) PHP Version: 5.*, 6 (2009-08-07) Assigned To: garretts New Comment: Carsten, Can

#48547 [Opn->Bgs]: DirectoryIterator Slash issue with getPathname Windows with Apache

2009-08-19 Thread garretts
: +Assigned To: garretts New Comment: Use the FilesystemIterator class (a subclass of DirectorIterator) if you want to force the directory separator to the forward slash. Directory iterator only supports the default platform slash. http://us.php.net/manual/en/class.filesystemiterator.php // will

#44994 [Asn]: exec() produces zombie processes on Windows, hangs Apache

2009-08-19 Thread garretts
ID: 44994 Updated by: garre...@php.net Reported By: dbarrett at vistaprint dot com Status: Assigned Bug Type: Program Execution Operating System: win32 only - 2003 Server, 64-bit PHP Version: 5.2.6 Assigned To: garretts New Comment

#43327 [Csd]: wrong return value from mail(), if sendmail_path is wrong

2009-08-19 Thread garretts
ID: 43327 Updated by: garre...@php.net Reported By: carsten_sttgt at gmx dot de Status: Closed Bug Type: Mail related Operating System: win32 only (?) PHP Version: 5.*, 6 (2009-08-07) Assigned To: garretts New Comment: or, it will be

#43327 [Asn->Csd]: wrong return value from mail(), if sendmail_path is wrong

2009-08-19 Thread garretts
+Assigned To: garretts New Comment: This occurs because popen_ex executes the command using the comspec ('cmd.exe'), which will always create a valid process--but intended actual child process fails. I'm patching this so that it skips using cmd.exe--there is really no reason this

#28038 [Asn->Csd]: Sent incorrect RCPT TO commands to SMTP server

2009-08-18 Thread garretts
: garretts New Comment: I've fixed this in PHP-5.3.1-dev. I added in code to use the contents between angle brackets < > if there is a pair of angle brackets passed in. If the angle brackets are not passed in as a pair, this patch doesn't alter the contents (missing one angle br

#45808 [Asn]: stream_socket_enable_crypto() blocks and eats CPU

2009-08-18 Thread garretts
ID: 45808 Updated by: garre...@php.net Reported By: six at aegis-corp dot org Status: Assigned Bug Type: Streams related Operating System: Linux 2.6 PHP Version: 5.3.0alpha1 Assigned To: pajoye New Comment: FYI: I can't repro this on W

#47627 [Asn->Bgs]: "No input file specified" causing crash

2009-08-18 Thread garretts
) Assigned To: garretts New Comment: I'm unable to reproduce this with Apache 2.2.13, mod_fcgid and php5.3.1-dev. I'd recommend a couple of things: - Since Apache 1.3 isn't really supported at all these days, moving up to 2.2 would be a good idea. - Regardless, Apache should b

#49223 [Opn->Csd]: Inconsistency using get_defined_constants(true)

2009-08-17 Thread garretts
bug has been fixed in SVN. The internal module mhash was improperly registered Previous Comments: [2009-08-17 21:28:23] s...@php.net Automatic comment from SVN on behalf of garretts Revision: http://svn.php.net/viewvc/?view

#48911 [Csd]: embed sapi misses SAPI_API

2009-07-30 Thread garretts
ID: 48911 Updated by: garre...@php.net Reported By: thomas at koch dot ro Status: Closed Bug Type: Compile Failure Operating System: Debian Lenny PHP Version: 5.3.0 New Comment: This patch breaks building php5embed on Windows. On Windows, ph

#42832 [Com]: scandir() fails unless user has permissions in the parent directory

2009-06-03 Thread garretts at microsoft dot com
ID: 42832 Comment by: garretts at microsoft dot com Reported By: jmboyd at bluebottle dot com Status: Assigned Bug Type: Directory function related Operating System: win32 only - Windows 2000/XP PHP Version: 5.2CVS-2008-08-25 Assigned To