4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
◄Older
page 2 / 6
Newer►
109 results tagged php x
  • PHP Backdoors: Hidden With Clever Use of Extract Function | Sucuri Blog

    Backdoor php, tellement peu de code et discrete :o

    via Skunnyk

    18 février 2014 à 10:37:00 UTC+1 - permalink - archive.org - http://blog.sucuri.net/2014/02/php-backdoors-hidden-with-clever-use-of-extract-function.html
    backdoor php security
  • PHP: The Right Way

    à lire

    3 février 2014 à 13:54:22 UTC+1 - permalink - archive.org - http://www.phptherightway.com/
    php
  • Debian php

    Les package php5- contiennent en général une extension en .so et le bout de fichier .ini qui permet de l'activer
    Les package php-
    peuvent contenir d'autre chose comme des binaires ou des fichiers php (librairies)

    Parfois les dépots débian ne sont pas suffisament à jour alors on peut passer par des gestionnaires alternatifs :
    pecl : pour installer des .so
    pear : pour installer des libs php

    On peut aussi gérer les dépendance au niveau du projet au lieu de les gérer au niveau du système avec par exemple composer

    14 janvier 2014 à 11:46:34 UTC+1 - permalink - archive.org - https://links.infomee.fr/?dTHxEA
    composer debian package pear pecl php
  • PHP :: Bug #52434 :: mysqlnd: host cannot be "localhost" when connecting to tcp port

    Point de vue différents :)

    Ici, lorsqu'on utilise "localhost", la connexion va se faire par une socket et lorsqu'on utilise "127.0.0.1", la connexion se fera par tcp. On pourrait se dire que le comportement est anormal, mais en fait, non :

    "The patch won't be added as then "localhost" has two meanings - one time meaning "use the unixdomain socket in the default location" and one time actually "resolve localhost and use TCP" as it is taught in many places that "localhost" in MySQL has the first meaning we keep it there."

    La socket est déterminée ici dans le php.ini :
    ; Default socket name for local MySQL connects. If empty, uses the built-in
    ; MySQL defaults.
    mysql.default_socket =

    3 janvier 2014 à 16:57:57 UTC+1 - permalink - archive.org - https://bugs.php.net/bug.php?id=52434
    bug mysql php socket
  • 7 little known but super useful PHP functions | CatsWhoCode.com
    31 décembre 2013 à 14:10:19 UTC+1 - permalink - archive.org - http://www.catswhocode.com/blog/7-little-known-but-super-useful-php-functions
    php
  • Pour mieux comprendre PHP

    3 articles à lire :
    http://julien-pauli.developpez.com/tutoriels/php/compilation/
    http://julien-pauli.developpez.com/tutoriels/php/internals/presentation/
    http://julien-pauli.developpez.com/tutoriels/php/internals/bases-creer-extension/
    http://tech.covoiturage.fr/author/julien_pauli/
    +Bonus :
    http://julien-pauli.developpez.com/tutoriels/php/sapis/
    https://support.cloud.engineyard.com/entries/26902267-PHP-Performance-I-Everything-You-Need-to-Know-About-OpCode-Caches

    30 décembre 2013 à 16:49:54 UTC+1 - permalink - archive.org - https://links.infomee.fr/?bHKQ5A
    learning php
  • phpGraph : afficher des graphiques svg grâce à php - Ecyseo

    à utiliser pour faire les statistiques de dépenses pour une catégorie

    via sebsauvage

    27 décembre 2013 à 22:00:11 UTC+1 - permalink - archive.org - http://www.ecyseo.net/article/29/phpgraph-afficher-des-graphiques-svg-grace-a-php.html
    graph php
  • Setter and getter generator for PHP, JavaScript, C++ and C# | Kjetil Hårtveit's Blog

    Pratique
    Génère en inline en plus, donc plus condensé

    14 décembre 2013 à 17:48:29 UTC+1 - permalink - archive.org - http://www.kjetil-hartveit.com/blog/1/setter-and-getter-generator-for-php-javascript-c%2B%2B-and-csharp
    generator get getter php set setter
  • PHP, FastCGI, FPM et Apache - Lolart.net
    26 novembre 2013 à 15:34:25 UTC+1 - permalink - archive.org - http://www.lolart.net/blog/ez-publish/php-fastcgi-fpm-et-apache
    fpm php
  • PHP: FastCGI Process Manager (FPM) - Manual

    FPM (FastCGI Process Manager) est une implémentation alternative à PHP FastCGI avec quelques fonctionnalités additionnelles particulièrement utiles pour les environnements à haute charge.

    Ces fonctionnalités incluent :

    26 novembre 2013 à 15:27:24 UTC+1 - permalink - archive.org - http://php.net/manual/fr/install.fpm.php
    php
  • Snippet #24 ~ PHP: Allégez vos classes avec des get/set automatiques | IdleBlog

    Astuce pour avoir des getter/setter dynamique.
    Attention, comme le dit idleman, avec ça c'est comme si tous vos attributs étaient publiques.

    21 novembre 2013 à 09:40:08 UTC+1 - permalink - archive.org - http://blog.idleman.fr/snippet-24-php-allegez-vos-classes-avec-des-getset-automatiques/
    get getter php set setter
  • PECL :: The PHP Extension Community Library
    8 octobre 2013 à 11:06:55 UTC+2 - permalink - archive.org - http://pecl.php.net/
    c lib php
  • PythonVsPhp - Python Wiki

    Différence entre python et php
    Et un site pour débuter en python lorsqu'on vient de php :
    http://www.inspyration.org/tutoriels/debuter-python-lorsque-lon-vient-de-php

    9 septembre 2013 à 08:26:17 UTC+2 - permalink - archive.org - https://wiki.python.org/moin/PythonVsPhp
    php python
  • The HttpKernel Component (current) - Symfony

    Doc intéressante à lire sur le composant HttpKernel

    21 août 2013 à 21:25:46 UTC+2 - permalink - archive.org - http://symfony.com/doc/current/components/http_kernel/introduction.html
    doc php symfony
  • Homepage - Silex - The PHP micro-framework based on Symfony2 Components

    Another PHP Framework

    21 août 2013 à 21:17:12 UTC+2 - permalink - archive.org - http://silex.sensiolabs.org/
    framework php
  • PhotoShow

    Une gallerie de photo en php

    17 avril 2013 à 23:00:01 UTC+2 - permalink - archive.org - http://www.photoshow-gallery.com/
    gallerie photo php
  • PHP: scandir - Manual

    scandir : affiche les fichiers et dossier contenus dans le dossier passé en paramètre

    11 avril 2013 à 08:21:05 UTC+2 - permalink - archive.org - http://www.php.net/manual/en/function.scandir.php#105891
    php
  • PHP Template Engine | Smarty
    3 avril 2013 à 22:24:16 UTC+2 - permalink - archive.org - http://www.smarty.net/
    php template
  • PHP Development Tools
    19 décembre 2012 à 14:57:39 UTC+1 - permalink - archive.org - http://www.eclipse.org/projects/project.php?id=tools.pdt
    eclipse pdt php
  • RainTPL - easy php template engine
    4 novembre 2012 à 10:35:31 UTC+1 - permalink - archive.org - http://www.raintpl.com/
    php techno template
Links per page: 20 50 100
◄Older
page 2 / 6
Newer►
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation