diff --git a/NEWS b/NEWS index dd3b2d9e9bcc7..05e1361b808ba 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,7 @@ PHP NEWS - Opcache: . Fixed bug #81133 (building opcache with phpize fails). (krakjoe) + . Fixed bug #81136 (opcache header not installed). (krakjoe) - PDO OCI: . Fixed bug #77120 (Support 'success with info' at connection). diff --git a/configure.ac b/configure.ac index 728dd9ed4f52b..e63c0b969fd34 100644 --- a/configure.ac +++ b/configure.ac @@ -1570,6 +1570,7 @@ PHP_INSTALL_HEADERS([Zend/ TSRM/ include/ main/ main/streams/]) PHP_INSTALL_HEADERS([Zend/Optimizer], [ \ zend_call_graph.h \ zend_cfg.h \ + zend_dfg.h \ zend_dump.h \ zend_func_info.h \ zend_inference.h \