{"id":993,"date":"2018-10-23T22:05:27","date_gmt":"2018-10-23T19:05:27","guid":{"rendered":"https:\/\/galaxydata.ru\/community\/?p=993"},"modified":"2025-07-22T21:50:09","modified_gmt":"2025-07-22T18:50:09","slug":"how-to-upgrade-php-5-6-to-php-7-2-on-centos-vestacp","status":"publish","type":"post","link":"https:\/\/galaxydata.ru\/community\/how-to-upgrade-php-5-6-to-php-7-2-on-centos-vestacp-993","title":{"rendered":"How to Upgrade PHP 5.6 to PHP 7.2 on CentOS VestaCP"},"content":{"rendered":"<div class=\"post-entry blockquote-style-1\">\n<div class=\"inner-post-entry entry-content\">\n<h2 id=\"STEP_1_:\" >Chapter 1. STEP 1 :<\/h2>\n<p>Install Remi Repository and EPEL Repository on your server :<\/p>\n<h3 id=\"RHEL_7\" >Section 1. RHEL 7<\/h3>\n<pre>wget https:\/\/dl.fedoraproject.org\/pub\/epel\/epel-release-latest-7.noarch.rpm\r\nwget http:\/\/rpms.remirepo.net\/enterprise\/remi-release-7.rpm\r\nrpm -Uvh remi-release-7.rpm epel-release-latest-7.noarch.rpm\r\nsubscription-manager repos --enable=rhel-7-server-optional-rpms<\/pre>\n<h3 id=\"RHEL_6\" >Section 2. RHEL 6<\/h3>\n<pre>wget https:\/\/dl.fedoraproject.org\/pub\/epel\/epel-release-latest-6.noarch.rpm\r\nwget http:\/\/rpms.remirepo.net\/enterprise\/remi-release-6.rpm\r\nrpm -Uvh remi-release-6.rpm epel-release-latest-6.noarch.rpm\r\nrhn-channel --add --channel=rhel-$(uname -i)-server-optional-6<\/pre>\n<h3 id=\"CentOS_7\" >Section 3. CentOS 7<\/h3>\n<pre>wget https:\/\/dl.fedoraproject.org\/pub\/epel\/epel-release-latest-7.noarch.rpm\r\nwget http:\/\/rpms.remirepo.net\/enterprise\/remi-release-7.rpm\r\nrpm -Uvh remi-release-7.rpm epel-release-latest-7.noarch.rpm\r\n<\/pre>\n<h3 id=\"CentOS_6\" >Section 4. CentOS 6<\/h3>\n<pre>wget https:\/\/dl.fedoraproject.org\/pub\/epel\/epel-release-latest-6.noarch.rpm\r\nwget http:\/\/rpms.remirepo.net\/enterprise\/remi-release-6.rpm\r\nrpm -Uvh remi-release-6.rpm epel-release-latest-6.noarch.rpm<\/pre>\n<h2 id=\"STEP_2_:\" >Chapter 2. STEP 2 :<\/h2>\n<p>After you have installed repository you need to follow some extra configurations :<\/p>\n<h3 id=\"Run_this_command_one_by_one_for_RHEL_or_CentOS\" >Section 1. Run this command one by one for RHEL or CentOS<\/h3>\n<pre>yum install yum-utils\r\nyum-config-manager --enable remi-php72<\/pre>\n<h2 id=\"\u00a0STEP_3_:\" >Chapter 3. \u00a0STEP 3 :<\/h2>\n<p>Now just run this command :<\/p>\n<pre>yum update -y<\/pre>\n<p>You\u2019ll see php packages are getting updated, After the update process you need to restart Apache server\/php-fpm-(nginx) and check the php version from by below mentioned command:<\/p>\n<pre>php -v<\/pre>\n<pre>[root@server ~]# php -v\r\nPHP 7.2.7 (cli) (built: Jun 20 2018 08:21:26) ( NTS )\r\nCopyright (c) 1997-2018 The PHP Group\r\nZend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies\r\n    with Zend OPcache v7.2.7, Copyright (c) 1999-2018, by Zend Technologies\r\n<\/pre>\n<h1 id=\"Troubleshoot\" >Troubleshoot<\/h1>\n<p>If php upgrade process fails (<strong>no update\/nothing happen<\/strong>s) or you\u00a0<strong>upgraded previously from 5.6 to 7.0\/7.1<\/strong>\u00a0then you need to\u00a0<strong>run this commands<\/strong>\u00a0to\u00a0<strong>disable php 5.6\/7.0\/7.1<\/strong>\u00a0:<\/p>\n<pre>yum-config-manager --disable remi-php56\r\nyum-config-manager --disable remi-php70\r\nyum-config-manager --disable remi-php71\r\n<\/pre>\n<p>After that\u00a0<strong>follow<\/strong>\u00a0the tutorial from\u00a0<strong>STEP 2<\/strong>\u00a0again.<\/p>\n<div class=\"penci-single-link-pages\"><\/div>\n<\/div>\n<\/div>\n<div class=\"tags-share-box center-box\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>STEP 1 : Install Remi Repository and EPEL Repository on your server : RHEL 7 wget https:\/\/dl.fedoraproject.org\/pub\/epel\/epel-release-latest-7.noarch.rpm wget http:\/\/rpms.remirepo.net\/enterprise\/remi-release-7.rpm rpm -Uvh remi-release-7.rpm epel-release-latest-7.noarch.rpm subscription-manager repos &#8212;enable=rhel-7-server-optional-rpms RHEL 6 wget https:\/\/dl.fedoraproject.org\/pub\/epel\/epel-release-latest-6.noarch.rpm&hellip; <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6,12],"tags":[162,105],"class_list":["post-993","post","type-post","status-publish","format-standard","hentry","category-linux","category-webserver","tag-php-7","tag-vestacp"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.4 (Yoast SEO v25.5) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Upgrade PHP 5.6 to PHP 7.2 on CentOS VestaCP - GalaxyData Community<\/title>\n<meta name=\"description\" content=\"Upgrade your server&#039;s PHP version from 5.6 to 7.2 on CentOS with VestaCP control panel easily following our step-by-step tutorial. Enhance performance &amp; security now!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/galaxydata.ru\/community\/how-to-upgrade-php-5-6-to-php-7-2-on-centos-vestacp-993\" \/>\n<meta property=\"og:locale\" content=\"ru_RU\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Upgrade PHP 5.6 to PHP 7.2 on CentOS VestaCP\" \/>\n<meta property=\"og:description\" content=\"Upgrade your server&#039;s PHP version from 5.6 to 7.2 on CentOS with VestaCP control panel easily following our step-by-step tutorial. Enhance performance &amp; security now!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/galaxydata.ru\/community\/how-to-upgrade-php-5-6-to-php-7-2-on-centos-vestacp-993\" \/>\n<meta property=\"og:site_name\" content=\"GalaxyData Community\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/vk.com\/galaxydata\" \/>\n<meta property=\"article:published_time\" content=\"2018-10-23T19:05:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-22T18:50:09+00:00\" \/>\n<meta name=\"author\" content=\"Eduard Yamaltdinov\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u041d\u0430\u043f\u0438\u0441\u0430\u043d\u043e \u0430\u0432\u0442\u043e\u0440\u043e\u043c\" \/>\n\t<meta name=\"twitter:data1\" content=\"Eduard Yamaltdinov\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 \u043c\u0438\u043d\u0443\u0442\u0430\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/galaxydata.ru\/community\/how-to-upgrade-php-5-6-to-php-7-2-on-centos-vestacp-993#article\",\"isPartOf\":{\"@id\":\"https:\/\/galaxydata.ru\/community\/how-to-upgrade-php-5-6-to-php-7-2-on-centos-vestacp-993\"},\"author\":{\"name\":\"Eduard Yamaltdinov\",\"@id\":\"https:\/\/galaxydata.ru\/community\/#\/schema\/person\/674f493b626af18d90fe784aa69dfd7b\"},\"headline\":\"How to Upgrade PHP 5.6 to PHP 7.2 on CentOS VestaCP\",\"datePublished\":\"2018-10-23T19:05:27+00:00\",\"dateModified\":\"2025-07-22T18:50:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/galaxydata.ru\/community\/how-to-upgrade-php-5-6-to-php-7-2-on-centos-vestacp-993\"},\"wordCount\":116,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/galaxydata.ru\/community\/#organization\"},\"keywords\":[\"php 7\",\"vestacp\"],\"articleSection\":[\"Linux\",\"Web Server\"],\"inLanguage\":\"ru-RU\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/galaxydata.ru\/community\/how-to-upgrade-php-5-6-to-php-7-2-on-centos-vestacp-993#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/galaxydata.ru\/community\/how-to-upgrade-php-5-6-to-php-7-2-on-centos-vestacp-993\",\"url\":\"https:\/\/galaxydata.ru\/community\/how-to-upgrade-php-5-6-to-php-7-2-on-centos-vestacp-993\",\"name\":\"How to Upgrade PHP 5.6 to PHP 7.2 on CentOS VestaCP - GalaxyData Community\",\"isPartOf\":{\"@id\":\"https:\/\/galaxydata.ru\/community\/#website\"},\"datePublished\":\"2018-10-23T19:05:27+00:00\",\"dateModified\":\"2025-07-22T18:50:09+00:00\",\"description\":\"Upgrade your server's PHP version from 5.6 to 7.2 on CentOS with VestaCP control panel easily following our step-by-step tutorial. Enhance performance & security now!\",\"breadcrumb\":{\"@id\":\"https:\/\/galaxydata.ru\/community\/how-to-upgrade-php-5-6-to-php-7-2-on-centos-vestacp-993#breadcrumb\"},\"inLanguage\":\"ru-RU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/galaxydata.ru\/community\/how-to-upgrade-php-5-6-to-php-7-2-on-centos-vestacp-993\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/galaxydata.ru\/community\/how-to-upgrade-php-5-6-to-php-7-2-on-centos-vestacp-993#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430\",\"item\":\"https:\/\/galaxydata.ru\/community\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Upgrade PHP 5.6 to PHP 7.2 on CentOS VestaCP\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/galaxydata.ru\/community\/#website\",\"url\":\"https:\/\/galaxydata.ru\/community\/\",\"name\":\"GalaxyData Community\",\"description\":\"Tutorial for Cloud VDS\",\"publisher\":{\"@id\":\"https:\/\/galaxydata.ru\/community\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/galaxydata.ru\/community\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ru-RU\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/galaxydata.ru\/community\/#organization\",\"name\":\"GalaxyData Community\",\"url\":\"https:\/\/galaxydata.ru\/community\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ru-RU\",\"@id\":\"https:\/\/galaxydata.ru\/community\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/galaxydata.ru\/community\/wp-content\/uploads\/2026\/04\/cropped-galaxydata-site-v3.2.png\",\"contentUrl\":\"https:\/\/galaxydata.ru\/community\/wp-content\/uploads\/2026\/04\/cropped-galaxydata-site-v3.2.png\",\"width\":257,\"height\":44,\"caption\":\"GalaxyData Community\"},\"image\":{\"@id\":\"https:\/\/galaxydata.ru\/community\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/vk.com\/galaxydata\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/galaxydata.ru\/community\/#\/schema\/person\/674f493b626af18d90fe784aa69dfd7b\",\"name\":\"Eduard Yamaltdinov\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ru-RU\",\"@id\":\"https:\/\/galaxydata.ru\/community\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/galaxydata.ru\/community\/wp-content\/uploads\/2016\/10\/cloud-server-150x150.png\",\"contentUrl\":\"https:\/\/galaxydata.ru\/community\/wp-content\/uploads\/2016\/10\/cloud-server-150x150.png\",\"caption\":\"Eduard Yamaltdinov\"},\"description\":\"Eduard Yamaltdinov \u2014 \u0430\u0432\u0442\u043e\u0440 \u0438 \u044d\u043a\u0441\u043f\u0435\u0440\u0442 \u0432 \u043e\u0431\u043b\u0430\u0441\u0442\u0438 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0439 \u0438 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f. \u0415\u0441\u043b\u0438 \u0432\u0430\u043c \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u043e \u0443\u0437\u043d\u0430\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u043e \u0435\u0433\u043e \u0440\u0430\u0431\u043e\u0442\u0430\u0445, \u043e\u043f\u044b\u0442\u0435 \u0438\u043b\u0438 \u043f\u0440\u043e\u0435\u043a\u0442\u0430\u0445, \u0441\u043e\u043e\u0431\u0449\u0438\u0442\u0435 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u0435\u0435, \u043a\u0430\u043a\u0443\u044e \u0438\u043c\u0435\u043d\u043d\u043e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c.\",\"url\":\"https:\/\/galaxydata.ru\/community\/author\/galaxydata\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Upgrade PHP 5.6 to PHP 7.2 on CentOS VestaCP - GalaxyData Community","description":"Upgrade your server's PHP version from 5.6 to 7.2 on CentOS with VestaCP control panel easily following our step-by-step tutorial. Enhance performance & security now!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/galaxydata.ru\/community\/how-to-upgrade-php-5-6-to-php-7-2-on-centos-vestacp-993","og_locale":"ru_RU","og_type":"article","og_title":"How to Upgrade PHP 5.6 to PHP 7.2 on CentOS VestaCP","og_description":"Upgrade your server's PHP version from 5.6 to 7.2 on CentOS with VestaCP control panel easily following our step-by-step tutorial. Enhance performance & security now!","og_url":"https:\/\/galaxydata.ru\/community\/how-to-upgrade-php-5-6-to-php-7-2-on-centos-vestacp-993","og_site_name":"GalaxyData Community","article_publisher":"https:\/\/vk.com\/galaxydata","article_published_time":"2018-10-23T19:05:27+00:00","article_modified_time":"2025-07-22T18:50:09+00:00","author":"Eduard Yamaltdinov","twitter_card":"summary_large_image","twitter_misc":{"\u041d\u0430\u043f\u0438\u0441\u0430\u043d\u043e \u0430\u0432\u0442\u043e\u0440\u043e\u043c":"Eduard Yamaltdinov","\u041f\u0440\u0438\u043c\u0435\u0440\u043d\u043e\u0435 \u0432\u0440\u0435\u043c\u044f \u0434\u043b\u044f \u0447\u0442\u0435\u043d\u0438\u044f":"1 \u043c\u0438\u043d\u0443\u0442\u0430"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/galaxydata.ru\/community\/how-to-upgrade-php-5-6-to-php-7-2-on-centos-vestacp-993#article","isPartOf":{"@id":"https:\/\/galaxydata.ru\/community\/how-to-upgrade-php-5-6-to-php-7-2-on-centos-vestacp-993"},"author":{"name":"Eduard Yamaltdinov","@id":"https:\/\/galaxydata.ru\/community\/#\/schema\/person\/674f493b626af18d90fe784aa69dfd7b"},"headline":"How to Upgrade PHP 5.6 to PHP 7.2 on CentOS VestaCP","datePublished":"2018-10-23T19:05:27+00:00","dateModified":"2025-07-22T18:50:09+00:00","mainEntityOfPage":{"@id":"https:\/\/galaxydata.ru\/community\/how-to-upgrade-php-5-6-to-php-7-2-on-centos-vestacp-993"},"wordCount":116,"commentCount":0,"publisher":{"@id":"https:\/\/galaxydata.ru\/community\/#organization"},"keywords":["php 7","vestacp"],"articleSection":["Linux","Web Server"],"inLanguage":"ru-RU","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/galaxydata.ru\/community\/how-to-upgrade-php-5-6-to-php-7-2-on-centos-vestacp-993#respond"]}]},{"@type":"WebPage","@id":"https:\/\/galaxydata.ru\/community\/how-to-upgrade-php-5-6-to-php-7-2-on-centos-vestacp-993","url":"https:\/\/galaxydata.ru\/community\/how-to-upgrade-php-5-6-to-php-7-2-on-centos-vestacp-993","name":"How to Upgrade PHP 5.6 to PHP 7.2 on CentOS VestaCP - GalaxyData Community","isPartOf":{"@id":"https:\/\/galaxydata.ru\/community\/#website"},"datePublished":"2018-10-23T19:05:27+00:00","dateModified":"2025-07-22T18:50:09+00:00","description":"Upgrade your server's PHP version from 5.6 to 7.2 on CentOS with VestaCP control panel easily following our step-by-step tutorial. Enhance performance & security now!","breadcrumb":{"@id":"https:\/\/galaxydata.ru\/community\/how-to-upgrade-php-5-6-to-php-7-2-on-centos-vestacp-993#breadcrumb"},"inLanguage":"ru-RU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/galaxydata.ru\/community\/how-to-upgrade-php-5-6-to-php-7-2-on-centos-vestacp-993"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/galaxydata.ru\/community\/how-to-upgrade-php-5-6-to-php-7-2-on-centos-vestacp-993#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430","item":"https:\/\/galaxydata.ru\/community"},{"@type":"ListItem","position":2,"name":"How to Upgrade PHP 5.6 to PHP 7.2 on CentOS VestaCP"}]},{"@type":"WebSite","@id":"https:\/\/galaxydata.ru\/community\/#website","url":"https:\/\/galaxydata.ru\/community\/","name":"GalaxyData Community","description":"Tutorial for Cloud VDS","publisher":{"@id":"https:\/\/galaxydata.ru\/community\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/galaxydata.ru\/community\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ru-RU"},{"@type":"Organization","@id":"https:\/\/galaxydata.ru\/community\/#organization","name":"GalaxyData Community","url":"https:\/\/galaxydata.ru\/community\/","logo":{"@type":"ImageObject","inLanguage":"ru-RU","@id":"https:\/\/galaxydata.ru\/community\/#\/schema\/logo\/image\/","url":"https:\/\/galaxydata.ru\/community\/wp-content\/uploads\/2026\/04\/cropped-galaxydata-site-v3.2.png","contentUrl":"https:\/\/galaxydata.ru\/community\/wp-content\/uploads\/2026\/04\/cropped-galaxydata-site-v3.2.png","width":257,"height":44,"caption":"GalaxyData Community"},"image":{"@id":"https:\/\/galaxydata.ru\/community\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/vk.com\/galaxydata"]},{"@type":"Person","@id":"https:\/\/galaxydata.ru\/community\/#\/schema\/person\/674f493b626af18d90fe784aa69dfd7b","name":"Eduard Yamaltdinov","image":{"@type":"ImageObject","inLanguage":"ru-RU","@id":"https:\/\/galaxydata.ru\/community\/#\/schema\/person\/image\/","url":"https:\/\/galaxydata.ru\/community\/wp-content\/uploads\/2016\/10\/cloud-server-150x150.png","contentUrl":"https:\/\/galaxydata.ru\/community\/wp-content\/uploads\/2016\/10\/cloud-server-150x150.png","caption":"Eduard Yamaltdinov"},"description":"Eduard Yamaltdinov \u2014 \u0430\u0432\u0442\u043e\u0440 \u0438 \u044d\u043a\u0441\u043f\u0435\u0440\u0442 \u0432 \u043e\u0431\u043b\u0430\u0441\u0442\u0438 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0445 \u0442\u0435\u0445\u043d\u043e\u043b\u043e\u0433\u0438\u0439 \u0438 \u043f\u0440\u043e\u0433\u0440\u0430\u043c\u043c\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f. \u0415\u0441\u043b\u0438 \u0432\u0430\u043c \u0438\u043d\u0442\u0435\u0440\u0435\u0441\u043d\u043e \u0443\u0437\u043d\u0430\u0442\u044c \u0431\u043e\u043b\u044c\u0448\u0435 \u043e \u0435\u0433\u043e \u0440\u0430\u0431\u043e\u0442\u0430\u0445, \u043e\u043f\u044b\u0442\u0435 \u0438\u043b\u0438 \u043f\u0440\u043e\u0435\u043a\u0442\u0430\u0445, \u0441\u043e\u043e\u0431\u0449\u0438\u0442\u0435 \u043f\u043e\u0434\u0440\u043e\u0431\u043d\u0435\u0435, \u043a\u0430\u043a\u0443\u044e \u0438\u043c\u0435\u043d\u043d\u043e \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044e \u0445\u043e\u0442\u0438\u0442\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u0442\u044c.","url":"https:\/\/galaxydata.ru\/community\/author\/galaxydata"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/posts\/993","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/comments?post=993"}],"version-history":[{"count":1,"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/posts\/993\/revisions"}],"predecessor-version":[{"id":1868,"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/posts\/993\/revisions\/1868"}],"wp:attachment":[{"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/media?parent=993"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/categories?post=993"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/galaxydata.ru\/community\/wp-json\/wp\/v2\/tags?post=993"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}