<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://tech.snathan.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://tech.snathan.org/feed.php">
        <title>Senthil&#039;s Tech Wiki/Blog - tech:php</title>
        <description></description>
        <link>https://tech.snathan.org/</link>
        <image rdf:resource="https://tech.snathan.org/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-04-30T01:12:25+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://tech.snathan.org/tech/php/auto_prepend_file?rev=1416064423&amp;do=diff"/>
                <rdf:li rdf:resource="https://tech.snathan.org/tech/php/change_php_config_in_apache?rev=1416064423&amp;do=diff"/>
                <rdf:li rdf:resource="https://tech.snathan.org/tech/php/oracle_php?rev=1416064423&amp;do=diff"/>
                <rdf:li rdf:resource="https://tech.snathan.org/tech/php/php_development?rev=1416064423&amp;do=diff"/>
                <rdf:li rdf:resource="https://tech.snathan.org/tech/php/php_redirect?rev=1426938799&amp;do=diff"/>
                <rdf:li rdf:resource="https://tech.snathan.org/tech/php/php?rev=1416064423&amp;do=diff"/>
                <rdf:li rdf:resource="https://tech.snathan.org/tech/php/sortable_list_with_php_and_ajax?rev=1416064424&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://tech.snathan.org/_media/wiki/dokuwiki.svg">
        <title>Senthil's Tech Wiki/Blog</title>
        <link>https://tech.snathan.org/</link>
        <url>https://tech.snathan.org/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="https://tech.snathan.org/tech/php/auto_prepend_file?rev=1416064423&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-15T15:13:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>auto_prepend_file</title>
        <link>https://tech.snathan.org/tech/php/auto_prepend_file?rev=1416064423&amp;do=diff</link>
        <description>Putting auto_prepend_file to good use

auto_prepend_file is used to globally include a file for every php script execution. Its use has been limited in the php developer community. However I might have found a good reason to use it.

Why used rarely?</description>
    </item>
    <item rdf:about="https://tech.snathan.org/tech/php/change_php_config_in_apache?rev=1416064423&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-15T15:13:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>change_php_config_in_apache</title>
        <link>https://tech.snathan.org/tech/php/change_php_config_in_apache?rev=1416064423&amp;do=diff</link>
        <description>Changing PHP config in Apache to override php.ini

How to change php config settings in apache

Example - Add to apache config


  php_value include_path &quot;.:/usr/local/lib/php&quot;
  php_admin_flag safe_mode on


Other resources

php ini set

php ini set list

PHP runtime config options</description>
    </item>
    <item rdf:about="https://tech.snathan.org/tech/php/oracle_php?rev=1416064423&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-15T15:13:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>oracle_php</title>
        <link>https://tech.snathan.org/tech/php/oracle_php?rev=1416064423&amp;do=diff</link>
        <description>Steps to get Oracle working with php

The following steps were followed to get Oracle OCI connectivity with PHP

Considerations

The full install of Oracle XE on Ubuntu server should have been the potential candidate for getting the OCI going, however it did not quite work as expected so Oracle Instant Client was installed</description>
    </item>
    <item rdf:about="https://tech.snathan.org/tech/php/php_development?rev=1416064423&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-15T15:13:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>php_development</title>
        <link>https://tech.snathan.org/tech/php/php_development?rev=1416064423&amp;do=diff</link>
        <description>PHP Development Tools

PDT Project

About PDT
The PDT project provides a PHP Development Tools framework for the Eclipse platform. This project encompasses all development components necessary to develop PHP and facilitate extensibility. It leverages the existing Web Tools Project in providing developers with PHP capabilities.</description>
    </item>
    <item rdf:about="https://tech.snathan.org/tech/php/php_redirect?rev=1426938799&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2015-03-21T11:53:19+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>php_redirect</title>
        <link>https://tech.snathan.org/tech/php/php_redirect?rev=1426938799&amp;do=diff</link>
        <description>PHP Redirect

To redirect to home page from any other page.  Use this as index.php file in directories that users are not allowed to browse.


&lt;?php

header(&#039;Location: http://&#039; . $_SERVER[&#039;SERVER_NAME&#039;] . &#039;/&#039;);

?&gt;


Reference

&lt;http://php.net/manual/en/function.header.php&gt;</description>
    </item>
    <item rdf:about="https://tech.snathan.org/tech/php/php?rev=1416064423&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-15T15:13:43+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>php</title>
        <link>https://tech.snathan.org/tech/php/php?rev=1416064423&amp;do=diff</link>
        <description>PHP stuff

The no framework</description>
    </item>
    <item rdf:about="https://tech.snathan.org/tech/php/sortable_list_with_php_and_ajax?rev=1416064424&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2014-11-15T15:13:44+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>sortable_list_with_php_and_ajax</title>
        <link>https://tech.snathan.org/tech/php/sortable_list_with_php_and_ajax?rev=1416064424&amp;do=diff</link>
        <description>Sortable list with php and ajax

&lt;http://www.phpriot.com/articles/sortable-lists-with-php-and-ajax&gt;</description>
    </item>
</rdf:RDF>
