{"id":599,"date":"2021-09-17T01:16:04","date_gmt":"2021-09-16T17:16:04","guid":{"rendered":"http:\/\/log.tanxiaodian.com\/?p=599"},"modified":"2021-09-22T08:32:19","modified_gmt":"2021-09-22T00:32:19","slug":"php7-4%e5%ae%89%e8%a3%85gd%e5%ba%93","status":"publish","type":"post","link":"https:\/\/log.tanxiaodian.com\/?p=599","title":{"rendered":"php7.4\u5b89\u88c5gd\u5e93"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>  385  wget http:\/\/www.zlib.net\/zlib-1.2.11.tar.gz\n  386  tar -zxvf zlib-1.2.11.tar.gz \n  387  cd zlib-1.2.11\/\n  388  ls\n  389  .\/configure --prefix=\/usr\/local\/zlib\n  390  make &amp;&amp; make install\n  391  cd ..\n  392  wget https:\/\/download.savannah.gnu.org\/releases\/freetype\/freetype-2.9.tar.gz\n  393  ls\n  394  tar -zxvf freetype-2.9.tar.gz \n  395  cd freetype-2.9\/\n  396  ls\n  397  .\/configure --prefix=\/usr\/local\/freetype\n  398  make &amp;&amp; make install\n415  wget https:\/\/download.sourceforge.net\/libpng\/libpng-1.6.37.tar.gz\n  416  tar -zxvf libpng-1.6.37.tar.gz \n  417  cd libpng-1.6.37\/\n  418  .\/configure --prefix=\/usr\/local\/libpng\n  419  make &amp;&amp; make install\n  420  cd ..\n\n yum install libjpeg libjpeg-devel\n\n  422  wget  http:\/\/www.ijg.org\/files\/jpegsrc.v9d.tar.gz\n  423  ls\n  424  tar -xzvf jpegsrc.v9d.tar.gz \n  425  cd jpeg-9d\/\n  426  ls\n  427  .\/configure --prefix=\/usr\/local\/libjpeg --enable-shared\n  428  make &amp;&amp; make install\n  429  cd ..\n  430  ls\n  431  cd php-7.4.20\/\n  432  cd ext\/\n  433  ls\n  434  cd gd\/\n  435  ls\n  436  \/usr\/local\/php\/bin\/phpize \n  437  .\/configure --with-php-config=\/usr\/local\/php\/bin\/php-config --with-jpeg=\/usr\/local\/libjpeg --with-freetype=\/usr\/local\/freetype\n\nhttps:&#47;&#47;www.php.net\/manual\/zh\/migration74.other-changes.php#migration74.other-changes.pkg-config\n\n  438  make &amp;&amp; make install\n  439  vim \/usr\/local\/php\/etc\/php.ini \n  440  systemctl restart php-fpm.service<\/code><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[3],"tags":[95,96],"_links":{"self":[{"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=\/wp\/v2\/posts\/599"}],"collection":[{"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=599"}],"version-history":[{"count":4,"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=\/wp\/v2\/posts\/599\/revisions"}],"predecessor-version":[{"id":616,"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=\/wp\/v2\/posts\/599\/revisions\/616"}],"wp:attachment":[{"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=599"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=599"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/log.tanxiaodian.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=599"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}