Skip to content

Instantly share code, notes, and snippets.

View RaeesBhatti's full-sized avatar

Raees Iqbal RaeesBhatti

View GitHub Profile
@RaeesBhatti
RaeesBhatti / nginx_neverbleed.diff
Created July 7, 2016 03:20 — forked from noname77/nginx_neverbleed.diff
PATCH: nginx v1.11.1 supports neverbleed
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 \
<?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
*