This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -ur nginx-1.11.1/auto/modules neverbleed_nginx_patch/nginx-1.11.1/auto/modules | |
--- nginx-1.11.1/auto/modules 2016-05-31 14:43:50.000000000 +0100 | |
+++ neverbleed_nginx_patch/nginx-1.11.1/auto/modules 2016-06-24 12:10:27.000000000 +0100 | |
@@ -1119,8 +1119,10 @@ | |
ngx_module_type=CORE | |
ngx_module_name=ngx_openssl_module | |
ngx_module_incs= | |
- ngx_module_deps=src/event/ngx_event_openssl.h | |
- ngx_module_srcs="src/event/ngx_event_openssl.c | |
+ ngx_module_deps="src/event/ngx_event_openssl.h \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* This file can be used to generate HHVM/Hack HHI definitions. | |
* It requires a specific extension to be passed as an argument on the command line. | |
* It will then loop through all constants, functions, and classes and print accordingly. | |
* | |
* For example, to generate HHI definitions for the SPL extension. | |
* | |
* php generate.php spl | |
* |