Installation Postgres 9.3 http://www.pontikis.net/blog/postgresql-9-debian-7-wheezy http://howto.biapy.com/fr/debian-gnu-linux/serveurs/bases-de-donnees/installer-postgresql-sur-debian apt-get install php5-pgsql nano /etc/apt/sources.list.d/pgdg.list # ajouter la ligne : deb …

Debian Read more →

Debuggage php sous Eclipse : Php.ini [Xdebug] zend_extension=/usr/lib/php/extensions/no-debug-non-zts-20100525/xdebug.so xdebug.remote_enable=On xdebug.remote_host= »localhost » xdebug.remote_port=9000 xdebug.remote_handler= »dbgp » http://xdebug.org/wizard.php Introducing xdebug http://blog.pascal-martin.fr/post/xdebug-debugging-graphique-eclipse-pdt#configuration-php-xdebug