Show
Ignore:
Timestamp:
10/29/2006 03:03:44 AM (5 years ago)
Author:
moo
Message:

PHP_6: processor: fix script_encoding eleak

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/processor/processor.m4

    r248 r267  
    594594    IFRESTORE(`COPY(filename)', `PROC_STRING(filename)') 
    595595#ifdef IS_UNICODE 
    596     PROC_STRING(script_encoding) 
     596    IFRESTORE(` 
     597        COPY(script_encoding) 
     598    ', ` 
     599        PROC_STRING(script_encoding) 
     600    ') 
    597601#endif 
    598602#ifdef ZEND_ENGINE_2