<?xml version="1.0"?>
<rss version="2.0.">
  <channel>
    <title>Advogato blog for aint</title>
    <link>http://www.advogato.org/person/aint/</link>
    <description>Advogato blog for aint</description>
    <language>en-us</language>
    <generator>mod_virgule</generator>
    <pubDate>Sat, 5 Jul 2008 04:37:25 GMT</pubDate>
    <item>
      <pubDate>Sat, 9 Nov 2002 22:07:39 GMT</pubDate>
      <title>9 Nov 2002</title>
      <link>http://www.advogato.org/person/aint/diary.html?start=7</link>
      <guid>http://www.advogato.org/person/aint/diary.html?start=7</guid>
      <description>The other day in #php:
&lt;pre&gt;
&amp;lt;philip&amp;gt; my cat is blocking access to the keyboard
[snip out obvious cat synonym related jokes]
&amp;lt;caffinated&amp;gt; philip - root your cat and change it's permissions :x
&amp;lt;philip&amp;gt; access denied!
&amp;lt;caffinated&amp;gt; catwalls are tricky, try using food.c
&amp;lt;philip&amp;gt; heh
&amp;lt;qbklinm8&amp;gt; wouldn't that be food.php?
&amp;lt;caffinated&amp;gt; when was the last time you've seen an exploit written in php? ;)
&amp;lt;qbklinm8&amp;gt; interesting suggestion.
&lt;/pre&gt;</description>
    </item>
    <item>
      <pubDate>Wed, 6 Nov 2002 11:41:07 GMT</pubDate>
      <title>6 Nov 2002</title>
      <link>http://www.advogato.org/person/aint/diary.html?start=6</link>
      <guid>http://www.advogato.org/person/aint/diary.html?start=6</guid>
      <description>Updated my &lt;a href="http://www.theprojects.org/phpdoc/" &gt;phpdoc&lt;/a&gt; page.  Included are various resources and tips that make documenting the PHP manual easier.  The rest of the site is a couple years old though.</description>
    </item>
    <item>
      <pubDate>Mon, 14 Oct 2002 06:43:15 GMT</pubDate>
      <title>14 Oct 2002</title>
      <link>http://www.advogato.org/person/aint/diary.html?start=5</link>
      <guid>http://www.advogato.org/person/aint/diary.html?start=5</guid>
      <description>I've been back for almost a month, it's difficult getting back to work.  The woods were (and still are) great, I miss them so.  I'm working on a project for &lt;a href="http://www.the-underdogs.org/" &gt;the-underdogs.org&lt;/a&gt; presently and will be done by October 31.  In the last few days I've written &lt;a href="http://www.phpbuilder.com/board/member.php?s=&amp;action=getinfo&amp;userid=137221" &gt;a lot&lt;/a&gt; of posts to phpbuilder forums, perhaps too many.</description>
    </item>
    <item>
      <pubDate>Wed, 3 Jul 2002 23:06:26 GMT</pubDate>
      <title>3 Jul 2002</title>
      <link>http://www.advogato.org/person/aint/diary.html?start=4</link>
      <guid>http://www.advogato.org/person/aint/diary.html?start=4</guid>
      <description>Within two weeks I'll be moving away from technology and venturing off into the &lt;a href="http://www.bluewood.com/camp.htm" &gt;woods&lt;/a&gt; as a camp ranger.  In otherwords, I'll be selling firewood, collecting camp fees, and hopefully not making too many people angry :)  I need a little break from computers, this will be one.  For about two months.

&lt;p&gt; Also, I finally implemented the changes on that manual page.  Here's the exciting &lt;a href="http://cvs.php.net/diff.php/phpdoc/en/language/variables.xml?r1=1.51&amp;r2=1.52&amp;ty=h" &gt;diff&lt;/a&gt;.</description>
    </item>
    <item>
      <pubDate>Sat, 8 Jun 2002 01:40:01 GMT</pubDate>
      <title>8 Jun 2002</title>
      <link>http://www.advogato.org/person/aint/diary.html?start=3</link>
      <guid>http://www.advogato.org/person/aint/diary.html?start=3</guid>
      <description>I created the user &lt;a href="http://www.advogato.org/person/philip/" &gt;philip&lt;/a&gt; here, do I want
to worry about moving everything over?  Not sure.  I may try :)</description>
    </item>
    <item>
      <pubDate>Fri, 7 Jun 2002 22:26:40 GMT</pubDate>
      <title>7 Jun 2002</title>
      <link>http://www.advogato.org/person/aint/diary.html?start=2</link>
      <guid>http://www.advogato.org/person/aint/diary.html?start=2</guid>
      <description>I don't use the handle &lt;a href="http://www.advogato.org/person/aint/" &gt;aint&lt;/a&gt; much anymore
(if at all), time for a new name?  It's not that important
though.

&lt;p&gt; Once I finish up my current project I hope to attack all my
forgotten promises for the &lt;a href="http://www.advogato.org/proj/PHP/" &gt;PHP&lt;/a&gt; project.  First
on the todo
is &lt;a href="http://bugs.php.net/15714" &gt;this doc bug&lt;/a&gt;,
(using/getting information from &lt;a
href="http://www.php.net/manual/en/language.variables.external.php"&gt;outside&lt;/a&gt;
PHP).  The recent
changes have made life interesting in this regard:)

&lt;p&gt; &lt;ul&gt;
&lt;li&gt;PHP 4.1.0 Introduction of &lt;a
href="http://www.php.net/manual/en/language.variables.predefined.php#language.variables.superglobals"&gt;superglobals&lt;/a&gt;.
&lt;li&gt;PHP 4.1.0 Introduction of &lt;a
href="http://www.php.net/import_request_variables"&gt;import_request_variables()&lt;/a&gt;
(see also:
$_REQUEST superglobal)
&lt;li&gt;PHP 4.2.0 Default value for &lt;a
href="http://www.php.net/manual/en/security.registerglobals.php"&gt;register_globals&lt;/a&gt;
changed from &lt;i&gt;on&lt;/i&gt; to &lt;b&gt;off&lt;/b&gt;.
&lt;/ul&gt;

&lt;p&gt; I've written a few posts on the subject and will use them
for reference (&lt;a
href="http://marc.theaimsgroup.com/?l=php-general&amp;m=102294733209314"&gt;a&lt;/a&gt;,
&lt;a
href="http://marc.theaimsgroup.com/?l=php-general&amp;m=102268449423771"&gt;b&lt;/a&gt;,
&lt;a
href="http://marc.theaimsgroup.com/?l=php-general&amp;m=102066525105702"&gt;c&lt;/a&gt;,
&lt;a
href="http://marc.theaimsgroup.com/?l=php-general&amp;m=102036870428992"&gt;d&lt;/a&gt;,
&lt;a
href="http://marc.theaimsgroup.com/?l=php-general&amp;m=101803683730027"&gt;e&lt;/a&gt;,
&lt;a
href="http://marc.theaimsgroup.com/?l=php-general&amp;m=99962899730241"&gt;f&lt;/a&gt;).
   Feel free to &lt;a href="mailto:philip@cornado.com" &gt;email
me&lt;/a&gt; with ideas.  This will be done within 7 days, +-2 as
I'll be away this weekend in Walla Walla, Washington.</description>
    </item>
    <item>
      <pubDate>Tue, 18 Sep 2001 22:00:37 GMT</pubDate>
      <title>18 Sep 2001</title>
      <link>http://www.advogato.org/person/aint/diary.html?start=1</link>
      <guid>http://www.advogato.org/person/aint/diary.html?start=1</guid>
      <description>Did my first &lt;a href="http://cvs.php.net/diff.php/phpdoc/en/functions/strings.xml?r1=1.108&amp;r2=1.109&amp;f=h" &gt;commit&lt;/a&gt; 
 to &lt;a href="http://cvs.php.net/cvs.php/phpdoc" &gt;phpdoc&lt;/a&gt; the 
other day and it's now online at &lt;a href="http://www.php.net/strip_tags" &gt;php.net/strip_tags&lt;/a&gt;, 
Example #1.specifically.  I learned a valuable lesson, be 
sure to know what the output will look like before 
committing to cvs tree.  Silly xml :)  Working on the &lt;a href="http://www.php.net/docs.php" &gt;PHP Manual&lt;/a&gt; is more 
fun then &lt;a href="http://marc.theaimsgroup.com/?l=php-general" &gt;php-general&lt;/a&gt; 
or better put, rewarding in a different way ;-)

</description>
    </item>
    <item>
      <pubDate>Fri, 25 May 2001 04:15:04 GMT</pubDate>
      <title>25 May 2001</title>
      <link>http://www.advogato.org/person/aint/diary.html?start=0</link>
      <guid>http://www.advogato.org/person/aint/diary.html?start=0</guid>
      <description>I'm starting work on &lt;a
href="/proj/phpReview/"&gt;phpReview&lt;/a&gt; and 
hope to contribute useful thoughts, words, and code.  I'm 
the only native English speaker on the team so most likely 
I'll be cleaning up comments and documentation for awhile. 
 I'm okay with this, somebody has to do it and it may as 
well be me!  [update: march 06, 2001 - I've not worked on
phpReview for a long time]</description>
    </item>
  </channel>
</rss>
