<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://tnt.aufbix.org/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>tnt.aufbix.org php</title>
        <description></description>
        <link>https://tnt.aufbix.org/</link>
        <lastBuildDate>Tue, 19 May 2026 13:01:03 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://tnt.aufbix.org/ttps://tnt.aufbix.org/lib/tpl/arctic/images/favicon.ico</url>
            <title>tnt.aufbix.org</title>
            <link>https://tnt.aufbix.org/</link>
        </image>
        <item>
            <title>php:mail</title>
            <link>https://tnt.aufbix.org/php/mail?rev=1243204499&amp;do=diff</link>
            <description>PHP mail function on *nix plaform

Advance stuff

	*  &lt;http://www.marki-online.net/php-secure-sendmail/&gt;

return-path rewrite
  $mailFrom = &quot;ValidMailbox@validdomain&quot;;
  $mailTo = &quot;ValidToAddress&quot;;
  $mailSubject = &quot;Useful Subject:  Here's my subject&quot;;
   
  $mailSignature = &quot;\n\n--\n&quot;;
  $mailSignature .= &quot;Your friendly Neighborhood web application.\n&quot;;
  $mailSignature .= &quot;For help and other information, see http://yourwebapp/help\n&quot;;
  
  $mailBody =&quot;blahblahblah\n&quot;;
  $mailBody .= $mailSigna…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>php</category>
            <pubDate>Mon, 25 May 2009 00:34:59 +0000</pubDate>
        </item>
        <item>
            <title>php:memcache</title>
            <link>https://tnt.aufbix.org/php/memcache?rev=1243980676&amp;do=diff</link>
            <description>Using pecl:
 pecl install memcache-3.0.4
or manually:
 wget http://pecl.php.net/get/memcache-3.0.4.tgz
 tar xvfz memcache-3.0.4.tgz
 cd memcache-3.0.4
 phpize
 ./configure
 make
 make install
Finally, we need to activate the module in php.ini. I normally prefer to create a new file for this memcache.ini inside the include directory of the php build (for ex. in debian this is under /etc/php5/conf.d/memcache.ini) like this:</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>php</category>
            <pubDate>Wed, 03 Jun 2009 00:11:16 +0000</pubDate>
        </item>
        <item>
            <title>php:sidebar</title>
            <link>https://tnt.aufbix.org/php/sidebar?rev=1357200578&amp;do=diff</link>
            <description>*  PHP
	*  PHP and Memcache
	*  PHP-FPM (+ nginx)

elsewhere

	*  PHPIDS
	*  PHP Security Consortium
	*  article Password hashing</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
        <category>php</category>
            <pubDate>Thu, 03 Jan 2013 09:09:38 +0000</pubDate>
        </item>
    </channel>
</rss>
