<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/bash/tags/php</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 18 May 2013 22:15:36 GMT</pubDate>
<item>
<title>(Bash) Symfony console API cheatsheet - athome</title>
<link>http://snipplr.com/view/59360/symfony-console-api-cheatsheet/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 03 Oct 2011 23:55:57 GMT</pubDate>
<guid>http://snipplr.com/view/59360/symfony-console-api-cheatsheet/</guid>
</item>
<item>
<title>(Bash) Ensure a PHP CLI process always active - wnasich</title>
<link>http://snipplr.com/view/46969/ensure-a-php-cli-process-always-active/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 12 Jan 2011 13:25:24 GMT</pubDate>
<guid>http://snipplr.com/view/46969/ensure-a-php-cli-process-always-active/</guid>
</item>
<item>
<title>(Bash) sf-refresh-propel-from-db.sh - PixEye</title>
<link>http://snipplr.com/view/44218/sfrefreshpropelfromdbsh/</link>
<description><![CDATA[ <p>This shell script helps to refresh a propel schema from an existing database using (the "old") Symfony 1.2 and avoiding the "CURRENT_TIMESTAMP" (MySQL) bug.</p> ]]></description>
<pubDate>Mon, 15 Nov 2010 22:06:42 GMT</pubDate>
<guid>http://snipplr.com/view/44218/sfrefreshpropelfromdbsh/</guid>
</item>
<item>
<title>(Bash) mod_files.sh [PHP] - nkm</title>
<link>http://snipplr.com/view/27710/modfilessh-php/</link>
<description><![CDATA[ <p>here's a script, mod_files.sh, in ext/session for creating directory
tree with depth X for sessions.  As it stands, it's pretty poorly
documented and very basic.  I * got exceptionally bored and rewrote most
of it, the patch is attached.  It runs fine for me in linux (with sh
version 4.0).  I don't have any other *NIX systems to test it out on,
so I can't verify that it works in anything but linux, sorry.

* Eddie Drapkin </p> ]]></description>
<pubDate>Thu, 04 Feb 2010 17:56:26 GMT</pubDate>
<guid>http://snipplr.com/view/27710/modfilessh-php/</guid>
</item>
<item>
<title>(Bash) php_cgi init.d - jturmel</title>
<link>http://snipplr.com/view/25534/phpcgi-initd/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 28 Dec 2009 00:22:04 GMT</pubDate>
<guid>http://snipplr.com/view/25534/phpcgi-initd/</guid>
</item>
<item>
<title>(Bash) Instalar PHP 5.3 no Centos - gpupo</title>
<link>http://snipplr.com/view/20119/instalar-php-53-no-centos/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 23 Sep 2009 15:19:14 GMT</pubDate>
<guid>http://snipplr.com/view/20119/instalar-php-53-no-centos/</guid>
</item>
<item>
<title>(Bash) vim make set - lukaszkorecki</title>
<link>http://snipplr.com/view/18369/vim-make-set/</link>
<description><![CDATA[ <p>Example on how to automatically set :make function depending on the type of the loaded file</p> ]]></description>
<pubDate>Sun, 16 Aug 2009 09:09:54 GMT</pubDate>
<guid>http://snipplr.com/view/18369/vim-make-set/</guid>
</item>
<item>
<title>(Bash) using phpdocumentor - rowntreerob</title>
<link>http://snipplr.com/view/18030/using-phpdocumentor/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 07 Aug 2009 13:00:32 GMT</pubDate>
<guid>http://snipplr.com/view/18030/using-phpdocumentor/</guid>
</item>
<item>
<title>(Bash) Call Web Script From Cron Job and Log Ouput - iloveitaly</title>
<link>http://snipplr.com/view/17937/call-web-script-from-cron-job-and-log-ouput/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 06 Aug 2009 00:14:48 GMT</pubDate>
<guid>http://snipplr.com/view/17937/call-web-script-from-cron-job-and-log-ouput/</guid>
</item>
<item>
<title>(Bash) apache error log - profile php errors  by type - rowntreerob</title>
<link>http://snipplr.com/view/16030/apache-error-log--profile-php-errors--by-type/</link>
<description><![CDATA[ <p>drop the prefix fields and sort , profile by type</p> ]]></description>
<pubDate>Wed, 17 Jun 2009 15:01:07 GMT</pubDate>
<guid>http://snipplr.com/view/16030/apache-error-log--profile-php-errors--by-type/</guid>
</item>
<item>
<title>(Bash) Install PHP + GD  on Mac OS X Leopard - terrencewood</title>
<link>http://snipplr.com/view/13763/install-php--gd--on-mac-os-x-leopard/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 04 Apr 2009 07:39:32 GMT</pubDate>
<guid>http://snipplr.com/view/13763/install-php--gd--on-mac-os-x-leopard/</guid>
</item>
<item>
<title>(Bash) Check PHP Syntax - endorfin</title>
<link>http://snipplr.com/view/12258/check-php-syntax/</link>
<description><![CDATA[ <p>Here's a simple one liner you can use to syntax check all php files in your working directory.</p> ]]></description>
<pubDate>Mon, 16 Feb 2009 17:06:03 GMT</pubDate>
<guid>http://snipplr.com/view/12258/check-php-syntax/</guid>
</item>
<item>
<title>(Bash) Get php.ini location - Leech</title>
<link>http://snipplr.com/view/8578/get-phpini-location/</link>
<description><![CDATA[ <p>This is helpful to find the location of the php.ini file in any server.</p> ]]></description>
<pubDate>Wed, 24 Sep 2008 17:57:51 GMT</pubDate>
<guid>http://snipplr.com/view/8578/get-phpini-location/</guid>
</item>
<item>
<title>(Bash) Urldecode - xenonite</title>
<link>http://snipplr.com/view/7975/urldecode/</link>
<description><![CDATA[ <p>Urldecode on the command line</p> ]]></description>
<pubDate>Fri, 22 Aug 2008 01:00:58 GMT</pubDate>
<guid>http://snipplr.com/view/7975/urldecode/</guid>
</item>
<item>
<title>(Bash) Find c99Shell PHP trojan hiding within PHP files - koncept</title>
<link>http://snipplr.com/view/6918/find-c99shell-php-trojan-hiding-within-php-files/</link>
<description><![CDATA[ <p>This code will start searching from / if no shell argument passed. You may want to adjust this default directory to the location of your apache directory instead for speed purposes.</p> ]]></description>
<pubDate>Thu, 26 Jun 2008 01:58:09 GMT</pubDate>
<guid>http://snipplr.com/view/6918/find-c99shell-php-trojan-hiding-within-php-files/</guid>
</item>
<item>
<title>(Bash) SVN rename all your CakePHP views from thtml to ctp - zingo</title>
<link>http://snipplr.com/view/6485/svn-rename-all-your-cakephp-views-from-thtml-to-ctp/</link>
<description><![CDATA[ <p>Recursively SVN rename (move) all thtml-files to ctp-files .  Fires this up in CakePHPs /views path.</p> ]]></description>
<pubDate>Wed, 28 May 2008 16:34:24 GMT</pubDate>
<guid>http://snipplr.com/view/6485/svn-rename-all-your-cakephp-views-from-thtml-to-ctp/</guid>
</item>
<item>
<title>(Bash) Savoir si une extension PHP est installée sur un serveur Linux - cyo</title>
<link>http://snipplr.com/view/5068/savoir-si-une-extension-php-est-installe-sur-un-serveur-linux/</link>
<description><![CDATA[ <p>Il suffit de créer une page PHP et y placer un phpinfo() ou si vous avez accès au serveur en ligne de commande (Putty, WinSCP, ...), vous pouvez tapez cette commande. Dans l'exemple, nous souhaitons savoir si l'extension openssl est présente et nous recherchons donc la chaîne 'SSL'. On indique l'option -i pour ne pas tenir compte de la casse.</p> ]]></description>
<pubDate>Thu, 14 Feb 2008 13:03:44 GMT</pubDate>
<guid>http://snipplr.com/view/5068/savoir-si-une-extension-php-est-installe-sur-un-serveur-linux/</guid>
</item>
</channel>
</rss>