{"id":4684,"date":"2025-07-20T18:04:13","date_gmt":"2025-07-20T09:04:13","guid":{"rendered":"https:\/\/eternalsphere.net\/echoes\/?p=4684"},"modified":"2025-07-20T18:04:13","modified_gmt":"2025-07-20T09:04:13","slug":"xpb4ths23kuk2ji","status":"publish","type":"post","link":"https:\/\/eternalsphere.net\/echoes\/index.php\/2025\/07\/20\/xpb4ths23kuk2ji\/","title":{"rendered":"\u5728 Ubuntu 22.04 \u4e0a\u5c06 PHP \u5347\u7ea7\u5230 8.3 \u5e76\u4f18\u5316 Nextcloud \u7684\u5b8c\u6574\u8fc7\u7a0b"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">\u672c\u6587\u8bb0\u5f55\u4e86\u5728 Ubuntu 22.04 \u7cfb\u7edf\u4e2d\uff0c\u5c06\u9ed8\u8ba4\u7684 PHP 8.1 \u73af\u5883\u5347\u7ea7\u5230 PHP 8.3\uff0c\u5e76\u4e3a Apache + Nextcloud \u73af\u5883\u914d\u7f6e\u76f8\u5173\u6269\u5c55\u3001\u6027\u80fd\u4f18\u5316\u53c2\u6570\u3001\u9519\u8bef\u4fee\u590d\u7b49\u5b8c\u6574\u8fc7\u7a0b\u3002\u9002\u7528\u4e8e Nextcloud 30 \u53ca\u4ee5\u4e0a\u7248\u672c\uff0c\u5c24\u5176\u63a8\u8350\u7528\u4e8e Nextcloud 31\u300132 \u90e8\u7f72\u8005\u53c2\u8003\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83e\uddf1 \u73af\u5883\u8bf4\u660e<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u64cd\u4f5c\u7cfb\u7edf\uff1aUbuntu 22.04.5 LTS (x86_64)<\/li>\n\n\n\n<li>Web \u670d\u52a1\u5668\uff1aApache 2.4.52<\/li>\n\n\n\n<li>\u539f PHP \u7248\u672c\uff1a8.1.2<\/li>\n\n\n\n<li>\u76ee\u6807 PHP \u7248\u672c\uff1a8.3.23<\/li>\n\n\n\n<li>\u6570\u636e\u5e93\uff1aMySQL 8.0.42<\/li>\n\n\n\n<li>\u5e94\u7528\uff1aNextcloud 31.0.7.1\u3001WordPress \u5171\u5b58<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83e\ude9c \u64cd\u4f5c\u6b65\u9aa4\u8be6\u89e3<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">1\ufe0f\u20e3 \u6dfb\u52a0 PHP 8.3 PPA \u6e90<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Ubuntu \u9ed8\u8ba4\u8f6f\u4ef6\u6e90\u4e0d\u63d0\u4f9b PHP 8.3\uff0c\u53ef\u901a\u8fc7 <a class=\"\" href=\"https:\/\/launchpad.net\/~ondrej\/+archive\/ubuntu\/php\">Ond\u0159ej Sur\u00fd \u7684 PPA<\/a> \u83b7\u53d6\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>sudo add-apt-repository ppa:ondrej\/php<br>sudo apt update<br><\/code><\/pre>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\">\u8be5 PPA \u7531 PHP \u793e\u533a\u77e5\u540d\u524d\u7aef\u7ef4\u62a4\u8005\u63d0\u4f9b\uff0c\u5e7f\u6cdb\u7528\u4e8e\u751f\u4ea7\u73af\u5883\u3002<\/p>\n<\/blockquote>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\">2\ufe0f\u20e3 \u5b89\u88c5 PHP 8.3 \u53ca\u6838\u5fc3\u6a21\u5757<\/h3>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>sudo apt install php8.3 php8.3-cli php8.3-fpm \\<br>php8.3-mysql php8.3-xml php8.3-mbstring php8.3-zip \\<br>php8.3-curl php8.3-gd php8.3-intl php8.3-bcmath \\<br>php8.3-imagick php8.3-apcu php8.3-redis<br><\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\">3\ufe0f\u20e3 \u5207\u6362\u7cfb\u7edf\u9ed8\u8ba4 PHP \u7248\u672c\uff08CLI\uff09<\/h3>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>sudo update-alternatives --config php<br><\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u9009\u62e9 <code>php8.3<\/code> \u5bf9\u5e94\u7684\u9009\u9879\u7f16\u53f7\uff0c\u8bbe\u4e3a\u7cfb\u7edf\u9ed8\u8ba4\u7248\u672c\u3002<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u9a8c\u8bc1\u5207\u6362\u6210\u529f\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>php -v<br><\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u5e94\u663e\u793a PHP 8.3.23\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\">4\ufe0f\u20e3 \u5207\u6362 Apache \u4f7f\u7528 PHP 8.3-FPM\uff08\u66ff\u4ee3\u65e7\u7684 8.1\uff09<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Apache \u542f\u7528\u4e86 <code>proxy_fcgi_module<\/code>\uff0c\u8868\u660e\u4f7f\u7528 FPM \u6a21\u5f0f\u800c\u975e mod_php\u3002<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\u68c0\u67e5\u5f53\u524d\u542f\u7528\u7684 FPM \u914d\u7f6e\uff1a<\/h4>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>ls \/etc\/apache2\/conf-enabled\/php*.conf<br><\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">\u6267\u884c\u5207\u6362\uff1a<\/h4>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>sudo a2disconf php8.1-fpm<br>sudo a2enconf php8.3-fpm<br>sudo systemctl restart php8.3-fpm<br>sudo systemctl restart apache2<br><\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\">5\ufe0f\u20e3 \u5b89\u88c5\u5e76\u542f\u7528\u7f3a\u5931\u6269\u5c55\uff1aAPCu \u4e0e Redis<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Nextcloud \u4f1a\u5728\u7f13\u5b58\u914d\u7f6e\u4e2d\u8c03\u7528\u8fd9\u4e24\u4e2a\u6a21\u5757\uff0c\u5982\u672a\u5b89\u88c5\u4f1a\u76f4\u63a5\u62a5 fatal error\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>sudo apt install php8.3-apcu php8.3-redis<br>sudo systemctl restart apache2<br><\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\">6\ufe0f\u20e3 \u914d\u7f6e PHP 8.3 \u53c2\u6570\uff08FPM + CLI\uff09<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\u5206\u522b\u7f16\u8f91\u4ee5\u4e0b\u4e24\u4e2a\u6587\u4ef6\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>sudo nano \/etc\/php\/8.3\/fpm\/php.ini<br>sudo nano \/etc\/php\/8.3\/cli\/php.ini<br><\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u5efa\u8bae\u8bbe\u7f6e\u5982\u4e0b\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>memory_limit = 1024M<br>upload_max_filesize = 1024M<br>post_max_size = 1024M<br>max_execution_time = 3600<br><\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u5176\u4e2d CLI \u6a21\u5f0f\u53ef\u8bbe\u7f6e <code>memory_limit = -1<\/code> \u8868\u793a\u65e0\u9650\u5236\u5185\u5b58\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\">7\ufe0f\u20e3 \u4f18\u5316 OPcache \u8bbe\u7f6e<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\u4e3a\u907f\u514d\u540e\u53f0\u62a5\u9519 \u201cOPcache buffer is nearly full\u201d \u7b49\u6027\u80fd\u8b66\u544a\uff0c\u53ef\u5728 <code>php.ini<\/code> \u6587\u4ef6\u4e2d\u6dfb\u52a0\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>[opcache]<br>opcache.enable=1<br>opcache.memory_consumption=512<br>opcache.interned_strings_buffer=64<br>opcache.max_accelerated_files=10000<br>opcache.revalidate_freq=60<br><\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u4fdd\u5b58\u540e\u91cd\u542f\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>sudo systemctl restart php8.3-fpm<br>sudo systemctl restart apache2<br><\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\">8\ufe0f\u20e3 \u68c0\u67e5 PHP \u8fd0\u884c\u73af\u5883<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\u521b\u5efa\u4e00\u4e2a\u7b80\u5355\u7684 <code>phpinfo.php<\/code> \u6587\u4ef6\u6d4b\u8bd5 Apache \u5b9e\u9645\u4f7f\u7528\u7684 PHP \u7248\u672c\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>echo \"&lt;?php phpinfo(); ?&gt;\" | sudo tee \/var\/www\/html\/nextcloud\/phpinfo.php<br><\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u8bbf\u95ee\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>http:\/\/your-server\/nextcloud\/phpinfo.php<br><\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u786e\u8ba4\u7248\u672c\u4e3a PHP 8.3\uff0c\u7f13\u5b58\u914d\u7f6e\u5982 <code>opcache.memory_consumption<\/code> \u548c <code>interned_strings_buffer<\/code> \u751f\u6548\u3002<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u6e05\u9664\u6d4b\u8bd5\u6587\u4ef6\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>sudo rm \/var\/www\/html\/nextcloud\/phpinfo.php<br><\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\">9\ufe0f\u20e3 Nextcloud \u62a5\u9519\u5904\u7406\uff08APCu \/ Redis\uff09<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\u5347\u7ea7 PHP \u540e\uff0cNextcloud \u4f1a\u5c1d\u8bd5\u8c03\u7528\u7f13\u5b58\u6a21\u5757\uff0c\u5982\u7f3a\u5931\u4f1a\u5728\u540e\u53f0\u5d29\u6e83\u3002\u65e5\u5fd7\u53ef\u901a\u8fc7\u4ee5\u4e0b\u547d\u4ee4\u67e5\u770b\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>sudo tail -n 50 \/var\/log\/apache2\/error.log<br>sudo tail -n 50 \/var\/www\/html\/nextcloud\/data\/nextcloud.log<br><\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u5178\u578b\u9519\u8bef\uff1a<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>Memcache OC\\Memcache\\APCu not available<\/code><\/li>\n\n\n\n<li><code>Memcache OC\\Memcache\\Redis not available<\/code><\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">\u89e3\u51b3\u65b9\u6cd5\u662f\u5b89\u88c5\u5bf9\u5e94\u6a21\u5757\uff08\u89c1\u6b65\u9aa4 5\uff09\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83d\udd1a \u7ed3\u8bed\uff1a\u7cfb\u7edf\u72b6\u6001\u603b\u7ed3<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\u81f3\u6b64\uff0c\u6574\u4e2a PHP 8.3 \u5347\u7ea7\u4e0e Nextcloud \u73af\u5883\u91cd\u6784\u5df2\u5b8c\u6210\uff1a<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>\u9879\u76ee<\/th><th>\u72b6\u6001<\/th><\/tr><\/thead><tbody><tr><td>PHP CLI \u548c FPM \u4f7f\u7528 8.3<\/td><td>\u2705<\/td><\/tr><tr><td>Redis \/ APCu \u672c\u5730\u7f13\u5b58\u542f\u7528<\/td><td>\u2705<\/td><\/tr><tr><td>OPcache \u7f13\u5b58\u6027\u80fd\u4f18\u5316<\/td><td>\u2705<\/td><\/tr><tr><td>Nextcloud \u4e0d\u518d\u62a5 PHP \u7248\u672c\u6216\u5185\u5b58\u9650\u5236\u9519\u8bef<\/td><td>\u2705<\/td><\/tr><tr><td>WordPress \u6b63\u5e38\u8fd0\u884c\u4e8e PHP 8.3<\/td><td>\u2705<\/td><\/tr><tr><td>\u65e5\u5fd7\u4e2d\u4ec5\u4fdd\u7559\u65e0\u5bb3\u7684 deprecated \u63d0\u793a<\/td><td>\u2705\uff08\u53ef\u5ffd\u7565\uff09<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">\u2705 \u5efa\u8bae\u540e\u7eed\u64cd\u4f5c\uff08\u53ef\u9009\uff09<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>\u8bbe\u7f6e <code>cron<\/code> \u66ff\u4ee3 Web cron \u63d0\u5347\u8ba1\u5212\u4efb\u52a1\u6267\u884c\u6548\u7387<\/li>\n\n\n\n<li>\u542f\u7528 Redis \u6587\u4ef6\u9501\u5b9a\u673a\u5236\uff1a<code>config.php<\/code> \u4e2d\u6dfb\u52a0\u76f8\u5173\u9879<\/li>\n\n\n\n<li>\u8c03\u6574\u6570\u636e\u5e93 <code>innodb_buffer_pool_size<\/code> \u63d0\u9ad8 I\/O \u6027\u80fd<\/li>\n\n\n\n<li>\u914d\u7f6e HTTPS \u5f3a\u5316\uff08HSTS\u3001\u5b89\u5168\u54cd\u5e94\u5934\uff09<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h2 class=\"wp-block-heading\">\ud83d\udd16 \u9644\u6ce8<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">\u67d0\u4e9b Nextcloud \u5e94\u7528\uff08\u5982 <code>news<\/code>\uff09\u53ef\u80fd\u5728 PHP 8.3 \u4e0b\u51fa\u73b0 deprecated \u8b66\u544a\uff0c\u4f8b\u5982\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>Using ${var} in strings is deprecated<br><\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u8fd9\u7c7b\u63d0\u793a\u4e0d\u5f71\u54cd\u529f\u80fd\uff0c\u53ef\u7b49\u5f85\u4e0a\u6e38\u66f4\u65b0\u6216\u6682\u65f6\u5ffd\u7565\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" \/>\n\n\n\n<h3 class=\"wp-block-heading\">\ud83e\uddf9 \u5378\u8f7d\u65e7\u7248\u672c PHP\uff08\u5982\u679c\u9700\u8981\uff09<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">\u5982\u679c\u4f60\u5df2\u7ecf\u6210\u529f\u5347\u7ea7\u5230 PHP 8.3\uff0c\u5e76\u5e0c\u671b\u6e05\u7406\u7cfb\u7edf\u4e2d\u672a\u4f7f\u7528\u7684\u65e7\u7248\u672c PHP\uff0c\u53ef\u4ee5\u6309\u7167\u4ee5\u4e0b\u6b65\u9aa4\u8fdb\u884c\uff1a<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>\u5378\u8f7d\u65e7\u7248\u672c PHP\uff1a<\/strong><\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>sudo apt remove 'php7.0*' 'php7.2*' 'php7.4*' 'php8.1*' 'php8.4*' libapache2-mod-php7.4 libapache2-mod-php8.1<br><\/code><\/pre>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li><strong>\u6e05\u7406\u6b8b\u7559\u7684\u914d\u7f6e\u6587\u4ef6\uff1a<\/strong><\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>sudo dpkg --purge $(dpkg -l | awk '\/^rc\/ { print $2 }')<br><\/code><\/pre>\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li><strong>\u5220\u9664\u4e0d\u518d\u9700\u8981\u7684\u4f9d\u8d56\u5305\uff1a<\/strong><\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>sudo apt autoremove<br><\/code><\/pre>\n\n\n\n<ol start=\"4\" class=\"wp-block-list\">\n<li><strong>\u786e\u8ba4\u7cfb\u7edf\u4e2d\u6ca1\u6709\u65e7\u7248\u672c PHP\uff1a<\/strong><\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>dpkg -l | grep php | grep -v php8.3   # \u786e\u8ba4\u65e0\u65e7\u7248\u672c\u6b8b\u7559<br>ls \/etc\/php\/                          # \u914d\u7f6e\u4ecd\u4fdd\u7559<br>php -v                                # \u8f93\u51fa PHP 8.3<br><\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u8fd9\u6837\uff0c\u4f60\u7684\u7cfb\u7edf\u5c06\u66f4\u52a0\u5e72\u51c0\uff0c\u6ca1\u6709\u4e0d\u5fc5\u8981\u7684\u65e7\u7248\u672c PHP \u6587\u4ef6\u548c\u5305\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u672c\u6587\u8bb0\u5f55\u4e86\u5728 Ubuntu 22.04 \u7cfb\u7edf\u4e2d\uff0c\u5c06\u9ed8\u8ba4\u7684 PHP 8.1 \u73af\u5883\u5347\u7ea7\u5230 PHP 8.3\uff0c\u5e76\u4e3a Apache + Nextcloud \u73af\u5883\u914d\u7f6e\u76f8\u5173\u6269\u5c55\u3001\u6027\u80fd\u4f18\u5316\u53c2\u6570\u3001\u9519\u8bef\u4fee\u590d\u7b49\u5b8c\u6574\u8fc7\u7a0b\u3002\u9002\u7528\u4e8e Nextcloud 30 \u53ca\u4ee5\u4e0a\u7248\u672c\uff0c\u5c24\u5176\u63a8\u8350\u7528\u4e8e Nextcloud 31\u300132 \u90e8\u7f72\u8005\u53c2\u8003\u3002 \ud83e\uddf1 \u73af\u5883\u8bf4\u660e \ud83e\ude9c \u64cd\u4f5c\u6b65\u9aa4\u8be6\u89e3 1\ufe0f\u20e3 \u6dfb\u52a0 PHP 8.3 PPA \u6e90 Ubuntu \u9ed8\u8ba4\u8f6f\u4ef6\u6e90\u4e0d\u63d0\u4f9b PHP 8.3\uff0c\u53ef\u901a\u8fc7 Ond\u0159ej Sur\u00fd \u7684 PPA \u83b7\u53d6\uff1a sudo add-apt-repository ppa:ondrej\/phpsudo apt update \u8be5 PPA \u7531 PHP \u793e\u533a\u77e5\u540d\u524d\u7aef\u7ef4\u62a4\u8005\u63d0\u4f9b\uff0c\u5e7f\u6cdb\u7528\u4e8e\u751f\u4ea7\u73af\u5883\u3002 2\ufe0f\u20e3 \u5b89\u88c5 &hellip;<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[32],"tags":[],"class_list":["post-4684","post","type-post","status-publish","format-standard","hentry","category-p6e5vy0umwgve"],"_links":{"self":[{"href":"https:\/\/eternalsphere.net\/echoes\/index.php\/wp-json\/wp\/v2\/posts\/4684","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eternalsphere.net\/echoes\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/eternalsphere.net\/echoes\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/eternalsphere.net\/echoes\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/eternalsphere.net\/echoes\/index.php\/wp-json\/wp\/v2\/comments?post=4684"}],"version-history":[{"count":1,"href":"https:\/\/eternalsphere.net\/echoes\/index.php\/wp-json\/wp\/v2\/posts\/4684\/revisions"}],"predecessor-version":[{"id":4685,"href":"https:\/\/eternalsphere.net\/echoes\/index.php\/wp-json\/wp\/v2\/posts\/4684\/revisions\/4685"}],"wp:attachment":[{"href":"https:\/\/eternalsphere.net\/echoes\/index.php\/wp-json\/wp\/v2\/media?parent=4684"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/eternalsphere.net\/echoes\/index.php\/wp-json\/wp\/v2\/categories?post=4684"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/eternalsphere.net\/echoes\/index.php\/wp-json\/wp\/v2\/tags?post=4684"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}