<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Learning On Demand</title>
	<atom:link href="https://rasyid.net/feed/" rel="self" type="application/rss+xml" />
	<link>https://rasyid.net</link>
	<description>Learning anything from anywhere</description>
	<lastBuildDate>Tue, 23 Dec 2025 08:02:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>
	<item>
		<title>Trying Phalcon 5.9.3 with PHP 8.3</title>
		<link>https://rasyid.net/2025/12/23/trying-phalcon-5-9-3-with-php-8-3/</link>
		
		<dc:creator><![CDATA[alamster]]></dc:creator>
		<pubDate>Tue, 23 Dec 2025 08:02:34 +0000</pubDate>
				<category><![CDATA[Phalcon]]></category>
		<guid isPermaLink="false">https://rasyid.net/?p=5227</guid>

					<description><![CDATA[Latest wordpress version need PHP version 8.3 then I need to try this version with phalcon 5.9.3 (latest known phalcon version). pecl channel-update pecl.php.net pecl install phalcon which phpize phpize -v phpize available but got error Starting to download phalcon-5.9.3.tgz (975,059 bytes) &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.done: 975,059 bytes 5 source files, building running: phpize Configuring for: PHP Api [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Latest wordpress version need PHP version 8.3 then I need to try this version with phalcon 5.9.3 (latest known phalcon version).</p>
<div>
<blockquote>
<div>pecl channel-update pecl.php.net</div>
<div>pecl install phalcon</div>
<div>which phpize</div>
<div>phpize -v</div>
</blockquote>
</div>
<div></div>
<div>phpize available but got error</div>
<div></div>
<div>Starting to download phalcon-5.9.3.tgz (975,059 bytes) &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.done: 975,059 bytes 5 source files, building running: phpize Configuring for: PHP Api Version: 20230831 Zend Module Api No: 20230831 Zend Extension Api No: 420230831 shtool at &#8216;/tmp/pear/temp/phalcon/build/shtool&#8217; does not exist or is not executable. Make sure that the file exists and is executable and then rerun this script. ERROR: <code>phpize' failed . php -v<br />
</code>PHP 8.3.29 (cli) (built: Dec 23 2025 14:25:35) (NTS) Copyright (c) The PHP Group Zend Engine v4.3.29, Copyright (c) Zend Technologies with Zend OPcache v8.3.29, Copyright (c), by Zend Technologies .</div>
<div></div>
<div>
<blockquote>
<div>mkdir /root/pecl_tmp</div>
<div>pear config-set temp_dir /root/pecl_tmp</div>
<div>pecl install phalcon</div>
<div>
<div>
<div>echo &#8216;extension=phalcon.so&#8217; &gt;&gt;/etc/centminmod/php.d/phalcon.ini</div>
<div>nprestart</div>
<div>php &#8211;ri phalcon | grep Version</div>
<div>Version =&gt; 5.9.3</div>
<div>Powered by Zephir =&gt; Version 0.18.0-$Id$</div>
</div>
</div>
</blockquote>
<div></div>
</div>
<div>done</div>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>invalid go version &#8216;1.24.4&#8217;: must match format 1.23</title>
		<link>https://rasyid.net/2025/12/01/invalid-go-version-1-24-4-must-match-format-1-23/</link>
		
		<dc:creator><![CDATA[alamster]]></dc:creator>
		<pubDate>Mon, 01 Dec 2025 06:06:36 +0000</pubDate>
				<category><![CDATA[golang]]></category>
		<guid isPermaLink="false">https://rasyid.net/?p=5224</guid>

					<description><![CDATA[Recently I got this error while deploy my golang app : invalid go version &#8216;1.24.4&#8217;: must match format 1.23 Somehow I got my golang version use 1.19 brew list &#124; grep go argon2 go go@1.24 gobject-introspection googletest quick search lead me to solution for my macbook setup brew install go@1.24 brew unlink go &#38;&#38; brew [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Recently I got this error while deploy my golang app :</p>
<p>invalid go version &#8216;1.24.4&#8217;: must match format 1.23</p>
<p>Somehow I got my golang version use 1.19</p>
<blockquote>
<p class="p1"><span class="s1">brew list | grep go</span></p>
<p class="p1"><span class="s1">argon2</span></p>
<p class="p1"><span class="s1">go</span></p>
<p class="p1"><span class="s1">go@1.24</span></p>
<p class="p1"><span class="s1">gobject-introspection</span></p>
<p class="p1"><span class="s1">googletest</span></p>
</blockquote>
<p>quick search lead me to solution for my macbook setup</p>
<blockquote>
<p class="p1"><span class="s1">brew install go@1.24</span></p>
<p class="p1"><span class="s1">brew unlink go &amp;&amp; brew link &#8211;overwrite go@1.24</span></p>
<p class="p1"><span class="s1">echo &#8216;export PATH=&#8221;/usr/local/opt/go@1.24/bin:$PATH&#8221;&#8216; &gt;&gt; ~/.zshrc</span></p>
<p class="p1"><span class="s1">source ~/.zshrc</span></p>
<p class="p1"><span class="s1">go version</span></p>
<p class="p1"><span class="s1">go version go1.24.11 darwin/amd64</span></p>
</blockquote>
<p>done, the problem gone <img src="https://s.w.org/images/core/emoji/16.0.1/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>&nbsp;</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
