<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Understanding and Fixing PHP Warning:  Packets out of order. Expected 1 received 0. Packet size=145	</title>
	<atom:link href="https://www.brandonchecketts.com/archives/understanding-php-warning-packets-out-of-order-expected-1-received-0-packet-size145/feed" rel="self" type="application/rss+xml" />
	<link>https://www.brandonchecketts.com/archives/understanding-php-warning-packets-out-of-order-expected-1-received-0-packet-size145</link>
	<description>Web Programming, Linux System Administation, and Entrepreneurship in Athens Georgia</description>
	<lastBuildDate>Fri, 02 Aug 2024 16:03:39 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Brandon		</title>
		<link>https://www.brandonchecketts.com/archives/understanding-php-warning-packets-out-of-order-expected-1-received-0-packet-size145/comment-page-1#comment-212932</link>

		<dc:creator><![CDATA[Brandon]]></dc:creator>
		<pubDate>Fri, 02 Aug 2024 16:03:39 +0000</pubDate>
		<guid isPermaLink="false">https://www.brandonchecketts.com/?p=1016#comment-212932</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.brandonchecketts.com/archives/understanding-php-warning-packets-out-of-order-expected-1-received-0-packet-size145/comment-page-1#comment-211347&quot;&gt;Wouter Samaey&lt;/a&gt;.

@Wouter a cron process generally wouldn&#039;t reuse the same connection as one from your web server. Most likely, your web server has a processes that handles one request after another.  The process will try to re-use a connection from a previous request.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.brandonchecketts.com/archives/understanding-php-warning-packets-out-of-order-expected-1-received-0-packet-size145/comment-page-1#comment-211347">Wouter Samaey</a>.</p>
<p>@Wouter a cron process generally wouldn&#8217;t reuse the same connection as one from your web server. Most likely, your web server has a processes that handles one request after another.  The process will try to re-use a connection from a previous request.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Wouter Samaey		</title>
		<link>https://www.brandonchecketts.com/archives/understanding-php-warning-packets-out-of-order-expected-1-received-0-packet-size145/comment-page-1#comment-211347</link>

		<dc:creator><![CDATA[Wouter Samaey]]></dc:creator>
		<pubDate>Tue, 18 Jun 2024 09:23:02 +0000</pubDate>
		<guid isPermaLink="false">https://www.brandonchecketts.com/?p=1016#comment-211347</guid>

					<description><![CDATA[I am seeing this error in random web requests when I haven made a request in a few minutes. I&#039;m using persistent connections. Could the issue be that the web request uses a connection opened by a long running cron PHP process making the DB connection not as fresh as you&#039;d expect?]]></description>
			<content:encoded><![CDATA[<p>I am seeing this error in random web requests when I haven made a request in a few minutes. I&#8217;m using persistent connections. Could the issue be that the web request uses a connection opened by a long running cron PHP process making the DB connection not as fresh as you&#8217;d expect?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Brandon		</title>
		<link>https://www.brandonchecketts.com/archives/understanding-php-warning-packets-out-of-order-expected-1-received-0-packet-size145/comment-page-1#comment-198133</link>

		<dc:creator><![CDATA[Brandon]]></dc:creator>
		<pubDate>Wed, 25 Jan 2023 00:22:35 +0000</pubDate>
		<guid isPermaLink="false">https://www.brandonchecketts.com/?p=1016#comment-198133</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.brandonchecketts.com/archives/understanding-php-warning-packets-out-of-order-expected-1-received-0-packet-size145/comment-page-1#comment-198121&quot;&gt;K A&lt;/a&gt;.

Looks like it is related.  MySQL mad some changes around 8.0.25 relates to SSL Ciphers and it sounds like some other connection related code that sounds like it introduced this and the mysqlnd PHP libraries are awaiting an update.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.brandonchecketts.com/archives/understanding-php-warning-packets-out-of-order-expected-1-received-0-packet-size145/comment-page-1#comment-198121">K A</a>.</p>
<p>Looks like it is related.  MySQL mad some changes around 8.0.25 relates to SSL Ciphers and it sounds like some other connection related code that sounds like it introduced this and the mysqlnd PHP libraries are awaiting an update.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: K A		</title>
		<link>https://www.brandonchecketts.com/archives/understanding-php-warning-packets-out-of-order-expected-1-received-0-packet-size145/comment-page-1#comment-198121</link>

		<dc:creator><![CDATA[K A]]></dc:creator>
		<pubDate>Tue, 24 Jan 2023 17:23:23 +0000</pubDate>
		<guid isPermaLink="false">https://www.brandonchecketts.com/?p=1016#comment-198121</guid>

					<description><![CDATA[Have also been wrestling with this issue (after migrating from Aurora 5.6 to MySQL 8 recently!).

Seems to be related to this bug in PHP:
https://bugs.php.net/bug.php?id=81335]]></description>
			<content:encoded><![CDATA[<p>Have also been wrestling with this issue (after migrating from Aurora 5.6 to MySQL 8 recently!).</p>
<p>Seems to be related to this bug in PHP:<br />
<a href="https://bugs.php.net/bug.php?id=81335" rel="nofollow ugc">https://bugs.php.net/bug.php?id=81335</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
