From:             greubel at nkey dot de
Operating system: Windows Vista
PHP version:      5.3.0
PHP Bug Type:     Reproducible crash
Bug description:  Apache 2.2 Child crash while creating an instance of 
Zend_Mail_Storage_Pop3

Description:
------------
While creating an instance of Zend_Mail_Storage_Pop3 using an username and
NO password, the Apache Connection was ended. In error log and windows
event log the message appears, that the child has exited.


Reproduce code:
---------------
$storage = new Zend_Mail_Storage_Pop3(array(
          'host' => $mailbox->incomingServer,
          'user' => $mailbox->loginName,
          'password' => $mailbox->loginPasswd == null ? '' :
$mailbox->loginPasswd
        ));

Expected result:
----------------
A error or exception that the connection to remote host could not be
established

Actual result:
--------------
Apache Child crash:

[Thu Oct 15 20:43:11 2009] [notice] Parent: child process exited with
status 255 -- Restarting.
[Thu Oct 15 20:43:11 2009] [notice] Apache/2.2.14 (Win32) PHP/5.3.0
configured -- resuming normal operations
[Thu Oct 15 20:43:11 2009] [notice] Server built: Sep 28 2009 22:41:08

Windows event log XML output:

- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event";>
- <System>
  <Provider Name="Application Error" /> 
  <EventID Qualifiers="0">1000</EventID> 
  <Level>2</Level> 
  <Task>100</Task> 
  <Keywords>0x80000000000000</Keywords> 
  <TimeCreated SystemTime="2009-10-15T18:43:08.000Z" /> 
  <EventRecordID>1685</EventRecordID> 
  <Channel>Application</Channel> 
  <Computer>Callipso</Computer> 
  <Security /> 
  </System>
- <EventData>
  <Data>httpd.exe</Data> 
  <Data>2.2.14.0</Data> 
  <Data>4ac181d6</Data> 
  <Data>php5ts.dll</Data> 
  <Data>5.3.0.0</Data> 
  <Data>4a4922e7</Data> 
  <Data>c0000005</Data> 
  <Data>00083381</Data> 
  <Data>d44</Data> 
  <Data>01ca4dc6c4770430</Data> 
  </EventData>
  </Event>

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

Reply via email to