From:             mail at tgries dot de
Operating system: Linux
PHP version:      5.5.3
Package:          *General Issues
Bug Type:         Bug
Bug description:PHP 5.5.x stalls: Allowed memory size exhausted. 
openssl_x509_parse() problem ?

Description:
------------
I noticed now and then the following problem with the new 5.5.2 and 5.5.3
version, which makes the PHP stalling in a short script which uses openssl
calls to print server certificates.


PHP Fatal error:  Allowed memory size of 209715200 bytes exhausted (tried
to allocate 736849521 bytes) in
/srv/www-ssl/scripts/MySimpleCertificateViewer/index.php on line 70

line 70: $certArray = openssl_x509_parse( $cp );

It is currently unclear, why this stall happens, but I want to early report
this problem to you developers.

The script is short and available here
https://github.com/Wikinaut/MySimpleCertificateViewer .


Test script:
---------------
The script is short and available here
https://github.com/Wikinaut/MySimpleCertificateViewer .



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

Reply via email to