php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #55509
Patch bug55509.diff revision 2011-09-06 15:11 UTC by laruence@php.net
revision 2011-09-06 14:10 UTC by laruence@php.net
revision 2011-09-06 13:42 UTC by laruence@php.net
Patch bug55509.phpt revision 2011-09-06 14:01 UTC by laruence@php.net
revision 2011-09-06 13:50 UTC by laruence@php.net

Patch bug55509.phpt for Reproducible crash Bug #55509

Patch version 2011-09-06 13:50 UTC

Return to Bug #55509 | Download this patch
This patch is obsolete

Obsoleted by patches:

Patch Revisions: 2011-09-06 14:01 UTC | 2011-09-06 13:50 UTC

Developer: laruence@php.net

Line 3 (now 3), was 12 lines, now 8 lines

  --SKIPIF--
  <?php
  if( substr(PHP_OS, 0, 3) == 'WIN'){
    die('skip Not for Windows');
 }
 
 if (PHP_INT_SIZE == 4) {
   die('skip Not for 32-bits OS');
  }
  ?>
  --INI--
  memory_limit=3G
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 09:01:30 2024 UTC