Skip to content

Instantly share code, notes, and snippets.

@ravelll
Last active October 16, 2015 06:58
Show Gist options
  • Select an option

  • Save ravelll/860b4420faa9b8cb655e to your computer and use it in GitHub Desktop.

Select an option

Save ravelll/860b4420faa9b8cb655e to your computer and use it in GitHub Desktop.
diff --git ext/opcache/ZendAccelerator.c ext/opcache/ZendAccelerator.c
index e6d7005..ae83c43 100644
--- ext/opcache/ZendAccelerator.c
+++ ext/opcache/ZendAccelerator.c
@@ -21,7 +21,7 @@
#include "main/php.h"
#include "main/php_globals.h"
-#include "zend.h"
+#include "Zend/zend.h"
#include "zend_extensions.h"
#include "zend_compile.h"
#include "ZendAccelerator.h"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment