4339 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

    2014年2月18日 GMT+1 上午10:37:00 - 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

    2014年2月3日 GMT+1 下午1:54:22 - 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

    2014年1月14日 GMT+1 上午11:46:34 - 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 =

    2014年1月3日 GMT+1 下午4:57:57 - 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
    2013年12月31日 GMT+1 下午2:10:19 - 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

    2013年12月30日 GMT+1 下午4:49:54 - 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

    2013年12月27日 GMT+1 下午10:00:11 - 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é

    2013年12月14日 GMT+1 下午5:48:29 - 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
    2013年11月26日 GMT+1 下午3:34:25 - 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 :

    2013年11月26日 GMT+1 下午3:27:24 - 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.

    2013年11月21日 GMT+1 上午9:40:08 - 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
    2013年10月8日 GMT+2 上午11:06:55 - 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

    2013年9月9日 GMT+2 上午8:26:17 - permalink - archive.org - https://wiki.python.org/moin/PythonVsPhp
    php python
  • The HttpKernel Component (current) - Symfony

    Doc intéressante à lire sur le composant HttpKernel

    2013年8月21日 GMT+2 下午9:25:46 - 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

    2013年8月21日 GMT+2 下午9:17:12 - permalink - archive.org - http://silex.sensiolabs.org/
    framework php
  • PhotoShow

    Une gallerie de photo en php

    2013年4月17日 GMT+2 下午11:00:01 - 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

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