Skip to content

Commit

Permalink
Fix #81136 opcache header not installed, causing shared build to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
krakjoe committed Jun 14, 2021
1 parent 4a10752 commit a297c66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NEWS
Expand Up @@ -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).
Expand Down
1 change: 1 addition & 0 deletions configure.ac
Expand Up @@ -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 \
Expand Down

0 comments on commit a297c66

Please sign in to comment.