#48414 [NEW]: The FastCGI process exited unexpectedly

2009-05-28 Thread dannyoneill at ntlworld dot com
From: dannyoneill at ntlworld dot com
Operating system: Windows 2003 Server
PHP version:  5.2.9
PHP Bug Type: Reproducible crash
Bug description:  The FastCGI process exited unexpectedly

Description:

On a freshly built (and existing) Windows server with PHP 5.2.9 and
FastCGI the following error occurs when trying to access phpMyAdmin when
register_globals is set to on;

---
FastCGI Error
The FastCGI Handler was unable to process the request.

Error Details:

* The FastCGI process exited unexpectedly
* Error Number: -1073741819 (0xc005).
* Error Description: Unknown Error

HTTP Error 500 - Server Error.
Internet Information Services (IIS)
-

I have built a fresh server and can re-create this each time. This only
occurs when using fastcgi.

Reproduce code:
---
Standard install of phpMyAdmin

Expected result:

Sucessful logon

Actual result:
--
FastCGI Error
The FastCGI Handler was unable to process the request.

Error Details:

* The FastCGI process exited unexpectedly
* Error Number: -1073741819 (0xc005).
* Error Description: Unknown Error

HTTP Error 500 - Server Error.
Internet Information Services (IIS)

-- 
Edit bug report at http://bugs.php.net/?id=48414&edit=1
-- 
Try a CVS snapshot (PHP 5.2):
http://bugs.php.net/fix.php?id=48414&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):
http://bugs.php.net/fix.php?id=48414&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):
http://bugs.php.net/fix.php?id=48414&r=trysnapshot60
Fixed in CVS:
http://bugs.php.net/fix.php?id=48414&r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=48414&r=needdocs
Fixed in release:
http://bugs.php.net/fix.php?id=48414&r=alreadyfixed
Need backtrace:  
http://bugs.php.net/fix.php?id=48414&r=needtrace
Need Reproduce Script:   
http://bugs.php.net/fix.php?id=48414&r=needscript
Try newer version:   
http://bugs.php.net/fix.php?id=48414&r=oldversion
Not developer issue: 
http://bugs.php.net/fix.php?id=48414&r=support
Expected behavior:   
http://bugs.php.net/fix.php?id=48414&r=notwrong
Not enough info: 
http://bugs.php.net/fix.php?id=48414&r=notenoughinfo
Submitted twice: 
http://bugs.php.net/fix.php?id=48414&r=submittedtwice
register_globals:
http://bugs.php.net/fix.php?id=48414&r=globals
PHP 4 support discontinued:  http://bugs.php.net/fix.php?id=48414&r=php4
Daylight Savings:http://bugs.php.net/fix.php?id=48414&r=dst
IIS Stability:   
http://bugs.php.net/fix.php?id=48414&r=isapi
Install GNU Sed: 
http://bugs.php.net/fix.php?id=48414&r=gnused
Floating point limitations:  
http://bugs.php.net/fix.php?id=48414&r=float
No Zend Extensions:  
http://bugs.php.net/fix.php?id=48414&r=nozend
MySQL Configuration Error:   
http://bugs.php.net/fix.php?id=48414&r=mysqlcfg



#45249 [Bgs]: Invalid e-mail address when using name

2008-07-06 Thread dannyoneill at ntlworld dot com
 ID:   45249
 User updated by:  dannyoneill at ntlworld dot com
 Reported By:  dannyoneill at ntlworld dot com
 Status:   Bogus
 Bug Type: Mail related
 Operating System: Windows Server 2003 SP2
 PHP Version:  5.2.6
 New Comment:

You have classed both mine and the other report as bogus rather than
leaving one open.


Previous Comments:


[2008-07-06 11:41:29] [EMAIL PROTECTED]

Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

See bug #28038



[2008-06-24 17:03:31] php at info-svc dot com

Possible duplicate and more information posted at
http://bugs.php.net/bug.php?id=45305



[2008-06-12 15:59:33] dannyoneill at ntlworld dot com

Description:

Since upgrading to PHP 5.2.6 I can no longer use a full email address.

When sending an email to "Joe Blogs <[EMAIL PROTECTED]>" It fails with
"Invalid e-mail address". This is on a basic mail script.

It appears to be because PHP 5.2.6 reparses this as ">". It tries to help and add more <> brackets than
necessary.

The only thing changed on my server is PHP. Others have reported the
problem on phpfreaks.com. I also tested on a freshly built virtual
server with the same results.

I also run wordpress which also fails when sending mails because of
this. If I write a script to just mailto "[EMAIL PROTECTED]" without any
<> brackets it works fine but cannot use the name.

Reproduce code:
---


Expected result:

Sucessful email

Actual result:
--
Invalid e-mail address





-- 
Edit this bug report at http://bugs.php.net/?id=45249&edit=1



#45249 [NEW]: Invalid e-mail address when using name

2008-06-12 Thread dannyoneill at ntlworld dot com
From: dannyoneill at ntlworld dot com
Operating system: Windows Server 2003 SP2
PHP version:  5.2.6
PHP Bug Type: Mail related
Bug description:  Invalid e-mail address when using name

Description:

Since upgrading to PHP 5.2.6 I can no longer use a full email address.

When sending an email to "Joe Blogs <[EMAIL PROTECTED]>" It fails with
"Invalid e-mail address". This is on a basic mail script.

It appears to be because PHP 5.2.6 reparses this as ">". It tries to help and add more <> brackets than
necessary.

The only thing changed on my server is PHP. Others have reported the
problem on phpfreaks.com. I also tested on a freshly built virtual server
with the same results.

I also run wordpress which also fails when sending mails because of this.
If I write a script to just mailto "[EMAIL PROTECTED]" without any <>
brackets it works fine but cannot use the name.

Reproduce code:
---


Expected result:

Sucessful email

Actual result:
--
Invalid e-mail address

-- 
Edit bug report at http://bugs.php.net/?id=45249&edit=1
-- 
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=45249&r=trysnapshot52
Try a CVS snapshot (PHP 5.3): 
http://bugs.php.net/fix.php?id=45249&r=trysnapshot53
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=45249&r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=45249&r=fixedcvs
Fixed in release: 
http://bugs.php.net/fix.php?id=45249&r=alreadyfixed
Need backtrace:   http://bugs.php.net/fix.php?id=45249&r=needtrace
Need Reproduce Script:http://bugs.php.net/fix.php?id=45249&r=needscript
Try newer version:http://bugs.php.net/fix.php?id=45249&r=oldversion
Not developer issue:  http://bugs.php.net/fix.php?id=45249&r=support
Expected behavior:http://bugs.php.net/fix.php?id=45249&r=notwrong
Not enough info:  
http://bugs.php.net/fix.php?id=45249&r=notenoughinfo
Submitted twice:  
http://bugs.php.net/fix.php?id=45249&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=45249&r=globals
PHP 4 support discontinued:   http://bugs.php.net/fix.php?id=45249&r=php4
Daylight Savings: http://bugs.php.net/fix.php?id=45249&r=dst
IIS Stability:http://bugs.php.net/fix.php?id=45249&r=isapi
Install GNU Sed:  http://bugs.php.net/fix.php?id=45249&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=45249&r=float
No Zend Extensions:   http://bugs.php.net/fix.php?id=45249&r=nozend
MySQL Configuration Error:http://bugs.php.net/fix.php?id=45249&r=mysqlcfg