Thread
:
PHP: Enable static version of zlib
View Single Post
#
2
(
permalink
)
24-Nov-2008, 14:25
adriandelatabla
Puzzled Penguin
Join Date: Nov 2008
Posts: 47
Re: PHP: Enable static version of zlib
Did you check this in your configure command line?
Code:
'--disable-static' '--enable-shared'
It seems that you are instructing php to build with shared libraries only.
adriandelatabla
View Public Profile
Find all posts by adriandelatabla