<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="https://dotclear.placeoweb.com/feed/rss2/xslt" ?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>PlaceOweb Dotclear - Mot-clé - php</title>
    <link>https://dotclear.placeoweb.com/</link>
    <atom:link href="https://dotclear.placeoweb.com/feed/tag/php/rss2" rel="self" type="application/rss+xml" />
    <description></description>
    <language>fr</language>
    <pubDate>Wed, 20 May 2026 15:53:59 +0200</pubDate>
    <copyright></copyright>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <generator>Dotclear</generator>
          <item>
        <title>Exception EAccessViolation in module xampp-control.exe at address in module 'xampp-control.exe&quot;. Read of adress</title>
        <link>https://dotclear.placeoweb.com/post/Exception-EAccessViolation-in-module-xampp-control.exe-at-address-in-module-xampp-control.exe.-Read-of-adress</link>
        <guid isPermaLink="false">urn:md5:6ef3773d01c2599e19f21f2008cf96b2</guid>
        <pubDate>Sat, 05 Feb 2022 21:03:00 +0100</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>Outils Internet</category>
                          <category>mariadb</category>
                  <category>mysql</category>
                  <category>php</category>
                  <category>windows</category>
                <description>&lt;p&gt;Erreur XAMPP : Exception EAccessViolation in module xampp-control.exe at address in module 'xampp-control.exe'. Read of adress&lt;/p&gt; &lt;p&gt;Solution trouvée sur Xampp Access violation at address


Modifier les droits sur le fichier : C:\xampp\xampp-control.ini


Bouton droit sur le fichier C:\xampp\xampp-control.ini


Onglet : Sécurité


Pour &quot;Tout le monde&quot;, Modifier, ajouter &quot;Contrôle total&quot;, puis OK... &lt;a href=&quot;https://dotclear.placeoweb.com/post/Exception-EAccessViolation-in-module-xampp-control.exe-at-address-in-module-xampp-control.exe.-Read-of-adress&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Exception EAccessViolation in module xampp-control.exe at address in module 'xampp-control.exe&amp;quot;. Read of adress&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/Exception-EAccessViolation-in-module-xampp-control.exe-at-address-in-module-xampp-control.exe.-Read-of-adress#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/Exception-EAccessViolation-in-module-xampp-control.exe-at-address-in-module-xampp-control.exe.-Read-of-adress#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/782</wfw:commentRss>
              </item>
          <item>
        <title>datetime json</title>
        <link>https://dotclear.placeoweb.com/post/datetime-json</link>
        <guid isPermaLink="false">urn:md5:dd45076963f1ce04d891fac015c32a03</guid>
        <pubDate>Sat, 09 Jan 2021 21:30:00 +0100</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>Outils Internet</category>
                          <category>csharp</category>
                  <category>java</category>
                  <category>nodejs</category>
                  <category>php</category>
                <description>&lt;p&gt;Comment est converti un Datetime en JSON avec le serializer par défaut ? convertisseur sérialisation JSON (marshaling)&lt;/p&gt; &lt;p&gt;Vers 21h30 heure locale de Paris (et actuellement +1h avec le GMT &quot;Greenwich Mean Time&quot;) :


C# csharp

DateTime dt = new DateTime();
            DateTime dt = DateTime.Now;
            Console.WriteLine(dt);
            Console.WriteLine(JsonConvert.SerializeObject(dt));

            DateTimeOffset dto = new DateTimeOffset();... &lt;a href=&quot;https://dotclear.placeoweb.com/post/datetime-json&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; datetime json&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/datetime-json#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/datetime-json#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/767</wfw:commentRss>
              </item>
          <item>
        <title>PHP 8.x changements et configuration</title>
        <link>https://dotclear.placeoweb.com/post/PHP-8.x</link>
        <guid isPermaLink="false">urn:md5:c058a9fc0949ac6a8c3545a25415df0f</guid>
        <pubDate>Thu, 26 Nov 2020 08:08:00 +0100</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>PHP</category>
                          <category>php</category>
                <description>&lt;p&gt;Petit tour d'horizon des modifications sur PHP 8 qui succède à la version de &lt;a href=&quot;https://dotclear.placeoweb.com/post/PHP-7.0&quot;&gt;PHP 7.4&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;Les versions de PHP8.x et son avancement sur :


PHP - NEWS


PHP - UPGRADING


PHP/NEWS ou PHP/NEWS
PHP Quality Assurance Team Web Page
Téléchargement des dernières compilations instantanés : PHP windows Snapshots



Les modifications de PHP 8


Release PHP 8.0, une mise à jour majeure du langage PHP.

Arguments nommés - Named arguments
Attributs... &lt;a href=&quot;https://dotclear.placeoweb.com/post/PHP-8.x&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; PHP 8.x changements et configuration&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/PHP-8.x#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/PHP-8.x#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/691</wfw:commentRss>
              </item>
          <item>
        <title>Data Types SQL langages de programmation INTEGER, INT, SMALLINT, TINYINT, MEDIUMINT, BIGINT</title>
        <link>https://dotclear.placeoweb.com/post/Data-Types-SQL-langages-de-programmation</link>
        <guid isPermaLink="false">urn:md5:5f6e2ae82218dff02faf87e63c7da4fa</guid>
        <pubDate>Sat, 05 Sep 2020 11:35:00 +0200</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>SQL</category>
                          <category>csharp</category>
                  <category>java</category>
                  <category>javascript</category>
                  <category>mysql</category>
                  <category>php</category>
                  <category>sql</category>
                <description>&lt;p&gt;Quels sont les types SQL et des langages de programmation JAVA, PHP, Javascript, ...&lt;/p&gt; &lt;p&gt;Types MySQL
Types MySQL (par défaut)
Taille (en octet)
Valeur min
Valeur max
JAVA



TINYINT
tinyint(4)
1
-128
127
byte :   (1 octet ) entiers compris entre -128 et +127 (-2^7 et 2^7-1)



TINYINT (unsigned)
tinyint(3) UNSIGNED
1
0
255




SMALLINT
smallint(6)
2
-32.768
32.767
short :  (2 octets ) entiers compris entre -32768 et +32767 (-2^15 et... &lt;a href=&quot;https://dotclear.placeoweb.com/post/Data-Types-SQL-langages-de-programmation&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Data Types SQL langages de programmation INTEGER, INT, SMALLINT, TINYINT, MEDIUMINT, BIGINT&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/Data-Types-SQL-langages-de-programmation#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/Data-Types-SQL-langages-de-programmation#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/759</wfw:commentRss>
              </item>
          <item>
        <title>PHP Online</title>
        <link>https://dotclear.placeoweb.com/post/PHP-Online</link>
        <guid isPermaLink="false">urn:md5:7ea0ae19cdce10f1f48d92cfc1d01ce0</guid>
        <pubDate>Thu, 02 Nov 2017 19:24:00 +0100</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>PHP</category>
                          <category>javascript</category>
                  <category>php</category>
                <description>&lt;p&gt;Une liste de sites permettant d’exécuter et de tester l'exécution de son code PHP en ligne, avec plusieurs versions disponibles.&lt;/p&gt; &lt;p&gt;eval.in


Eval.In, permet d'évaluer de nombreux langages : Ruby, PHP, Python, Lua, Io, Perl, JavaScript, Haskell, Slash, x86 Assembly, OCaml, Racket


Pour PHP, il permet les versions :

PHP 5.6.23
PHP 7.0.8



Exemple de code PHP avec eval.in


3v4l.org Online PHP editor | Run code in 200+ PHP &amp; HHVM versions


3v4l.org permet d'évaluer son code... &lt;a href=&quot;https://dotclear.placeoweb.com/post/PHP-Online&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; PHP Online&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/PHP-Online#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/PHP-Online#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/711</wfw:commentRss>
              </item>
          <item>
        <title>ZendFramework le Framework de Zend</title>
        <link>https://dotclear.placeoweb.com/post/ZendFramework-le-framework-de-zend</link>
        <guid isPermaLink="false">urn:md5:9592f2ca04300c136192132b90415ceb</guid>
        <pubDate>Sun, 22 Oct 2017 00:15:00 +0200</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>PHP</category>
                          <category>framework</category>
                  <category>php</category>
                <description>&lt;p&gt;&lt;a href=&quot;https://framework.zend.com/&quot; hreflang=&quot;en&quot;&gt;Zend Framework&lt;/a&gt;, est un framework pour PHP.&lt;br /&gt;
Zend Framework 3 (ZF3, crée en 2016), orienté PHP 7.&lt;br /&gt;
Zend Framework 2 (ZF2, crée en 2010, fin de vie : 2018-03-31), avec  remplacement des require_once statements par les namespaces PHP 5.3, réécriture de Zend\Session, et ajout de Zend\Stdlib&lt;br /&gt;
Zend Framework 1 (ZF1, créé en 2006, fin de vie : 2016-09-28), initialement conçu en 2006 par Zend pour PHP 5, il permet (sans obligation) d'utiliser nativement le principe de MVC (Modèle-Vue-Contrôleur).&lt;/p&gt; &lt;p&gt;Zend Framework

Il s'agit d'une bibliothèque de classes open source avec pour problématique centrale «la simplicité extrême». ZF vous aide à réduire les aspects fastidieux du codage et permet de vous concentrer sur l'essentiel de votre projet. Grâce à sa collection de classes PHP extensibles, ZF fournit un cadre robuste qui convient tant pour les... &lt;a href=&quot;https://dotclear.placeoweb.com/post/ZendFramework-le-framework-de-zend&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; ZendFramework le Framework de Zend&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/ZendFramework-le-framework-de-zend#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/ZendFramework-le-framework-de-zend#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/100</wfw:commentRss>
              </item>
          <item>
        <title>PHP autoloader</title>
        <link>https://dotclear.placeoweb.com/post/PHP-autoloader</link>
        <guid isPermaLink="false">urn:md5:faf553d1877c03e7e9da5bdb412ee4cd</guid>
        <pubDate>Thu, 19 Oct 2017 21:51:00 +0200</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>PHP</category>
                          <category>php</category>
                <description>&lt;p&gt;Comment charger ses classes avec PHP ?&lt;/p&gt;
&lt;pre class=&quot;brush: php&quot;&gt;include 'Class1.php';
require 'Class2.php';
include_once 'Class3.php';
require_once 'Class4.php';&lt;/pre&gt;


&lt;p&gt;Que vaut l'autoloader ? Que disent les PSR ?&lt;/p&gt; &lt;p&gt;Dans la liste des PSR : PHP Standards Recommendations de PHP-FIG — PHP Framework Interop Group, on retrouve la dépréciée PSR-0: Autoloading Standard remplacée par la PSR-4: Autoloader



// /index.php :
require_once 'Psr4AutoloaderClass.php'; // http://www.php-fig.org/psr/psr-4/examples/

// instantiate the loader
$loader = new... &lt;a href=&quot;https://dotclear.placeoweb.com/post/PHP-autoloader&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; PHP autoloader&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/PHP-autoloader#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/PHP-autoloader#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/706</wfw:commentRss>
              </item>
          <item>
        <title>SQL &quot;matching found rows&quot; vs &quot;affected rows&quot;</title>
        <link>https://dotclear.placeoweb.com/post/SQL-matching-found-rows-vs-affected-rows</link>
        <guid isPermaLink="false">urn:md5:ee033adb9f0c28652d664ec8a120f50a</guid>
        <pubDate>Sat, 05 Nov 2016 20:25:00 +0100</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>SQL</category>
                          <category>android</category>
                  <category>java</category>
                  <category>javaEE</category>
                  <category>mariadb</category>
                  <category>mysql</category>
                  <category>php</category>
                  <category>sql</category>
                  <category>sqlite</category>
                <description>&lt;p&gt;Lors de modifications (UPDATE, DELETE) comment différencier le nombre d'enregistrement qui matche au critère WHERE et le nombre d'enregistrement réellement modifiés par la requête ?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&quot;found (matched) rows&quot; le nombre d'enregistrements trouvés (potentiellement modifiable)&lt;/li&gt;
&lt;li&gt;&quot;affected (changed) rows&quot; le nombre d'enregistrements véritablement changés parmi les trouvés&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;En introduction, la conclusion

client MariaDB/MySQL : &quot;affected (changed) rows&quot; par défaut.
client SQLite : &quot;found (matched) rows&quot; uniquement ! pas moyen de le changer ?...
PHP + MariaDB/MySQL : &quot;affected (changed) rows&quot; par défaut, possibilité de passer en &quot;found (matched) rows&quot; avec l'option PDO::MYSQL_ATTR_FOUND_ROWS =&gt; true dans le connecteur... &lt;a href=&quot;https://dotclear.placeoweb.com/post/SQL-matching-found-rows-vs-affected-rows&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; SQL &amp;quot;matching found rows&amp;quot; vs &amp;quot;affected rows&amp;quot;&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/SQL-matching-found-rows-vs-affected-rows#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/SQL-matching-found-rows-vs-affected-rows#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/688</wfw:commentRss>
              </item>
          <item>
        <title>PHP 7.0 changements et configuration</title>
        <link>https://dotclear.placeoweb.com/post/PHP-7.0</link>
        <guid isPermaLink="false">urn:md5:5f87c5b25b7acdeb2ce335c7fc523dc5</guid>
        <pubDate>Thu, 13 Oct 2016 07:00:00 +0200</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>PHP</category>
                          <category>php</category>
                <description>&lt;p&gt;Petit tour d'horizon des modifications sur PHP 7.0 qui succède à la version de &lt;a href=&quot;https://dotclear.placeoweb.com/post/PHP-5.6&quot;&gt;PHP 5.6&lt;/a&gt; et qui se veut plus rapide...&lt;/p&gt; &lt;p&gt;Suppression de fonctionnalités


L'extension mysql remplacée au choix par : mysqli ou PDO_MySQL


Fini tous les appels : mysql_* : mysql_connect, mysql_select_db, mysql_query, mysql_fetch_row, mysql_fetch_assoc, ..., mysql_close

// PHP Fatal error:  Uncaught Error: Call to undefined function mysql_connect()
// @deprecated : obsolète en PHP 5.5.0,... &lt;a href=&quot;https://dotclear.placeoweb.com/post/PHP-7.0&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; PHP 7.0 changements et configuration&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/PHP-7.0#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/PHP-7.0#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/609</wfw:commentRss>
              </item>
          <item>
        <title>Android SQlite affectedRows</title>
        <link>https://dotclear.placeoweb.com/post/Android-SQlite-affectedRows</link>
        <guid isPermaLink="false">urn:md5:06a82daac5cf49d91aa9a4045347e897</guid>
        <pubDate>Sun, 01 May 2016 10:52:00 +0200</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>SQL</category>
                          <category>android</category>
                  <category>java</category>
                  <category>javaEE</category>
                  <category>php</category>
                  <category>sql</category>
                  <category>sqlite</category>
                <description>&lt;p&gt;Les INSERT/DELETE/UPDATE retourne the number of rows affected, mais pas les bons ! Pour résumer il retourne le nombre de row matching au critère WHERE.&lt;/p&gt; &lt;p&gt;ContentValues values = new ContentValues();
values.put(&quot;changed&quot;, changed ? &quot;1&quot; : &quot;0&quot;);
long affectedRows = database.update(&quot;my_table&quot;, values, &quot;id = ?&quot;, new String[]{Integer.toString(id)});

Sur une clé primaire avec un seul row attendu et existant, cette méthode, retourne toujours 1,

que la valeur d’origine soit différente
que la valeur... &lt;a href=&quot;https://dotclear.placeoweb.com/post/Android-SQlite-affectedRows&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Android SQlite affectedRows&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/Android-SQlite-affectedRows#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/Android-SQlite-affectedRows#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/685</wfw:commentRss>
              </item>
          <item>
        <title>PHP Thread Safe et Non-Thread Safe sur Windows et Linux</title>
        <link>https://dotclear.placeoweb.com/post/PHP-Thread-Safe-Non-Thread-Safe-Windows-Linux</link>
        <guid isPermaLink="false">urn:md5:bd4eec453c0311513d8a9379e61e1563</guid>
        <pubDate>Sat, 30 Apr 2016 08:18:00 +0200</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>PHP</category>
                          <category>linux</category>
                  <category>php</category>
                  <category>windows</category>
                <description>&lt;p&gt;Quel version de thread binaire de PHP faut il installer ?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Non Thread Safe (NTS)&lt;/li&gt;
&lt;li&gt;Thread Safe (TS)&lt;/li&gt;
&lt;/ul&gt; &lt;p&gt;Sur la page de téléchargement de PHP pour Windows, il est spécifié dans la section &quot;Quelle version choisir ?&quot; :


With Apache you have to use the Thread Safe (TS) versions of PHP.


TS et NTS

TS refers to multithread capable builds.
NTS refers to single thread only builds.


Use case for TS binaries involves interaction with a multithreaded SAPI... &lt;a href=&quot;https://dotclear.placeoweb.com/post/PHP-Thread-Safe-Non-Thread-Safe-Windows-Linux&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; PHP Thread Safe et Non-Thread Safe sur Windows et Linux&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/PHP-Thread-Safe-Non-Thread-Safe-Windows-Linux#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/PHP-Thread-Safe-Non-Thread-Safe-Windows-Linux#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/673</wfw:commentRss>
              </item>
          <item>
        <title>PHP check if SSL is used</title>
        <link>https://dotclear.placeoweb.com/post/PHP-check-if-SSL-is-used</link>
        <guid isPermaLink="false">urn:md5:825ad7970272d0968eb24f3f7f9b1444</guid>
        <pubDate>Sun, 21 Feb 2016 22:21:00 +0100</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>PHP</category>
                          <category>php</category>
                <description>&lt;p&gt;Comment savoir en PHP si on le script est appelé à travers une couche SSL ? https://&lt;/p&gt;


&lt;p&gt;En vérifiant _SERVER[&quot;HTTPS&quot;] , _SERVER[&quot;SERVER_PORT&quot;] , _SERVER[&quot;REQUEST_SCHEME&quot;] ...&lt;/p&gt; &lt;p&gt;Par exemple, phpinfo affichera :


Sur un serveur Apache sous Windows en http://

_SERVER[&quot;HTTPS&quot;]  !!!_NOT_SET_!!!
_SERVER[&quot;SERVER_PORT&quot;]	80
_SERVER[&quot;REQUEST_SCHEME&quot;]	http



Et un serveur Apache sous Linux en https//

_SERVER[&quot;HTTPS&quot;]	on
_SERVER[&quot;SERVER_PORT&quot;]	443
_SERVER[&quot;REQUEST_SCHEME&quot;]	!!!_NOT_SET_!!!



Donc selon ce qui se dit :... &lt;a href=&quot;https://dotclear.placeoweb.com/post/PHP-check-if-SSL-is-used&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; PHP check if SSL is used&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/PHP-check-if-SSL-is-used#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/PHP-check-if-SSL-is-used#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/657</wfw:commentRss>
              </item>
          <item>
        <title>js serialise array to php</title>
        <link>https://dotclear.placeoweb.com/post/js-serialise-array-to-php</link>
        <guid isPermaLink="false">urn:md5:6c49c0c7431f205b783625cf2848bc58</guid>
        <pubDate>Mon, 09 Nov 2015 19:33:00 +0100</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>Javascript</category>
                          <category>javascript</category>
                  <category>php</category>
                <description>&lt;p&gt;Comment serialiser du js vers du php&lt;/p&gt; &lt;p&gt;Pass Javascript arrays to PHP (PHP recipe)... &lt;a href=&quot;https://dotclear.placeoweb.com/post/js-serialise-array-to-php&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; js serialise array to php&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/js-serialise-array-to-php#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/js-serialise-array-to-php#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/645</wfw:commentRss>
              </item>
          <item>
        <title>Eclipse PDT Content Assist</title>
        <link>https://dotclear.placeoweb.com/post/Eclipse-PDT-Content-Assist</link>
        <guid isPermaLink="false">urn:md5:1713d6f092a1c13600b777e2049dedab</guid>
        <pubDate>Sun, 25 Oct 2015 19:23:00 +0100</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>PHP</category>
                          <category>eclipse</category>
                  <category>php</category>
                <description>&lt;p&gt;No code completion syntax for user defined classes&lt;/p&gt; &lt;p&gt;Vérifier que l'auto complétion syntaxique pour PHP est activé :

Window &gt; Properties
PHP &gt; Editor &gt; Content Assist 
activer &quot;Enable auto activation&quot;.


Les inclusions des fichiers à parser et dont Eclipse doit proposer la complétion syntaxique.


.buildpath :
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;buildpath&gt;
	&lt;buildpathentry kind=&quot;src&quot; path=&quot;&quot;/&gt;... &lt;a href=&quot;https://dotclear.placeoweb.com/post/Eclipse-PDT-Content-Assist&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Eclipse PDT Content Assist&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/Eclipse-PDT-Content-Assist#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/Eclipse-PDT-Content-Assist#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/640</wfw:commentRss>
              </item>
          <item>
        <title>PHP 5.5 changements et configuration</title>
        <link>https://dotclear.placeoweb.com/post/PHP-5.5</link>
        <guid isPermaLink="false">urn:md5:27b8781057c56052a329ab29b52edeab</guid>
        <pubDate>Thu, 22 Jan 2015 05:50:00 +0100</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>PHP</category>
                          <category>php</category>
                <description>&lt;p&gt;Petit tour d'horizon des modifications sur PHP 5.5 qui succède à la version de &lt;a href=&quot;https://dotclear.placeoweb.com/post/PHP-5.4&quot;&gt;PHP 5.4&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;PHP 5.5 stable


Voyez le guide de Migration de PHP 5.4.x à PHP 5.5.x et l'upgrading guide - PHP 5.5 UPGRADE NOTES

Incompatibilité : plus de Windows XP et 2003, ni des des logos PHP GUIDs, sensibilité à la casse ne dépend plus de la locale utilisée, modifications des fonctions pack() et unpack()
Nouvelles fonctionnalités : try catch finally,... &lt;a href=&quot;https://dotclear.placeoweb.com/post/PHP-5.5&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; PHP 5.5 changements et configuration&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/PHP-5.5#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/PHP-5.5#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/521</wfw:commentRss>
              </item>
          <item>
        <title>PHP 5.4 changements et configuration</title>
        <link>https://dotclear.placeoweb.com/post/PHP-5.4</link>
        <guid isPermaLink="false">urn:md5:9bc2e38fdfce1ebc021c600296291791</guid>
        <pubDate>Thu, 22 Jan 2015 05:40:00 +0000</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>PHP</category>
                          <category>php</category>
                <description>&lt;p&gt;Petit tour d'horizon des modifications sur PHP 5.4 qui continue la version de &lt;a href=&quot;https://dotclear.placeoweb.com/post/PHP-5.3&quot;&gt;PHP 5.3&lt;/a&gt; et anticipe la version abandonnée de PHP6, donc la version de &lt;a href=&quot;https://dotclear.placeoweb.com/post/PHP-5.5&quot;&gt;PHP 5.5&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;PHP 5.4 stable


encoding = 'UTF-8' par défaut remplace 'ISO-8859-1' pour htmlspecialchars, htmlentities


Encoding :

pour les versions antérieures à la version 5.4.0 de PHP, la valeur par défaut de cet argument est ISO-8859-1
et à partir de la version 5.4.0 en UTF-8
htmlspecialchars
htmlentities


// PHP 5.4
echo htmlspecialchars($field,... &lt;a href=&quot;https://dotclear.placeoweb.com/post/PHP-5.4&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; PHP 5.4 changements et configuration&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/PHP-5.4#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/PHP-5.4#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/356</wfw:commentRss>
              </item>
          <item>
        <title>PHP 5.6 changements et configuration</title>
        <link>https://dotclear.placeoweb.com/post/PHP-5.6</link>
        <guid isPermaLink="false">urn:md5:6d40aec12d821898691efa546c9ec2b1</guid>
        <pubDate>Thu, 22 Jan 2015 00:56:00 +0100</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>PHP</category>
                          <category>php</category>
                <description>&lt;p&gt;Petit tour d'horizon des modifications sur PHP 5.6 qui succède à la version de &lt;a href=&quot;https://dotclear.placeoweb.com/post/PHP-5.5&quot;&gt;PHP 5.5&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;Les versions de PHP5.6.x et son avancement sur :


2015-01-22 : PHP 5.6.5, PHP 5.6.5 ChangeLog
2014-12-18 : PHP 5.6.4, PHP 5.6.4 ChangeLog
2014-11-13 : PHP 5.6.3, PHP 5.6.3 ChangeLog
2014-10-16 : PHP 5.6.2, PHP 5.6.2 ChangeLog
2014-10-02 : PHP 5.6.1, PHP 5.6.1 ChangeLog
2014-08-28 : PHP 5.6.0, PHP 5.6.0 ChangeLog



Migration de PHP 5.5.x à PHP... &lt;a href=&quot;https://dotclear.placeoweb.com/post/PHP-5.6&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; PHP 5.6 changements et configuration&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/PHP-5.6#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/PHP-5.6#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/553</wfw:commentRss>
              </item>
          <item>
        <title>Web request HTTP GET POST avec PHP</title>
        <link>https://dotclear.placeoweb.com/post/PHP-request-HTTP-GET-POST</link>
        <guid isPermaLink="false">urn:md5:a19be3a330463e4ce5f435724f3d5bb5</guid>
        <pubDate>Tue, 04 Nov 2014 13:00:00 +0100</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>PHP</category>
                          <category>php</category>
                <description>&lt;p&gt;Comment faire une requête HTTP (GET ou POST) depuis PHP&amp;nbsp;?&lt;/p&gt; &lt;p&gt;Avec PHP, il existe entre autre :


PHP Natif (inclus ou avec librairies PHP à ajouter)


CURL


HTTP (pecl_http)

Pré-requis pour Windows : vous devez également charger les extensions PHP suivantes : hash, iconv et SPL.
Installation L'extension pecl_http n'est pas intégrée à PHP.
HTTP Fonctions

http_request
http_post_data




file_get_contents... &lt;a href=&quot;https://dotclear.placeoweb.com/post/PHP-request-HTTP-GET-POST&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; Web request HTTP GET POST avec PHP&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/PHP-request-HTTP-GET-POST#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/PHP-request-HTTP-GET-POST#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/620</wfw:commentRss>
              </item>
          <item>
        <title>PHP 5.3 changements et configuration</title>
        <link>https://dotclear.placeoweb.com/post/PHP-5.3</link>
        <guid isPermaLink="false">urn:md5:c6957822c94fa54358a37ff13690ada7</guid>
        <pubDate>Thu, 14 Aug 2014 05:30:00 +0200</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                  <category>PHP</category>
                          <category>php</category>
                <description>&lt;p&gt;Petit tour d'horizon des modifications sur PHP 5.3 qui anticipe la version de &lt;a href=&quot;https://dotclear.placeoweb.com/post/PHP-5.4&quot;&gt;PHP 5.4&lt;/a&gt; (car PHP6 semble abandonné) .&lt;/p&gt; &lt;p&gt;PHP 5.3 stable


Suppression des balises courtes &lt;?


Les balises courtes (short open tag) sont désactivées par défaut dans les directives internes du php.ini


Donc les instructions suivantes sont désormais interdites :
&lt;?
&lt;?=

et doivent être remplacées par
&lt;?php
&lt;?php echo


Pour détecter vos balises courtes a remplacer, sous linux vous pouvez... &lt;a href=&quot;https://dotclear.placeoweb.com/post/PHP-5.3&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; PHP 5.3 changements et configuration&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/PHP-5.3#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/PHP-5.3#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/249</wfw:commentRss>
              </item>
          <item>
        <title>int max</title>
        <link>https://dotclear.placeoweb.com/post/int-max</link>
        <guid isPermaLink="false">urn:md5:002cc5bf2d8a41f57f2c62eca90b388a</guid>
        <pubDate>Sun, 02 Feb 2014 20:55:00 +0100</pubDate>
        <dc:creator>PlaceOweb</dc:creator>
                          <category>java</category>
                  <category>mysql</category>
                  <category>php</category>
                <description>&lt;p&gt;Quel est le maximum pour un type int&amp;nbsp;?&lt;/p&gt; &lt;p&gt;Java : Primitive Data Types


int: By default, the int data type is a 32-bit signed two's complement integer, which has a minimum value of -2^31 and a maximum value of (2^31)-1.


2^31 = 2147483648 - 1 = 2147483647


MySQL : Types numériques


L'intervalle de validité d'une colonne d'entiers INT va de -2147483648 à 2147483647.


Si la colonne INT... &lt;a href=&quot;https://dotclear.placeoweb.com/post/int-max&quot;&gt;&lt;em&gt;Lire&lt;/em&gt; int max&lt;/a&gt;&lt;/p&gt;
</description>
        
                  <comments>https://dotclear.placeoweb.com/post/int-max#comment-form</comments>
          <wfw:comment>https://dotclear.placeoweb.com/post/int-max#comment-form</wfw:comment>
          <wfw:commentRss>https://dotclear.placeoweb.com/feed/atom/comments/604</wfw:commentRss>
              </item>
      </channel>
</rss>
