You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once yiisoft/error-handler releases the change from yiisoft/error-handler#176, update YiiPress to that released version and remove ext-dom from static package builds.
YiiPress currently still keeps dom because the released yiisoft/error-handler version still requires it.
A temporary measurement with yiisoft/error-handler dev-master and dom removed produced a Linux binary of 6,119,026 bytes versus the current no-xml baseline of 6,222,964 bytes.
Measured saving: 103,938 bytes post-UPX, about 1.67%.
libxml2 remains because xmlwriter is still required, so this only removes the DOM extension code.
Once yiisoft/error-handler releases the change from yiisoft/error-handler#176, update YiiPress to that released version and remove ext-dom from static package builds.
Context:
ext-domdependency yiisoft/error-handler#176.Tasks:
ext-domdependency yiisoft/error-handler#176.