<?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>
	Commentaires sur : Installer PHP 5.4 sous Debian 11	</title>
	<atom:link href="https://manoa.ratefiarison.com/2022/04/11/installer-php-5-4-sous-debian-11/feed/" rel="self" type="application/rss+xml" />
	<link>https://manoa.ratefiarison.com/2022/04/11/installer-php-5-4-sous-debian-11/</link>
	<description>Music &#38; code</description>
	<lastBuildDate>Mon, 12 Jan 2026 07:35:21 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>
	<item>
		<title>
		Par : Hetasser		</title>
		<link>https://manoa.ratefiarison.com/2022/04/11/installer-php-5-4-sous-debian-11/#comment-24</link>

		<dc:creator><![CDATA[Hetasser]]></dc:creator>
		<pubDate>Mon, 12 Jan 2026 07:35:21 +0000</pubDate>
		<guid isPermaLink="false">https://manoa.ratefiarison.com/?p=91#comment-24</guid>

					<description><![CDATA[bonjour
j&#039;ai réussi à passer le configure (il manquait un certain nombre de paquets -dev sur mon serveur), par contre le make -j $(nproc) me renvoie des erreurs
/usr/local/src/php-5.4.45/ext/dom/dom_iterators.c: In function &#039;php_dom_libxml_hash_iter&#039;:
/usr/local/src/php-5.4.45/ext/dom/dom_iterators.c:94:33: error: passing argument 2 of &#039;xmlHashScan&#039; from incompatible pointer type [-Wincompatible-pointer-types]
   94 &#124;                 xmlHashScan(ht, itemHashScanner, iter);
      &#124;                                 ^~~~~~~~~~~~~~~
      &#124;                                 &#124;
      &#124;                                 void (*)(void *, void *, xmlChar *) {aka void (*)(void *, void *, unsigned char *)}
In file included from /usr/include/libxml2/libxml/parser.h:18,
                 from /usr/local/src/php-5.4.45/ext/dom/php_dom.h:33,
                 from /usr/local/src/php-5.4.45/ext/dom/dom_iterators.c:28:
/usr/include/libxml2/libxml/hash.h:213:57: note: expected &#039;xmlHashScanner&#039; {aka &#039;void (*)(void *, void *, const unsigned char *)&#039;} but argument is of type &#039;void (*)(void *, void *, xmlChar *)&#039; {aka &#039;void (*)(void *, void *, unsigned char *)&#039;}
  213 &#124;                                          xmlHashScanner f,
      &#124;                                          ~~~~~~~~~~~~~~~^
/usr/local/src/php-5.4.45/ext/dom/dom_iterators.c: In function &#039;php_dom_libxml_notation_iter&#039;:
/usr/local/src/php-5.4.45/ext/dom/dom_iterators.c:115:33: error: passing argument 2 of &#039;xmlHashScan&#039; from incompatible pointer type [-Wincompatible-pointer-types]
  115 &#124;                 xmlHashScan(ht, itemHashScanner, iter);
      &#124;                                 ^~~~~~~~~~~~~~~
      &#124;                                 &#124;
      &#124;                                 void (*)(void *, void *, xmlChar *) {aka void (*)(void *, void *, unsigned char *)}
/usr/include/libxml2/libxml/hash.h:213:57: note: expected &#039;xmlHashScanner&#039; {aka &#039;void (*)(void *, void *, const unsigned char *)&#039;} but argument is of type &#039;void (*)(void *, void *, xmlChar *)&#039; {aka &#039;void (*)(void *, void *, unsigned char *)&#039;}
  213 &#124;                                          xmlHashScanner f,
      &#124;                                          ~~~~~~~~~~~~~~~^
make: *** [Makefile:786: ext/dom/dom_iterators.lo] Error 1
make: *** Waiting for unfinished jobs....


est-ce qu&#039;il y a une version de gcc spécifique qu&#039;il faut également installer pour que ça fonctionne ?]]></description>
			<content:encoded><![CDATA[<p>bonjour<br />
j&rsquo;ai réussi à passer le configure (il manquait un certain nombre de paquets -dev sur mon serveur), par contre le make -j $(nproc) me renvoie des erreurs<br />
/usr/local/src/php-5.4.45/ext/dom/dom_iterators.c: In function &lsquo;php_dom_libxml_hash_iter&rsquo;:<br />
/usr/local/src/php-5.4.45/ext/dom/dom_iterators.c:94:33: error: passing argument 2 of &lsquo;xmlHashScan&rsquo; from incompatible pointer type [-Wincompatible-pointer-types]<br />
   94 |                 xmlHashScan(ht, itemHashScanner, iter);<br />
      |                                 ^~~~~~~~~~~~~~~<br />
      |                                 |<br />
      |                                 void (*)(void *, void *, xmlChar *) {aka void (*)(void *, void *, unsigned char *)}<br />
In file included from /usr/include/libxml2/libxml/parser.h:18,<br />
                 from /usr/local/src/php-5.4.45/ext/dom/php_dom.h:33,<br />
                 from /usr/local/src/php-5.4.45/ext/dom/dom_iterators.c:28:<br />
/usr/include/libxml2/libxml/hash.h:213:57: note: expected &lsquo;xmlHashScanner&rsquo; {aka &lsquo;void (*)(void *, void *, const unsigned char *)&rsquo;} but argument is of type &lsquo;void (*)(void *, void *, xmlChar *)&rsquo; {aka &lsquo;void (*)(void *, void *, unsigned char *)&rsquo;}<br />
  213 |                                          xmlHashScanner f,<br />
      |                                          ~~~~~~~~~~~~~~~^<br />
/usr/local/src/php-5.4.45/ext/dom/dom_iterators.c: In function &lsquo;php_dom_libxml_notation_iter&rsquo;:<br />
/usr/local/src/php-5.4.45/ext/dom/dom_iterators.c:115:33: error: passing argument 2 of &lsquo;xmlHashScan&rsquo; from incompatible pointer type [-Wincompatible-pointer-types]<br />
  115 |                 xmlHashScan(ht, itemHashScanner, iter);<br />
      |                                 ^~~~~~~~~~~~~~~<br />
      |                                 |<br />
      |                                 void (*)(void *, void *, xmlChar *) {aka void (*)(void *, void *, unsigned char *)}<br />
/usr/include/libxml2/libxml/hash.h:213:57: note: expected &lsquo;xmlHashScanner&rsquo; {aka &lsquo;void (*)(void *, void *, const unsigned char *)&rsquo;} but argument is of type &lsquo;void (*)(void *, void *, xmlChar *)&rsquo; {aka &lsquo;void (*)(void *, void *, unsigned char *)&rsquo;}<br />
  213 |                                          xmlHashScanner f,<br />
      |                                          ~~~~~~~~~~~~~~~^<br />
make: *** [Makefile:786: ext/dom/dom_iterators.lo] Error 1<br />
make: *** Waiting for unfinished jobs&#8230;.</p>
<p>est-ce qu&rsquo;il y a une version de gcc spécifique qu&rsquo;il faut également installer pour que ça fonctionne ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Par : Manoa Ratefiarison		</title>
		<link>https://manoa.ratefiarison.com/2022/04/11/installer-php-5-4-sous-debian-11/#comment-22</link>

		<dc:creator><![CDATA[Manoa Ratefiarison]]></dc:creator>
		<pubDate>Sun, 28 Dec 2025 14:29:29 +0000</pubDate>
		<guid isPermaLink="false">https://manoa.ratefiarison.com/?p=91#comment-22</guid>

					<description><![CDATA[En réponse à &lt;a href=&quot;https://manoa.ratefiarison.com/2022/04/11/installer-php-5-4-sous-debian-11/#comment-15&quot;&gt;alain&lt;/a&gt;.

Assurez-vous de disposer &lt;strong&gt;libbz2-dev&lt;/strong&gt; installé sur votre serveur :
&lt;code&gt;apt-get install libbz2-dev&lt;/code&gt;]]></description>
			<content:encoded><![CDATA[<p>En réponse à <a href="https://manoa.ratefiarison.com/2022/04/11/installer-php-5-4-sous-debian-11/#comment-15">alain</a>.</p>
<p>Assurez-vous de disposer <strong>libbz2-dev</strong> installé sur votre serveur :<br />
<code>apt-get install libbz2-dev</code></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Par : alain		</title>
		<link>https://manoa.ratefiarison.com/2022/04/11/installer-php-5-4-sous-debian-11/#comment-15</link>

		<dc:creator><![CDATA[alain]]></dc:creator>
		<pubDate>Mon, 10 Nov 2025 10:53:07 +0000</pubDate>
		<guid isPermaLink="false">https://manoa.ratefiarison.com/?p=91#comment-15</guid>

					<description><![CDATA[je bloque sur la ./configure de php5.4 ou php5.3 -(mm resultat)

checking for BZip2 support... yes
checking for BZip2 in default path... not found
configure: error: Please reinstall the BZip2 distribution]]></description>
			<content:encoded><![CDATA[<p>je bloque sur la ./configure de php5.4 ou php5.3 -(mm resultat)</p>
<p>checking for BZip2 support&#8230; yes<br />
checking for BZip2 in default path&#8230; not found<br />
configure: error: Please reinstall the BZip2 distribution</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
