components/php-5_3/php-sapi/patches/052_php_6818228.patch
changeset 846 fe258446a1ae
equal deleted inserted replaced
845:f38158deaa77 846:fe258446a1ae
       
     1 --- php-5.3.10/ext/zlib/php_zlib.h_orig	Sun Jan  1 05:15:04 2012
       
     2 +++ php-5.3.10/ext/zlib/php_zlib.h	Wed Feb  8 11:25:26 2012
       
     3 @@ -22,7 +22,7 @@
       
     4  #ifndef PHP_ZLIB_H
       
     5  #define PHP_ZLIB_H
       
     6  
       
     7 -#include <zlib.h>
       
     8 +#include "my_zlib.h"
       
     9  
       
    10  ZEND_BEGIN_MODULE_GLOBALS(zlib)
       
    11  	/* variables for transparent gzip encoding */