File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ SET(PHPCPP_ZEND_SOURCES
122
122
zend/exists.cpp
123
123
zend/extension.cpp
124
124
zend/extensionimpl.cpp
125
- zend/fatalerror.cpp
125
+ # zend/fatalerror.cpp
126
126
zend/file.cpp
127
127
zend/function.cpp
128
128
zend/functor.cpp
@@ -175,7 +175,7 @@ SET(PHPCPP_ZEND_HEADERS
175
175
zend/numericmember.h
176
176
zend/objectimpl.h
177
177
zend/opcodes.h
178
- zend/origexception.h
178
+ # zend/origexception.h
179
179
zend/parametersimpl.h
180
180
zend/property.h
181
181
zend/string.h
@@ -200,10 +200,10 @@ SET(PHPCPP_HEADERS_INCLUDE
200
200
include /constant.h
201
201
include /countable.h
202
202
include /deprecated.h
203
- include /errors .h
203
+ include /error .h
204
204
include /exception.h
205
205
include /extension.h
206
- include /fatalerror.h
206
+ # include/fatalerror.h
207
207
include /file.h
208
208
include /function.h
209
209
include /global.h
You can’t perform that action at this time.
0 commit comments