From:             mattficken
Operating system: Windows
PHP version:      Irrelevant
Package:          Testing related
Bug Type:         Bug
Bug description:bug40770 is missing memory_limit fatal error

Description:
------------
zend/tests/bug40770.phpt does not output Fatal Error about memory_limit
being reached (expected) on NTS builds.

Affects recent 5.3 5.4 and 5.5 builds without opcache. With opcache or on
TS builds, this test PASSes.

I added memory_limit=8M to the INI I used (from test's INI section).


Test script:
---------------
zend/tests/bug40770.phpt

Expected result:
----------------
Fatal error: Allowed memory size of 8388608 bytes exhausted%s(tried to
allocate %d bytes) in %s on line %d

Actual result:
--------------
Empty output.

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

Reply via email to