Changeset 58 for trunk/processor/head.m4

Show
Ignore:
Timestamp:
06/03/2006 02:30:58 AM (3 years ago)
Author:
moo
Message:

refix as in the example from http://www.hardened-php.net/eaccelerator-0.9.3-hash-fix.patch

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/processor/head.m4

    r56 r58  
    1515#include "stack.h" 
    1616#include "xcache_globals.h" 
     17 
     18#if defined(HARDENING_PATCH_HASH_PROTECT) && HARDENING_PATCH_HASH_PROTECT 
     19extern unsigned int zend_hash_canary; 
     20#endif 
    1721 
    1822define(`SIZEOF_zend_uint', `sizeof(zend_uint)')