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

    February 18, 2014 at 10:37:00 AM GMT+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

    February 3, 2014 at 1:54:22 PM GMT+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

    January 14, 2014 at 11:46:34 AM GMT+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 =

    January 3, 2014 at 4:57:57 PM GMT+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
    December 31, 2013 at 2:10:19 PM GMT+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

    December 30, 2013 at 4:49:54 PM GMT+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

    December 27, 2013 at 10:00:11 PM GMT+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é

    December 14, 2013 at 5:48:29 PM GMT+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
    November 26, 2013 at 3:34:25 PM GMT+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 :

    November 26, 2013 at 3:27:24 PM GMT+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.

    November 21, 2013 at 9:40:08 AM GMT+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
    October 8, 2013 at 11:06:55 AM GMT+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

    September 9, 2013 at 8:26:17 AM GMT+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

    August 21, 2013 at 9:25:46 PM GMT+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

    August 21, 2013 at 9:17:12 PM GMT+2 - permalink - archive.org - http://silex.sensiolabs.org/
    framework php
  • PhotoShow

    Une gallerie de photo en php

    April 17, 2013 at 11:00:01 PM GMT+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

    April 11, 2013 at 8:21:05 AM GMT+2 - permalink - archive.org - http://www.php.net/manual/en/function.scandir.php#105891
    php
  • PHP Template Engine | Smarty
    April 3, 2013 at 10:24:16 PM GMT+2 - permalink - archive.org - http://www.smarty.net/
    php template
  • PHP Development Tools
    December 19, 2012 at 2:57:39 PM GMT+1 - permalink - archive.org - http://www.eclipse.org/projects/project.php?id=tools.pdt
    eclipse pdt php
  • RainTPL - easy php template engine
    November 4, 2012 at 10:35:31 AM GMT+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